44 lines
916 B
SCSS
44 lines
916 B
SCSS
$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",
|
|
"wi-day-cloudy",
|
|
"wi-day-hail",
|
|
"wi-day-lightning",
|
|
"wi-day-rain-mix",
|
|
"wi-day-rain",
|
|
"wi-day-showers",
|
|
"wi-day-snow",
|
|
"wi-day-storm-showers",
|
|
"wi-day-sunny",
|
|
"wi-day-thunderstorm",
|
|
"wi-hail",
|
|
"wi-lightning",
|
|
"wi-night-alt-cloudy",
|
|
"wi-night-alt-hail",
|
|
"wi-night-alt-lightning",
|
|
"wi-night-alt-rain-mix",
|
|
"wi-night-alt-rain",
|
|
"wi-night-alt-showers",
|
|
"wi-night-alt-snow",
|
|
"wi-night-alt-storm-showers",
|
|
"wi-night-alt-thunderstorm",
|
|
"wi-night-clear",
|
|
"wi-rain-mix",
|
|
"wi-rain",
|
|
"wi-showers",
|
|
"wi-snow",
|
|
"wi-storm-showers",
|
|
"wi-thunderstorm",
|
|
"wi-wind-deg"
|
|
) !default;
|