mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
web notification config
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
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: 14px;
|
||||
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: 18px;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user