This commit is contained in:
Peter Maquiran
2021-04-06 11:56:04 +01:00
29 changed files with 372 additions and 297 deletions
@@ -1,4 +1,9 @@
.title-content::after, .header-md::after{
display: none;
}
.content{
margin: 0;
float: left;
@@ -7,8 +12,8 @@
.main-header{
font-family: Roboto;
background-color: #fff;
overflow:hidden;
color:#000;
transform: translate3d(0, 1px, 0);
.title-content{
@@ -65,6 +70,7 @@
float: left;
}
.ion-input-class-no-height{
width: calc(100% - 45px);
border: 1px solid #ebebeb;
border-radius: 5px;
}
@@ -156,4 +162,5 @@
justify-content: space-between;
padding: 20px;
overflow: auto;
}
}