feat(static): colorize weather icons
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
$weather-icons-path: "../icons" !default;
|
||||
$weather-icons-stroke-color: #555555 !default;
|
||||
$weather-icons-colors: (
|
||||
"sun": #ffdf22,
|
||||
"cloud": #00c5c5,
|
||||
"rain": #0d6efd,
|
||||
"moon": #4A4B43,
|
||||
"lightning": red,
|
||||
"snow": white,
|
||||
) !default;
|
||||
$weather-icons-included: (
|
||||
"wi-cloud",
|
||||
"wi-cloudy",
|
||||
|
||||
Reference in New Issue
Block a user