Updates styles for admin tables

This commit is contained in:
decabeza
2018-07-19 18:36:33 +02:00
parent defc04a5dc
commit 92f4c26fa4

View File

@@ -194,6 +194,11 @@ $sidebar-active: #f4fcd0;
&.with-button { &.with-button {
line-height: $line-height * 2; line-height: $line-height * 2;
.button {
background: #fff;
color: $brand;
}
} }
} }
@@ -208,6 +213,19 @@ $sidebar-active: #f4fcd0;
table { table {
thead {
color: #fff;
}
th {
background: $brand;
color: #fff;
label {
color: #fff;
}
}
.break { .break {
word-break: break-word; word-break: break-word;
} }
@@ -224,7 +242,6 @@ $sidebar-active: #f4fcd0;
@include breakpoint(medium) { @include breakpoint(medium) {
margin-left: $line-height / 2; margin-left: $line-height / 2;
margin-right: $line-height / 2;
margin-top: 0; margin-top: 0;
} }
} }
@@ -339,6 +356,14 @@ $sidebar-active: #f4fcd0;
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
.enabled {
color: $color-success;
}
.disabled {
color: $text-medium;
}
// 02. Sidebar // 02. Sidebar
// ----------- // -----------