Move some rules + set .data-table full length.
This commit is contained in:
parent
6c7e17d7ab
commit
1cc7052a95
@ -3,9 +3,8 @@
|
||||
//----------------------------------*/
|
||||
|
||||
.data-table {
|
||||
//width:100%;
|
||||
|
||||
//input[type="checkbox"] {background:red;}
|
||||
margin-bottom:$_space;
|
||||
width:100%;
|
||||
|
||||
.color-scheme--dark & {
|
||||
color:$_color_omega;
|
||||
@ -137,6 +136,7 @@
|
||||
}
|
||||
|
||||
&.data-table__host,
|
||||
&.data-table__hosts_host,
|
||||
&.data-table__checkbox {border:0;}
|
||||
|
||||
[class*="ico-"] {float:right;}
|
||||
@ -276,9 +276,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.data-table__service__summary,
|
||||
td.data-table__duration,
|
||||
td.data-table__last_check {
|
||||
time.data-table__data {
|
||||
@extend %typo-more-info--little;
|
||||
|
||||
.color-scheme--dark & {
|
||||
@ -323,3 +321,15 @@ td.data-table__last_check {
|
||||
margin-left:0;
|
||||
}
|
||||
}
|
||||
|
||||
.data-table__service__summary {
|
||||
@extend %typo-more-info--little;
|
||||
|
||||
.color-scheme--dark & {
|
||||
color:$_color_dark_delta;
|
||||
}
|
||||
|
||||
.color-scheme--light & {
|
||||
color:$_color_light_delta;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user