26 lines
806 B
SCSS
26 lines
806 B
SCSS
$regex: #d69e2e;
|
|
|
|
$zbx-tag-color: $gray-6;
|
|
$zbx-text-highlighted: $black;
|
|
$zbx-text-color-disabled: $gray-3;
|
|
$action-button-color: #497dc0;
|
|
$action-button-text-color: $gray-6;
|
|
$problems-border-color: $dark-1;
|
|
$problems-table-stripe: $gray-6;
|
|
$problems-table-row-hovered: $gray-4;
|
|
$problem-details-background: $gray-6;
|
|
|
|
$problem-statusbar-background: $gray-4;
|
|
$problem-statusbar-muted: $gray-5;
|
|
$problem-statusbar-fired: #ca4c17;
|
|
$problem-statusbar-glow: inset 0px 0px 10px rgba($problem-statusbar-fired, 0.5);
|
|
|
|
$problem-event-highlighted: $white;
|
|
$problem-event-core-highlighted: $white;
|
|
$problem-event-core: $gray-6;
|
|
$problem-event-ok-color: #2baf63;
|
|
$problem-event-problem-color: #d70000;
|
|
|
|
$problem-expander-highlighted: darken($problems-table-stripe, 20%);
|
|
$problem-container-shadow: rgba($gray-2, 0.5)
|