styles refactor

This commit is contained in:
Alexander Zobnin
2017-06-18 14:09:52 +03:00
parent 077fd5a302
commit 2e8de2e247
9 changed files with 45 additions and 12 deletions

View File

@@ -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%;
// }

View File

@@ -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%);

View File

@@ -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;