Update for table

This commit is contained in:
2021-03-01 15:45:30 +01:00
parent 80ffcbd5be
commit 61ffaf6db6
16 changed files with 371 additions and 67 deletions
+19 -7
View File
@@ -1,21 +1,19 @@
@import '~src/function.scss';
.div-top-header{
margin: 0 auto;
margin: 0 em(20px);
background-color: #0782c9;
overflow: auto;
padding-top: em(15px);
border: 0!important;
.div-search{
font-size: 45px;
margin: 0 0 0 10px
ion-icon{
font-size: 45px;
}
}
.div-logo{
background: transparent;
width: em(140px);
margin: 0px auto;
margin-top: 5px;
justify-content: center;
display: flex;
}
@@ -25,8 +23,22 @@
}
.div-profile{
font-size: 45px;
margin-right: 10px;
justify-content: flex-end;
display: flex;
}
}
.desktop{
display: none;
}
@media only screen and (min-width: 1024px) {
.mobile{
display: none !important;
}
.desktop{
display: block;
}
}