mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
41 lines
760 B
SCSS
41 lines
760 B
SCSS
|
|
:host{
|
||
|
|
background: #0782c9;
|
||
|
|
}
|
||
|
|
ion-content{
|
||
|
|
--background: transparent;
|
||
|
|
}
|
||
|
|
ion-toolbar{
|
||
|
|
background: transparent;
|
||
|
|
border-width: 0 !important;
|
||
|
|
}
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
ion-content{
|
||
|
|
--background:#0782c9;
|
||
|
|
--border: none;
|
||
|
|
}
|