2020-12-29 10:17:34 +01:00
|
|
|
@import '~src/function.scss';
|
|
|
|
|
|
2020-12-16 15:07:28 +01:00
|
|
|
.div-top-header{
|
2021-03-01 15:45:30 +01:00
|
|
|
margin: 0 em(20px);
|
2020-12-29 10:17:34 +01:00
|
|
|
background-color: #0782c9;
|
2020-12-29 10:27:01 +01:00
|
|
|
padding-top: em(15px);
|
2020-12-29 10:17:34 +01:00
|
|
|
border: 0!important;
|
2021-03-02 14:46:38 +01:00
|
|
|
}
|
2020-12-16 15:07:28 +01:00
|
|
|
|
2021-03-02 14:46:38 +01:00
|
|
|
.div-logo{
|
|
|
|
|
background: transparent;
|
|
|
|
|
width: em(140px);
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.div-logo img{
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0px auto;
|
2021-03-01 15:45:30 +01:00
|
|
|
}
|
|
|
|
|
|
2021-03-02 14:46:38 +01:00
|
|
|
|
2021-03-01 15:45:30 +01:00
|
|
|
.desktop{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-02 14:46:38 +01:00
|
|
|
@media only screen and (min-width: 1366px) {
|
2021-03-01 15:45:30 +01:00
|
|
|
|
|
|
|
|
.mobile{
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
.desktop{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-02 14:46:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab{
|
|
|
|
|
height: 65px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active{
|
|
|
|
|
border-top: 7px solid white;
|
2021-03-05 14:54:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.search-input-container{
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-radius: 27.5px;
|
|
|
|
|
border: solid 1px #ebebeb;
|
|
|
|
|
.icon{
|
|
|
|
|
color: #797979;
|
|
|
|
|
width: 45px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.input-text{
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.icon-z{
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
2020-12-29 10:17:34 +01:00
|
|
|
}
|