Problems: fix nodata styles, closes #717
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
|
||||
.rt-noData {
|
||||
z-index: 2;
|
||||
background: unset;
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
.pagination-bottom {
|
||||
@@ -522,7 +524,8 @@
|
||||
|
||||
@for $i from 11 through 25 {
|
||||
.item-#{$i} { width: 2em * $i; }
|
||||
&.font-size--#{$i * 10} .rt-table {
|
||||
&.font-size--#{$i * 10} {
|
||||
.rt-table {
|
||||
font-size: 1% * $i * 10;
|
||||
|
||||
& .rt-tr .rt-td.custom-expander i {
|
||||
@@ -533,6 +536,12 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
.rt-noData {
|
||||
top: 4.5em;
|
||||
font-size: 1% * $i * 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user