Add new alert icons (#2226)

This commit is contained in:
Richard Schreiber
2021-10-06 12:31:08 +02:00
committed by GitHub
parent bc7300c393
commit 65167cc290
2 changed files with 19 additions and 23 deletions

View File

@@ -6,6 +6,10 @@
@return mix(black, $color, $percentage);
}
@function url-friendly-colour($colour) {
@return '%23' + str-slice('#{$colour}', 2, -1)
}
$gray-darker: lighten(#000, 13.5%);
$gray-dark: lighten(#000, 20%);
$gray: lighten(#000, 33.5%);