improve header

This commit is contained in:
Peter Maquiran
2021-03-02 14:46:38 +01:00
parent 61ffaf6db6
commit a0f06af6bf
1530 changed files with 148 additions and 510618 deletions
+21 -22
View File
@@ -5,34 +5,25 @@
background-color: #0782c9;
padding-top: em(15px);
border: 0!important;
.div-search{
ion-icon{
font-size: 45px;
}
}
.div-logo{
background: transparent;
width: em(140px);
justify-content: center;
display: flex;
}
.div-logo img{
width: 100%;
margin: 0px auto;
}
.div-profile{
font-size: 45px;
justify-content: flex-end;
display: flex;
}
}
.div-logo{
background: transparent;
width: em(140px);
justify-content: center;
display: flex;
}
.div-logo img{
width: 100%;
margin: 0px auto;
}
.desktop{
display: none;
}
@media only screen and (min-width: 1024px) {
@media only screen and (min-width: 1366px) {
.mobile{
display: none !important;
@@ -41,4 +32,12 @@
display: block;
}
}
.tab{
height: 65px;
}
.active{
border-top: 7px solid white;
}