styles refactor
This commit is contained in:
@@ -74,6 +74,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.zbx-field-colored {
|
||||
color: $gray-6;
|
||||
}
|
||||
|
||||
.zbx-description-icon {
|
||||
float: right;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
// .zbx-field-info {
|
||||
// width: 7%;
|
||||
// }
|
||||
|
||||
// .zbx-field-host {
|
||||
// width: 15%;
|
||||
// }
|
||||
|
||||
@@ -29,6 +29,8 @@ $purple: #9933CC;
|
||||
$variable: #32D1DF;
|
||||
|
||||
$body-bg: rgb(20,20,20);
|
||||
$body-color: $gray-4;
|
||||
$text-color: $gray-4;
|
||||
$tight-form-func-bg: #333;
|
||||
$grafanaListAccent: lighten($dark-2, 2%);
|
||||
|
||||
|
||||
@@ -29,5 +29,7 @@ $purple: #9954BB;
|
||||
$variable: #2AB2E4;
|
||||
|
||||
$body-bg : $white;
|
||||
$body-color: $gray-1;
|
||||
$text-color: $gray-1;
|
||||
$tight-form-func-bg: $gray-5;
|
||||
$grafanaListAccent: $gray-5;
|
||||
|
||||
Reference in New Issue
Block a user