|
1 | 1 | /*!
|
2 |
| - * # Semantic UI 2.4.1 - Statistic |
| 2 | + * # Semantic UI 2.5.0 - Statistic |
3 | 3 | * http://github.com/semantic-org/semantic-ui/
|
4 | 4 | *
|
5 | 5 | *
|
|
16 | 16 |
|
17 | 17 | /* Standalone */
|
18 | 18 | .ui.statistic {
|
19 |
| - display: -webkit-inline-box; |
20 |
| - display: -ms-inline-flexbox; |
21 | 19 | display: inline-flex;
|
22 |
| - -webkit-box-orient: vertical; |
23 |
| - -webkit-box-direction: normal; |
24 |
| - -ms-flex-direction: column; |
25 |
| - flex-direction: column; |
| 20 | + flex-direction: column; |
26 | 21 | margin: 1em 0em;
|
27 | 22 | max-width: auto;
|
28 | 23 | }
|
|
44 | 39 |
|
45 | 40 | /* Grouped */
|
46 | 41 | .ui.statistics {
|
47 |
| - display: -webkit-box; |
48 |
| - display: -ms-flexbox; |
49 | 42 | display: flex;
|
50 |
| - -webkit-box-align: start; |
51 |
| - -ms-flex-align: start; |
52 |
| - align-items: flex-start; |
53 |
| - -ms-flex-wrap: wrap; |
54 |
| - flex-wrap: wrap; |
| 43 | + align-items: flex-start; |
| 44 | + flex-wrap: wrap; |
55 | 45 | }
|
56 | 46 | .ui.statistics > .statistic {
|
57 |
| - display: -webkit-inline-box; |
58 |
| - display: -ms-inline-flexbox; |
59 | 47 | display: inline-flex;
|
60 |
| - -webkit-box-flex: 0; |
61 |
| - -ms-flex: 0 1 auto; |
62 |
| - flex: 0 1 auto; |
63 |
| - -webkit-box-orient: vertical; |
64 |
| - -webkit-box-direction: normal; |
65 |
| - -ms-flex-direction: column; |
66 |
| - flex-direction: column; |
| 48 | + flex: 0 1 auto; |
| 49 | + flex-direction: column; |
67 | 50 | margin: 0em 1.5em 1em;
|
68 | 51 | max-width: auto;
|
69 | 52 | }
|
70 | 53 | .ui.statistics {
|
71 |
| - display: -webkit-box; |
72 |
| - display: -ms-flexbox; |
73 | 54 | display: flex;
|
74 | 55 | margin: 1em -1.5em -1em;
|
75 | 56 | }
|
|
263 | 244 | ---------------*/
|
264 | 245 |
|
265 | 246 | .ui.horizontal.statistic {
|
266 |
| - -webkit-box-orient: horizontal; |
267 |
| - -webkit-box-direction: normal; |
268 |
| - -ms-flex-direction: row; |
269 |
| - flex-direction: row; |
270 |
| - -webkit-box-align: center; |
271 |
| - -ms-flex-align: center; |
272 |
| - align-items: center; |
| 247 | + flex-direction: row; |
| 248 | + align-items: center; |
273 | 249 | }
|
274 | 250 | .ui.horizontal.statistics {
|
275 |
| - -webkit-box-orient: vertical; |
276 |
| - -webkit-box-direction: normal; |
277 |
| - -ms-flex-direction: column; |
278 |
| - flex-direction: column; |
| 251 | + flex-direction: column; |
279 | 252 | margin: 0em;
|
280 | 253 | max-width: none;
|
281 | 254 | }
|
282 | 255 | .ui.horizontal.statistics .statistic {
|
283 |
| - -webkit-box-orient: horizontal; |
284 |
| - -webkit-box-direction: normal; |
285 |
| - -ms-flex-direction: row; |
286 |
| - flex-direction: row; |
287 |
| - -webkit-box-align: center; |
288 |
| - -ms-flex-align: center; |
289 |
| - align-items: center; |
| 256 | + flex-direction: row; |
| 257 | + align-items: center; |
290 | 258 | max-width: none;
|
291 | 259 | margin: 1em 0em;
|
292 | 260 | }
|
|
0 commit comments