This commit is contained in:
tiago.kayaya
2021-06-10 15:38:08 +01:00
parent 941447a479
commit fa788c425d
13 changed files with 156 additions and 95 deletions
+21
View File
@@ -1,3 +1,9 @@
.top-box{
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
.header-main{
padding: 5px 18px;
padding-bottom: 2px;
@@ -6,6 +12,21 @@
width: 100%;
padding-right: 10px;
}
.btn-modal-dismiss{
width: 50px !important;
padding: 0 !important;
margin: 0 !important;
margin-left: 25px !important;
border: 1px solid red;
btn-modal-dismiss icon{
font-size: 45px !important;
}
}
.ion-align-content-center{
align-content: center;
}
.search-input-container{
background-color: white;
border-radius: 27.5px;