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

31 lines
532 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;
float: right;
margin-right: em(10px);
}
}