mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +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;
|
right: 0;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
opacity: 0.15;
|
opacity: $branding-opacity;
|
||||||
|
|
||||||
:hover > & {
|
:hover > & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ $warning-bg: #333333; // $dark-4
|
|||||||
$theme-name: dark;
|
$theme-name: dark;
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
$red: #d44a3a;
|
$red: #d44a3a;
|
||||||
|
|
||||||
|
$branding-opacity: 0.5;
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ $theme-name: light;
|
|||||||
$white: #fff;
|
$white: #fff;
|
||||||
$red: #d44939;
|
$red: #d44939;
|
||||||
|
|
||||||
|
$branding-opacity: 0.33;
|
||||||
|
|||||||
Reference in New Issue
Block a user