mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
59 lines
938 B
SCSS
59 lines
938 B
SCSS
@import '~src/function.scss';
|
|
|
|
ion-back-button {
|
|
display: block;
|
|
}
|
|
|
|
/* CONTENT */
|
|
ion-content{
|
|
--background: #f2f2f2;
|
|
}
|
|
.div-attach-results{
|
|
background: none;
|
|
}
|
|
ion-list, ion-item-sliding{
|
|
background: none;
|
|
|
|
}
|
|
.item-list-small{
|
|
font-size: rem(14);
|
|
overflow: auto;
|
|
}
|
|
.ion-item-class{
|
|
padding: 0;
|
|
|
|
}
|
|
.label-text{
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
//DIV
|
|
.main-item{
|
|
margin: 15px;
|
|
/* border: 1px solid #ccc; */
|
|
border-radius: 5px;
|
|
box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #f2f2f2;
|
|
}
|
|
.div-content-attachment{
|
|
margin:0;
|
|
padding: 10px;
|
|
}
|
|
.div-content-attachment h3{
|
|
font-size: rem(18);
|
|
font-weight: 700;
|
|
padding-bottom: 5px;
|
|
}
|
|
ion-item ion-icon{
|
|
--border-color: red;
|
|
}
|
|
|
|
/* Custom Skeleton Line Height and Margin */
|
|
.custom-skeleton ion-skeleton-text {
|
|
line-height: 13px;
|
|
}
|
|
|
|
.custom-skeleton ion-skeleton-text:last-child {
|
|
margin-bottom: 5px;
|
|
} |