uses context, better loading experience
This commit is contained in:
@@ -359,6 +359,7 @@ nav.navbar .navbar-item.is-active {
|
||||
.table { table-layout: fixed }
|
||||
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; height: 60px; vertical-align: middle; }
|
||||
.table td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; height: 60px; vertical-align: middle; }
|
||||
.table th.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; height: 60px; vertical-align: middle; }
|
||||
.table td.no-border { border: none; }
|
||||
.table.compact td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; height: 40px; vertical-align: middle; }
|
||||
.table.compact td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; height: 40px; vertical-align: middle; }
|
||||
@@ -495,3 +496,28 @@ table.balance-sheet th.total {
|
||||
border-right-color: transparent;
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
.ph-item {
|
||||
border: 0px !important;
|
||||
padding: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
opacity: 1.0 !important;
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
|
||||
.ph-row {
|
||||
margin-bottom: 0px !important;
|
||||
padding: 9px 0px 9px 0px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
.ph-row .ph-col-12 {
|
||||
border-radius: 12px !important;
|
||||
height: 32px !important;
|
||||
margin-right:100px;
|
||||
}
|
||||
|
||||
.test {
|
||||
opacity: 1.0;
|
||||
animation: appear 0.75s ease both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user