2021-03-02 14:46:38 +01:00
|
|
|
@import '~src/function.scss';
|
|
|
|
|
|
2020-12-16 15:07:28 +01:00
|
|
|
.div-top-header{
|
2021-03-02 14:46:38 +01:00
|
|
|
margin: 0 em(20px);
|
|
|
|
|
background-color: #0782c9;
|
|
|
|
|
padding-top: em(15px);
|
|
|
|
|
border: 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.div-logo{
|
|
|
|
|
background: transparent;
|
|
|
|
|
width: em(140px);
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.div-logo img{
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
}
|
|
|
|
|
.div-profile{
|
2023-07-07 12:03:03 +01:00
|
|
|
font-size: rem(45);
|
2021-03-02 14:46:38 +01:00
|
|
|
justify-content: flex-end;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.desktop{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1366px) {
|
|
|
|
|
|
|
|
|
|
.mobile{
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
.desktop{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab{
|
|
|
|
|
height: 65px;
|
2021-05-03 13:08:57 +01:00
|
|
|
cursor: pointer;
|
|
|
|
|
user-select: none;
|
2021-03-02 14:46:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active{
|
|
|
|
|
border-top: 7px solid white;
|
|
|
|
|
}
|