summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/assets/framework/browser/style/icon-weather.css
blob: 4d1c04f74bbaf7b1c78bc16656b075dc2df31f25 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/
@font-face {
  font-family: 'icoWeather';
  src: url('fonts/font-icons/icon-weather.eot?timestamp=@@timestamp');
  src: url('fonts/font-icons/icon-weather.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-weather.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-weather.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-weather.ttf?timestamp=@@timestamp') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*="icon-weather-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoWeather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #009fdb;
  font-size: 36px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weather-windyL:before {
  content: "\e900";
}
.icon-weather-windy:before {
  content: "\e901";
}
.icon-weather-weatherL:before {
  content: "\e902";
}
.icon-weather-weather:before {
  content: "\e903";
}
.icon-weather-temperatureL:before {
  content: "\e904";
}
.icon-weather-temperature:before {
  content: "\e905";
}
.icon-weather-stormL:before {
  content: "\e906";
}
.icon-weather-storm:before {
  content: "\e907";
}
.icon-weather-snowmix:before {
  content: "\e908";
}
.icon-weather-snowL:before {
  content: "\e909";
}
.icon-weather-snow:before {
  content: "\e90a";
}
.icon-weather-sleetL:before {
  content: "\e90b";
}
.icon-weather-sleet:before {
  content: "\e90c";
}
.icon-weather-showers:before {
  content: "\e90d";
}
.icon-weather-rainL:before {
  content: "\e90e";
}
.icon-weather-rain:before {
  content: "\e90f";
}
.icon-weather-partlycloudythunderstorms:before {
  content: "\e910";
}
.icon-weather-partlycloudyshowers:before {
  content: "\e911";
}
.icon-weather-partlycloudynightL:before {
  content: "\e912";
}
.icon-weather-partlycloudynight:before {
  content: "\e913";
}
.icon-weather-partlycloudyL:before {
  content: "\e914";
}
.icon-weather-partlycloudy:before {
  content: "\e915";
}
.icon-weather-mostlycloudythunderstorms:before {
  content: "\e916";
}
.icon-weather-mostlycloudyshowers:before {
  content: "\e917";
}
.icon-weather-mostlycloudynightL:before {
  content: "\e918";
}
.icon-weather-mostlycloudynight:before {
  content: "\e919";
}
.icon-weather-mostlycloudyL:before {
  content: "\e91a";
}
.icon-weather-mostlycloudyflurriesnight:before {
  content: "\e91b";
}
.icon-weather-mostlycloudyflurries:before {
  content: "\e91c";
}
.icon-weather-mostlycloudy:before {
  content: "\e91d";
}
.icon-weather-hot:before {
  content: "\e91e";
}
.icon-weather-freezingrainL:before {
  content: "\e91f";
}
.icon-weather-fog:before {
  content: "\e920";
}
.icon-weather-flurries:before {
  content: "\e921";
}
.icon-weather-cold:before {
  content: "\e922";
}
.icon-weather-cloudyL:before {
  content: "\e923";
}
.icon-weather-cloudy:before {
  content: "\e924";
}
.icon-weather-clearnightL:before {
  content: "\e925";
}
.icon-weather-clearnight:before {
  content: "\e926";
}
.icon-weather-cleardayL:before {
  content: "\e927";
}
.icon-weather-clearday:before {
  content: "\e928";
}