mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
48 lines
859 B
SCSS
48 lines
859 B
SCSS
|
|
.header-content{
|
||
|
|
//width: 360px;
|
||
|
|
overflow: auto;
|
||
|
|
margin: 25px auto;
|
||
|
|
}
|
||
|
|
.header-icon-left{
|
||
|
|
width: 36px;
|
||
|
|
font-size: 33px;
|
||
|
|
color: #42b9fe;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.header-title{
|
||
|
|
width: 264px;
|
||
|
|
font-family: Roboto;
|
||
|
|
font-size: 25px;
|
||
|
|
margin: 0 5px 0 5px;
|
||
|
|
padding: 0;
|
||
|
|
color:#000;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.buttons{
|
||
|
|
width: 320px;
|
||
|
|
margin: 0 auto;
|
||
|
|
padding: 5px 0 5px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.button-reject {
|
||
|
|
width: 130px;
|
||
|
|
height: 44px;
|
||
|
|
--color: #d30a0a;
|
||
|
|
border-radius: 22.5px;
|
||
|
|
--background: #ffe0e0;
|
||
|
|
margin: 0 12px 0 0px;
|
||
|
|
}
|
||
|
|
.button-approve {
|
||
|
|
width: 130px;
|
||
|
|
height: 44px;
|
||
|
|
border-radius: 22.5px;
|
||
|
|
--background: #42b9fe;
|
||
|
|
margin: 0 0px 0 12px;
|
||
|
|
}
|
||
|
|
.buttons{
|
||
|
|
display: flex;
|
||
|
|
width: 100% !important;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 15px;
|
||
|
|
overflow: auto;
|
||
|
|
}
|