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