mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Merge pull request #208 from flant/fix_branding_opacity
fix: change opacity for branding
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0.15;
|
||||
opacity: $branding-opacity;
|
||||
|
||||
:hover > & {
|
||||
opacity: 1;
|
||||
|
||||
@@ -7,3 +7,5 @@ $warning-bg: #333333; // $dark-4
|
||||
$theme-name: dark;
|
||||
$white: #fff;
|
||||
$red: #d44a3a;
|
||||
|
||||
$branding-opacity: 0.5;
|
||||
|
||||
@@ -8,3 +8,4 @@ $theme-name: light;
|
||||
$white: #fff;
|
||||
$red: #d44939;
|
||||
|
||||
$branding-opacity: 0.33;
|
||||
|
||||
Reference in New Issue
Block a user