This commit is contained in:
tiago.kayaya
2021-03-12 11:56:54 +01:00
parent 13799b7e3d
commit 4d50101a12
18 changed files with 184 additions and 185 deletions
+8 -11
View File
@@ -2,7 +2,6 @@
.header-toolbar{
--background:transparent;
--opacity: 1;
border: 1px solid red;
.main-header{
width: 100%; /* 400px */
@@ -22,6 +21,12 @@
overflow: auto;
padding: 0 !important;
background: #fff;
.left{
width: 37px;
float: left;
font-size: 35px;
overflow: hidden;
}
.middle{
padding: 0!important;
float: left;
@@ -83,13 +88,9 @@
}
}
ion-content{
width: 100%;
height: 100%;
border: 1px solid red;
.welcome-text{
/* width: 322px; */
/* width: em(422px); */
width: 100%;
width: em(422px);
background: #ebebeb;
text-align: center;
font-size: 13px;
@@ -99,7 +100,6 @@
line-height: 1.2rem;
margin: 20px 39px 25px;
border-radius: 8px;
}
.messages{
font-size: 13px;
@@ -150,8 +150,6 @@
}
ion-footer{
width: 100%;
border: 1px solid red;
.row{
width: 380px;
margin: 0 auto;
@@ -227,5 +225,4 @@ display: block;
display: block;
float: left;
padding-left: 10px;
}
}