mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Styles: fixed gradient in logo so it doesn't go outside the logo and get a defined start and end color, changed brand gradient to be the same as in logo, created new variable for vertical gradient (#18882)
Fixes #18856
This commit is contained in:
committed by
Torkel Ödegaard
parent
6ea2d484b1
commit
00c8bf4f2f
@@ -96,7 +96,7 @@ $path-position: $marker-size-half - ($path-height / 2);
|
||||
.icon-gf {
|
||||
color: $brand-primary;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background: $brand-gradient;
|
||||
background: $brand-gradient-horizontal;
|
||||
-webkit-background-clip: text;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
right: 0;
|
||||
height: 2px;
|
||||
top: 0;
|
||||
background-image: linear-gradient(to right, #ffd500 0%, #ff4400 99%, #ff4400 100%);
|
||||
background-image: $brand-gradient-horizontal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user