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

32 lines
560 B
SCSS
Raw Normal View History

2020-12-29 10:17:34 +01:00
@import '~src/function.scss';
.div-top-header{
2020-12-29 10:17:34 +01:00
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
2020-12-29 10:27:01 +01:00
padding-top: em(15px);
2020-12-29 10:17:34 +01:00
border: 0!important;
2020-12-29 10:17:34 +01:00
.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;
2020-12-29 10:17:34 +01:00
}
}