|
|
|
|
@ -21,6 +21,7 @@ $gray-4: #D8D9DA; |
|
|
|
|
$gray-5: #ECECEC; |
|
|
|
|
$gray-6: #f4f5f8; |
|
|
|
|
$gray-7: #fbfbfb; |
|
|
|
|
$gray-blue: #292a2d; |
|
|
|
|
|
|
|
|
|
$white: #fff; |
|
|
|
|
|
|
|
|
|
@ -108,14 +109,16 @@ $modal-backdrop-bg: #353c42 ; |
|
|
|
|
$code-tag-bg: $gray-1; |
|
|
|
|
$code-tag-border: lighten($code-tag-bg, 2%); |
|
|
|
|
|
|
|
|
|
// cards |
|
|
|
|
$card-background: linear-gradient(135deg, #2f2f32, #262628); |
|
|
|
|
$card-background-hover: linear-gradient(135deg, #343436, #262628); |
|
|
|
|
$card-shadow: -1px -1px 0 0 hsla(0, 0%, 100%, .1), 1px 1px 0 0 rgba(0, 0, 0, .3); |
|
|
|
|
|
|
|
|
|
// Lists |
|
|
|
|
$grafanaListBackground: $dark-4; |
|
|
|
|
$grafanaListAccent: lighten($dark-2, 2%); |
|
|
|
|
$grafanaListBorderTop: $dark-3; |
|
|
|
|
$grafanaListBorderBottom: $black; |
|
|
|
|
$grafanaListHighlight: #333; |
|
|
|
|
$grafanaListMainLinkColor: $text-color; |
|
|
|
|
$list-item-bg: $card-background; |
|
|
|
|
$list-item-hover-bg: lighten($gray-blue, 5%); |
|
|
|
|
$list-item-link-color: $text-color; |
|
|
|
|
$list-item-shadow: $card-shadow; |
|
|
|
|
|
|
|
|
|
// Scrollbars |
|
|
|
|
$scrollbarBackground: #3a3a3a; |
|
|
|
|
@ -171,7 +174,7 @@ $input-box-shadow: inset 1px 0px 0.3rem 0px rgba(150, 150, 150, 0. |
|
|
|
|
$input-border-focus: $input-border-color !default; |
|
|
|
|
$input-box-shadow-focus: rgba(102,175,233,.6) !default; |
|
|
|
|
$input-color-placeholder: $gray-1 !default; |
|
|
|
|
$input-label-bg: #292a2d; |
|
|
|
|
$input-label-bg: $gray-blue; |
|
|
|
|
$input-label-border-color: transparent; |
|
|
|
|
$input-invalid-border-color: lighten($red, 5%); |
|
|
|
|
|
|
|
|
|
@ -292,11 +295,6 @@ $graph-tooltip-bg: $dark-1; |
|
|
|
|
// images |
|
|
|
|
$checkboxImageUrl: '../img/checkbox.png'; |
|
|
|
|
|
|
|
|
|
// cards |
|
|
|
|
$card-background: linear-gradient(135deg, #2f2f32, #262628); |
|
|
|
|
$card-background-hover: linear-gradient(135deg, #343436, #262628); |
|
|
|
|
$card-shadow: -1px -1px 0 0 hsla(0, 0%, 100%, .1), 1px 1px 0 0 rgba(0, 0, 0, .3); |
|
|
|
|
|
|
|
|
|
// info box |
|
|
|
|
$info-box-background: linear-gradient(100deg, #1a4552, #00374a); |
|
|
|
|
|
|
|
|
|
|