This commit is contained in:
tiago.kayaya
2021-07-26 20:46:14 +01:00
parent 491424768e
commit 6d731aea1c
8 changed files with 59 additions and 41 deletions
@@ -1,7 +1,7 @@
.header-content{
//width: 360px;
overflow: auto;
margin: 25px auto;
margin-top: 25px;
}
.header-icon-left{
width: 36px;
@@ -9,15 +9,17 @@
color: #42b9fe;
float: left;
}
.header-title{
width: 264px;
font-family: Roboto;
font-size: 25px;
margin: 0 5px 0 5px;
margin: 0 5px 10px 20px;
padding: 0;
color:#000;
float: left;
}
.buttons{
width: 320px;
margin: 0 auto;
@@ -37,12 +39,19 @@
height: 44px;
border-radius: 22.5px;
--background: #42b9fe;
margin: 0 0px 0 12px;
margin: 0 0px 0 12px;
}
.buttons{
display: flex;
width: 100% !important;
justify-content: space-between;
padding: 15px;
padding: 15px 0 15px 0;
overflow: auto;
}
}
.ion-input-class-no-height{
border: 1px solid #ebebeb;
border-radius: 5px;
overflow: auto;
margin: 0 20px 0 20px !important;
}