mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added a new util class for highlight words, proper variables added for light and dark
This commit is contained in:
parent
32a1d1445c
commit
82b1a11820
@ -54,6 +54,8 @@ $body-color: $gray-4;
|
|||||||
$text-color: $gray-4;
|
$text-color: $gray-4;
|
||||||
$text-color-strong: $white;
|
$text-color-strong: $white;
|
||||||
$text-color-weak: $gray-2;
|
$text-color-weak: $gray-2;
|
||||||
|
$text-color-emphasis: $gray-5;
|
||||||
|
|
||||||
|
|
||||||
// gradients
|
// gradients
|
||||||
$brand-gradient: linear-gradient(to right, rgba(255,213,0,0.7) 0%, rgba(255,68,0,0.7) 99%, rgba(255,68,0,0.7) 100%);
|
$brand-gradient: linear-gradient(to right, rgba(255,213,0,0.7) 0%, rgba(255,68,0,0.7) 99%, rgba(255,68,0,0.7) 100%);
|
||||||
|
@ -60,6 +60,7 @@ $body-color: $gray-1;
|
|||||||
$text-color: $gray-1;
|
$text-color: $gray-1;
|
||||||
$text-color-strong: $white;
|
$text-color-strong: $white;
|
||||||
$text-color-weak: $gray-1;
|
$text-color-weak: $gray-1;
|
||||||
|
$text-color-emphasis: $dark-5;
|
||||||
|
|
||||||
// gradients
|
// gradients
|
||||||
$brand-gradient: linear-gradient(to right, rgba(255,213,0,1.0) 0%, rgba(255,68,0,1.0) 99%, rgba(255,68,0,1.0) 100%);
|
$brand-gradient: linear-gradient(to right, rgba(255,213,0,1.0) 0%, rgba(255,68,0,1.0) 99%, rgba(255,68,0,1.0) 100%);
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
color: $brand-primary;
|
color: $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emphasis-word {
|
||||||
|
font-weight: 500;
|
||||||
|
color: $text-color-emphasis;
|
||||||
|
}
|
||||||
|
|
||||||
// Close icons
|
// Close icons
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
.close {
|
.close {
|
||||||
|
Loading…
Reference in New Issue
Block a user