mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-16 02:24:06 -08:00
22 lines
364 B
SCSS
22 lines
364 B
SCSS
|
@import 'bootstrap_light';
|
||
|
|
||
|
@import '~bootstrap/scss/functions';
|
||
|
@import '~bootstrap/scss/variables';
|
||
|
|
||
|
$alert-cell-color: inherit;
|
||
|
$rule-cell-bg: #f5f5f5;
|
||
|
|
||
|
$config-yaml-color: #333;
|
||
|
$config-yaml-bg: #f5f5f5;
|
||
|
$config-yaml-border: #ccc;
|
||
|
|
||
|
$query-stats-color: #71808e;
|
||
|
|
||
|
$metrics-explorer-bg: #efefef;
|
||
|
|
||
|
$clear-time-btn-bg: $white;
|
||
|
|
||
|
.bootstrap {
|
||
|
@import './shared';
|
||
|
}
|