Files
doneit-web/src/app/shared/header/header.page.scss
T

32 lines
560 B
SCSS
Raw Normal View History

@import '~src/function.scss';
.div-top-header{
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: em(15px);
border: 0!important;
.div-search{
font-size: 45px;
margin: 0 0 0 10px
}
.div-logo{
background: transparent;
width: em(140px);
margin: 0px auto;
margin-top: 5px;
justify-content: center;
display: flex;
}
.div-logo img{
width: 100%;
margin: 0px auto;
}
.div-profile{
font-size: 45px;
2020-12-30 11:44:19 +01:00
margin-right: 10px;
justify-content: flex-end;
display: flex;
}
}