Blame view

assets/plugins/weather-icons-master/sass/icon-classes/classes-neutral.scss 1.67 KB
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  .wi-cloud:before {content: $cloud;}
  .wi-cloudy:before {content: $cloudy;}
  .wi-cloudy-gusts:before {content: $cloudy-gusts;}
  .wi-cloudy-windy:before {content: $cloudy-windy;}
  .wi-fog:before {content: $fog;}
  .wi-hail:before {content: $hail;}
  .wi-rain:before {content: $rain;}
  .wi-rain-mix:before {content: $rain-mix;}
  .wi-rain-wind:before {content: $rain-wind;}
  .wi-showers:before {content: $showers;}
  .wi-sleet:before {content: $sleet;}
  .wi-snow:before {content: $snow;}
  .wi-sprinkle:before {content: $sprinkle;}
  .wi-storm-showers:before {content: $storm-showers;}
  .wi-thunderstorm:before {content: $thunderstorm;}
  .wi-snow-wind:before {content: $snow-wind;}
  .wi-snow:before {content: $snow;}
  .wi-smog:before {content: $smog;}
  .wi-smoke:before {content: $smoke;}
  .wi-lightning:before {content: $lightning;}
  .wi-raindrops:before {content: $raindrops;}
  .wi-raindrop:before {content: $raindrop;}
  .wi-dust:before {content: $dust;}
  .wi-snowflake-cold:before {content: $snowflake-cold;}
  .wi-windy:before {content: $windy;}
  .wi-strong-wind:before {content: $strong-wind;}
  .wi-sandstorm:before {content: $sandstorm;}
  .wi-earthquake:before {content: $earthquake;}
  .wi-fire:before {content: $fire;}
  .wi-flood:before {content: $flood;}
  .wi-Alpha:before {content: $Alpha;}
  .wi-tsunami:before {content: $tsunami;}
  .wi-volcano:before {content: $volcano;}
  .wi-hurricane:before {content: $hurricane;}
  .wi-tornado:before {content: $tornado;}
  .wi-small-craft-advisory:before {content: $small-craft-advisory;}
  .wi-gale-warning:before {content: $gale-warning;}
  .wi-storm-warning:before {content: $storm-warning;}
  .wi-hurricane-warning:before {content: $hurricane-warning;}
  .wi-wind-direction:before {content: $wind-direction;}