fomantic-ui-sass 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Dimmer
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -29,24 +29,13 @@
|
|
29
29
|
background: rgba(0, 0, 0, 0.85);
|
30
30
|
opacity: 0;
|
31
31
|
line-height: 1;
|
32
|
-
|
33
|
-
|
34
|
-
-webkit-animation-duration: 0.5s;
|
35
|
-
animation-duration: 0.5s;
|
36
|
-
-webkit-transition: all 0.5s linear;
|
32
|
+
animation-fill-mode: both;
|
33
|
+
animation-duration: 0.5s;
|
37
34
|
transition: all 0.5s linear;
|
38
|
-
-
|
39
|
-
-
|
40
|
-
|
41
|
-
flex-direction: column;
|
42
|
-
-webkit-box-align: center;
|
43
|
-
-ms-flex-align: center;
|
44
|
-
align-items: center;
|
45
|
-
-webkit-box-pack: center;
|
46
|
-
-ms-flex-pack: center;
|
47
|
-
justify-content: center;
|
35
|
+
flex-direction: column;
|
36
|
+
align-items: center;
|
37
|
+
justify-content: center;
|
48
38
|
-webkit-user-select: none;
|
49
|
-
-moz-user-select: none;
|
50
39
|
-ms-user-select: none;
|
51
40
|
user-select: none;
|
52
41
|
will-change: opacity;
|
@@ -56,10 +45,9 @@
|
|
56
45
|
/* Dimmer Content */
|
57
46
|
.ui.dimmer > .content {
|
58
47
|
-webkit-user-select: text;
|
59
|
-
-moz-user-select: text;
|
60
48
|
-ms-user-select: text;
|
61
49
|
user-select: text;
|
62
|
-
color: #
|
50
|
+
color: #fff;
|
63
51
|
}
|
64
52
|
|
65
53
|
/* Loose Coupling */
|
@@ -88,7 +76,7 @@
|
|
88
76
|
scrollbar-track-color: #323232;
|
89
77
|
scrollbar-arrow-color: #323232;
|
90
78
|
|
91
|
-
/* firefox
|
79
|
+
/* firefox: first color thumb, second track */
|
92
80
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
93
81
|
}
|
94
82
|
|
@@ -108,8 +96,6 @@
|
|
108
96
|
.dimmed.dimmable > .ui.animating.dimmer,
|
109
97
|
.dimmed.dimmable > .ui.visible.dimmer,
|
110
98
|
.ui.active.dimmer {
|
111
|
-
display: -webkit-box;
|
112
|
-
display: -ms-flexbox;
|
113
99
|
display: flex;
|
114
100
|
opacity: 1;
|
115
101
|
}
|
@@ -126,10 +112,9 @@
|
|
126
112
|
*******************************/
|
127
113
|
|
128
114
|
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
115
|
+
/* --------------
|
116
|
+
Legacy
|
117
|
+
--------------- */
|
133
118
|
|
134
119
|
/* Animating / Active / Visible */
|
135
120
|
.dimmed.dimmable > .ui.animating.legacy.dimmer,
|
@@ -138,33 +123,24 @@
|
|
138
123
|
display: block;
|
139
124
|
}
|
140
125
|
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
126
|
+
/* --------------
|
127
|
+
Alignment
|
128
|
+
--------------- */
|
145
129
|
.ui[class*="top aligned"].dimmer {
|
146
|
-
-
|
147
|
-
-ms-flex-pack: start;
|
148
|
-
justify-content: flex-start;
|
130
|
+
justify-content: flex-start;
|
149
131
|
}
|
150
132
|
.ui[class*="bottom aligned"].dimmer {
|
151
|
-
-
|
152
|
-
-ms-flex-pack: end;
|
153
|
-
justify-content: flex-end;
|
133
|
+
justify-content: flex-end;
|
154
134
|
}
|
155
135
|
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
136
|
+
/* --------------
|
137
|
+
Page
|
138
|
+
--------------- */
|
160
139
|
.ui.page.dimmer {
|
161
140
|
position: fixed;
|
162
|
-
|
163
|
-
|
164
|
-
-
|
165
|
-
perspective: 2000px;
|
166
|
-
-webkit-transform-origin: center center;
|
167
|
-
transform-origin: center center;
|
141
|
+
transform-style: "";
|
142
|
+
perspective: 2000px;
|
143
|
+
transform-origin: center center;
|
168
144
|
}
|
169
145
|
.ui.page.dimmer.modals {
|
170
146
|
-moz-perspective: none;
|
@@ -177,22 +153,16 @@ body.dimmable > .dimmer {
|
|
177
153
|
position: fixed;
|
178
154
|
}
|
179
155
|
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
156
|
+
/* --------------
|
157
|
+
Blurring
|
158
|
+
--------------- */
|
184
159
|
@supports (not (-webkit-backdrop-filter: none)) and (not ((-webkit-backdrop-filter: none) or (backdrop-filter: none))) {
|
185
160
|
.blurring.dimmable > :not(.dimmer) {
|
186
|
-
|
187
|
-
filter: initial;
|
188
|
-
-webkit-transition: 800ms -webkit-filter ease;
|
189
|
-
transition: 800ms -webkit-filter ease;
|
161
|
+
filter: initial;
|
190
162
|
transition: 800ms filter ease;
|
191
|
-
transition: 800ms filter ease, 800ms -webkit-filter ease;
|
192
163
|
}
|
193
164
|
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
|
194
|
-
|
195
|
-
filter: blur(5px) grayscale(0.7);
|
165
|
+
filter: blur(5px) grayscale(0.7);
|
196
166
|
}
|
197
167
|
}
|
198
168
|
|
@@ -206,10 +176,9 @@ body.dimmable > .dimmer {
|
|
206
176
|
background: rgba(255, 255, 255, 0.6);
|
207
177
|
}
|
208
178
|
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
179
|
+
/* --------------
|
180
|
+
Aligned
|
181
|
+
--------------- */
|
213
182
|
.ui.dimmer > .top.aligned.content > * {
|
214
183
|
vertical-align: top;
|
215
184
|
}
|
@@ -217,10 +186,9 @@ body.dimmable > .dimmer {
|
|
217
186
|
vertical-align: bottom;
|
218
187
|
}
|
219
188
|
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
189
|
+
/* --------------
|
190
|
+
Shades
|
191
|
+
--------------- */
|
224
192
|
.medium.medium.medium.medium.medium.dimmer {
|
225
193
|
background: rgba(0, 0, 0, 0.65);
|
226
194
|
}
|
@@ -231,22 +199,20 @@ body.dimmable > .dimmer {
|
|
231
199
|
background: rgba(0, 0, 0, 0.25);
|
232
200
|
}
|
233
201
|
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
202
|
+
/* --------------
|
203
|
+
Inverted
|
204
|
+
--------------- */
|
238
205
|
.ui.inverted.dimmer {
|
239
206
|
background: rgba(255, 255, 255, 0.85);
|
240
207
|
}
|
241
208
|
.ui.inverted.dimmer > .content,
|
242
209
|
.ui.inverted.dimmer > .content > * {
|
243
|
-
color: #
|
210
|
+
color: #000;
|
244
211
|
}
|
245
212
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
213
|
+
/* --------------
|
214
|
+
Inverted Shades
|
215
|
+
--------------- */
|
250
216
|
.medium.medium.medium.medium.medium.inverted.dimmer {
|
251
217
|
background: rgba(255, 255, 255, 0.65);
|
252
218
|
}
|
@@ -257,10 +223,9 @@ body.dimmable > .dimmer {
|
|
257
223
|
background: rgba(255, 255, 255, 0.25);
|
258
224
|
}
|
259
225
|
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
226
|
+
/* --------------
|
227
|
+
Simple
|
228
|
+
--------------- */
|
264
229
|
|
265
230
|
/* Displays without javascript */
|
266
231
|
.ui.simple.dimmer {
|
@@ -287,10 +252,9 @@ body.dimmable > .dimmer {
|
|
287
252
|
background: rgba(255, 255, 255, 0.85);
|
288
253
|
}
|
289
254
|
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
255
|
+
/* --------------
|
256
|
+
Partially
|
257
|
+
---------------- */
|
294
258
|
.ui[class*="top dimmer"],
|
295
259
|
.ui[class*="center dimmer"],
|
296
260
|
.ui[class*="bottom dimmer"] {
|
@@ -303,7 +267,6 @@ body.dimmable > .dimmer {
|
|
303
267
|
.ui[class*="center dimmer"] {
|
304
268
|
top: 50%;
|
305
269
|
transform: translateY(-50%);
|
306
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
307
270
|
}
|
308
271
|
.ui.segment > .ui.ui[class*="top dimmer"] {
|
309
272
|
border-bottom-left-radius: 0;
|
@@ -317,137 +280,58 @@ body.dimmable > .dimmer {
|
|
317
280
|
border-top-right-radius: 0;
|
318
281
|
}
|
319
282
|
.ui[class*="center dimmer"].transition[class*="fade up"].in {
|
320
|
-
|
321
|
-
animation-name: fadeInUpCenter;
|
283
|
+
animation-name: fadeInUpCenter;
|
322
284
|
}
|
323
285
|
.ui[class*="center dimmer"].transition[class*="fade down"].in {
|
324
|
-
|
325
|
-
animation-name: fadeInDownCenter;
|
286
|
+
animation-name: fadeInDownCenter;
|
326
287
|
}
|
327
288
|
.ui[class*="center dimmer"].transition[class*="fade up"].out {
|
328
|
-
|
329
|
-
animation-name: fadeOutUpCenter;
|
289
|
+
animation-name: fadeOutUpCenter;
|
330
290
|
}
|
331
291
|
.ui[class*="center dimmer"].transition[class*="fade down"].out {
|
332
|
-
|
333
|
-
animation-name: fadeOutDownCenter;
|
292
|
+
animation-name: fadeOutDownCenter;
|
334
293
|
}
|
335
294
|
.ui[class*="center dimmer"].bounce.transition {
|
336
|
-
|
337
|
-
animation-name: bounceCenter;
|
338
|
-
}
|
339
|
-
@-webkit-keyframes fadeInUpCenter {
|
340
|
-
0% {
|
341
|
-
opacity: 0;
|
342
|
-
transform: translateY(-40%);
|
343
|
-
-webkit-transform: translateY(calc(-40% - 0.5px));
|
344
|
-
}
|
345
|
-
100% {
|
346
|
-
opacity: 1;
|
347
|
-
transform: translateY(-50%);
|
348
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
349
|
-
}
|
295
|
+
animation-name: bounceCenter;
|
350
296
|
}
|
351
297
|
@keyframes fadeInUpCenter {
|
352
298
|
0% {
|
353
299
|
opacity: 0;
|
354
300
|
transform: translateY(-40%);
|
355
|
-
-webkit-transform: translateY(calc(-40% - 0.5px));
|
356
|
-
}
|
357
|
-
100% {
|
358
|
-
opacity: 1;
|
359
|
-
transform: translateY(-50%);
|
360
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
361
|
-
}
|
362
|
-
}
|
363
|
-
@-webkit-keyframes fadeInDownCenter {
|
364
|
-
0% {
|
365
|
-
opacity: 0;
|
366
|
-
transform: translateY(-60%);
|
367
|
-
-webkit-transform: translateY(calc(-60% - 0.5px));
|
368
301
|
}
|
369
302
|
100% {
|
370
303
|
opacity: 1;
|
371
304
|
transform: translateY(-50%);
|
372
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
373
305
|
}
|
374
306
|
}
|
375
307
|
@keyframes fadeInDownCenter {
|
376
308
|
0% {
|
377
309
|
opacity: 0;
|
378
310
|
transform: translateY(-60%);
|
379
|
-
-webkit-transform: translateY(calc(-60% - 0.5px));
|
380
311
|
}
|
381
312
|
100% {
|
382
313
|
opacity: 1;
|
383
314
|
transform: translateY(-50%);
|
384
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
385
|
-
}
|
386
|
-
}
|
387
|
-
@-webkit-keyframes fadeOutUpCenter {
|
388
|
-
0% {
|
389
|
-
opacity: 1;
|
390
|
-
transform: translateY(-50%);
|
391
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
392
|
-
}
|
393
|
-
100% {
|
394
|
-
opacity: 0;
|
395
|
-
transform: translateY(-45%);
|
396
|
-
-webkit-transform: translateY(calc(-45% - 0.5px));
|
397
315
|
}
|
398
316
|
}
|
399
317
|
@keyframes fadeOutUpCenter {
|
400
318
|
0% {
|
401
319
|
opacity: 1;
|
402
320
|
transform: translateY(-50%);
|
403
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
404
321
|
}
|
405
322
|
100% {
|
406
323
|
opacity: 0;
|
407
324
|
transform: translateY(-45%);
|
408
|
-
-webkit-transform: translateY(calc(-45% - 0.5px));
|
409
|
-
}
|
410
|
-
}
|
411
|
-
@-webkit-keyframes fadeOutDownCenter {
|
412
|
-
0% {
|
413
|
-
opacity: 1;
|
414
|
-
transform: translateY(-50%);
|
415
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
416
|
-
}
|
417
|
-
100% {
|
418
|
-
opacity: 0;
|
419
|
-
transform: translateY(-55%);
|
420
|
-
-webkit-transform: translateY(calc(-55% - 0.5px));
|
421
325
|
}
|
422
326
|
}
|
423
327
|
@keyframes fadeOutDownCenter {
|
424
328
|
0% {
|
425
329
|
opacity: 1;
|
426
330
|
transform: translateY(-50%);
|
427
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
428
331
|
}
|
429
332
|
100% {
|
430
333
|
opacity: 0;
|
431
334
|
transform: translateY(-55%);
|
432
|
-
-webkit-transform: translateY(calc(-55% - 0.5px));
|
433
|
-
}
|
434
|
-
}
|
435
|
-
@-webkit-keyframes bounceCenter {
|
436
|
-
0%,
|
437
|
-
20%,
|
438
|
-
50%,
|
439
|
-
80%,
|
440
|
-
100% {
|
441
|
-
transform: translateY(-50%);
|
442
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
443
|
-
}
|
444
|
-
40% {
|
445
|
-
-webkit-transform: translateY(calc(-50% - 30px));
|
446
|
-
transform: translateY(calc(-50% - 30px));
|
447
|
-
}
|
448
|
-
60% {
|
449
|
-
-webkit-transform: translateY(calc(-50% - 15px));
|
450
|
-
transform: translateY(calc(-50% - 15px));
|
451
335
|
}
|
452
336
|
}
|
453
337
|
@keyframes bounceCenter {
|
@@ -457,15 +341,12 @@ body.dimmable > .dimmer {
|
|
457
341
|
80%,
|
458
342
|
100% {
|
459
343
|
transform: translateY(-50%);
|
460
|
-
-webkit-transform: translateY(calc(-50% - 0.5px));
|
461
344
|
}
|
462
345
|
40% {
|
463
|
-
|
464
|
-
transform: translateY(calc(-50% - 30px));
|
346
|
+
transform: translateY(calc(-50% - 30px));
|
465
347
|
}
|
466
348
|
60% {
|
467
|
-
|
468
|
-
transform: translateY(calc(-50% - 15px));
|
349
|
+
transform: translateY(calc(-50% - 15px));
|
469
350
|
}
|
470
351
|
}
|
471
352
|
|