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:
Patrick O'Carroll
2019-09-04 11:28:35 +02:00
committed by Torkel Ödegaard
parent 6ea2d484b1
commit 00c8bf4f2f
9 changed files with 16 additions and 26 deletions

View File

@@ -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;
}

View File

@@ -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;
}
}