mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
196 lines
2.9 KiB
SCSS
196 lines
2.9 KiB
SCSS
ion-content{
|
|
--padding-top:0px;
|
|
--padding-start: 20px;
|
|
--padding-end: 20px;
|
|
font-size: 18px;
|
|
}
|
|
ion-menu{
|
|
--height: 225px;
|
|
}
|
|
.header-content{
|
|
overflow: auto;
|
|
margin: 25px auto;
|
|
}
|
|
.header-icon-left{
|
|
width: 36px;
|
|
font-size: 33px;
|
|
color: #42b9fe;
|
|
float: left;
|
|
}
|
|
.header-title{
|
|
font-family: Roboto;
|
|
font-size: 25px;
|
|
margin: 0 5px 0 5px;
|
|
padding: 0;
|
|
color:#000;
|
|
float: left;
|
|
}
|
|
.header-icon-right{
|
|
width: 45px;
|
|
font-size: 45px;
|
|
float: left;
|
|
}
|
|
.upper-content{
|
|
padding-left: 50px;
|
|
font-size: 18px;
|
|
|
|
.content-location{
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
.location-detail{
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
float: left;
|
|
margin: 5px 5px 5px 0px;
|
|
}
|
|
.button-calendar-type{
|
|
width: 91px;
|
|
--border-radius: 12.5px;
|
|
--background: #ffb703;
|
|
margin-left: 5px;
|
|
float: left;
|
|
}
|
|
.button-calendar-type ion-button{
|
|
height: 25px;
|
|
}
|
|
.button-edit-event {
|
|
width: 140px;
|
|
height: 44px;
|
|
border-radius: 22.5px;
|
|
--background: #e0e9ee;
|
|
--color:#061b52;
|
|
}
|
|
.content-details p{
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.middle-conten{
|
|
.middle-content h3, .middle-content p{
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.bottom-content{
|
|
margin: 0 auto;
|
|
|
|
.bottom-content h3{
|
|
font-size: 16px;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
.attach-document{
|
|
font-size: 15px;
|
|
color: var(--title-text-color);
|
|
margin: 5px 5px 5px 10px;
|
|
padding: 5px;
|
|
float: left;
|
|
}
|
|
.attach-icon{
|
|
width: 37px;
|
|
font-size: 35px;
|
|
float: left;
|
|
}
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: 15px;
|
|
color:var(--title-text-color);
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: 15x;
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
.buttons{
|
|
width: 360px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.button-options {
|
|
height: 44px;
|
|
--color: #42b9fe;
|
|
/* opacity: 0; */
|
|
}
|
|
.button-approve {
|
|
width: 140px;
|
|
height: 44px;
|
|
border-radius: 22.5px;
|
|
--background: #42b9fe;
|
|
}
|
|
.button-reject {
|
|
width: 140px;
|
|
height: 44px;
|
|
--color: #d30a0a;
|
|
border-radius: 22.5px;
|
|
--background: #ffe0e0;
|
|
}
|
|
|
|
.buttons{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-name{
|
|
background: var(--title-text-color);
|
|
border-radius: 18px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0px 5px;
|
|
color: white;
|
|
font-size: 9pt;
|
|
font-weight: 500;
|
|
height: 19px;
|
|
-webkit-border-radius: 18px;
|
|
-moz-border-radius: 18px;
|
|
-ms-border-radius: 18px;
|
|
-o-border-radius: 18px;
|
|
}
|
|
|
|
|
|
.close-button {
|
|
display: none;
|
|
height: 20px;
|
|
}
|
|
|
|
|
|
.list:hover {
|
|
|
|
.app-name {
|
|
display: none;
|
|
}
|
|
|
|
.close-button {
|
|
display: block !important;
|
|
height: 20px;
|
|
}
|
|
}
|
|
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: 15px;
|
|
color:var(--title-text-color);
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: 15x;
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 13px;
|
|
} |