mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
28 lines
506 B
SCSS
28 lines
506 B
SCSS
|
|
.div-top-header{
|
||
|
|
width: 400px;
|
||
|
|
margin: 0 auto;
|
||
|
|
background-color: #0782c9;
|
||
|
|
overflow: auto;
|
||
|
|
padding-top: 15px;
|
||
|
|
border: 0!important;
|
||
|
|
|
||
|
|
.div-search{
|
||
|
|
font-size: 45px;
|
||
|
|
float: left;
|
||
|
|
margin: 0 0 0 10px
|
||
|
|
}
|
||
|
|
.div-logo{
|
||
|
|
background: transparent;
|
||
|
|
width: 140px;
|
||
|
|
margin: 5px 0 0px 71px;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.div-logo img{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.div-profile{
|
||
|
|
font-size: 45px;
|
||
|
|
float: right;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
}
|