uikit-reset 1.1.3 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/uikit/reset/version.rb +1 -1
- data/vendor/assets/javascripts/uikit-reset.js +3075 -2138
- data/vendor/assets/stylesheets/uikit-reset.scss +248 -56
- metadata +3 -31
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! UIkit 3.
|
1
|
+
/*! UIkit 3.1.0 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
|
2
2
|
/* ========================================================================
|
3
3
|
Component: Base
|
4
4
|
========================================================================== */
|
@@ -263,7 +263,12 @@ h4,
|
|
263
263
|
h5,
|
264
264
|
.uk-h5,
|
265
265
|
h6,
|
266
|
-
.uk-h6
|
266
|
+
.uk-h6,
|
267
|
+
.uk-heading-small,
|
268
|
+
.uk-heading-medium,
|
269
|
+
.uk-heading-large,
|
270
|
+
.uk-heading-xlarge,
|
271
|
+
.uk-heading-2xlarge {
|
267
272
|
margin: 0 0 20px 0;
|
268
273
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
269
274
|
font-weight: normal;
|
@@ -283,7 +288,12 @@ h6,
|
|
283
288
|
*+h5,
|
284
289
|
*+.uk-h5,
|
285
290
|
*+h6,
|
286
|
-
*+.uk-h6
|
291
|
+
*+.uk-h6,
|
292
|
+
*+.uk-heading-small,
|
293
|
+
*+.uk-heading-medium,
|
294
|
+
*+.uk-heading-large,
|
295
|
+
*+.uk-heading-xlarge,
|
296
|
+
*+.uk-heading-2xlarge {
|
287
297
|
margin-top: 40px;
|
288
298
|
}
|
289
299
|
|
@@ -575,7 +585,75 @@ a.uk-link-reset:hover,
|
|
575
585
|
/* ========================================================================
|
576
586
|
Component: Heading
|
577
587
|
========================================================================== */
|
588
|
+
.uk-heading-small {
|
589
|
+
font-size: 2.6rem;
|
590
|
+
line-height: 1.2;
|
591
|
+
}
|
592
|
+
|
593
|
+
.uk-heading-medium {
|
594
|
+
font-size: 2.8875rem;
|
595
|
+
line-height: 1.1;
|
596
|
+
}
|
597
|
+
|
598
|
+
.uk-heading-large {
|
599
|
+
font-size: 3.4rem;
|
600
|
+
line-height: 1.1;
|
601
|
+
}
|
602
|
+
|
603
|
+
.uk-heading-xlarge {
|
604
|
+
font-size: 4rem;
|
605
|
+
line-height: 1;
|
606
|
+
}
|
607
|
+
|
608
|
+
.uk-heading-2xlarge {
|
609
|
+
font-size: 6rem;
|
610
|
+
line-height: 1;
|
611
|
+
}
|
612
|
+
|
613
|
+
/* Tablet Landscape and bigger */
|
614
|
+
@media (min-width: 960px) {
|
615
|
+
.uk-heading-small {
|
616
|
+
font-size: 3.25rem;
|
617
|
+
}
|
618
|
+
|
619
|
+
.uk-heading-medium {
|
620
|
+
font-size: 3.5rem;
|
621
|
+
}
|
622
|
+
|
623
|
+
.uk-heading-large {
|
624
|
+
font-size: 4rem;
|
625
|
+
}
|
626
|
+
|
627
|
+
.uk-heading-xlarge {
|
628
|
+
font-size: 6rem;
|
629
|
+
}
|
630
|
+
|
631
|
+
.uk-heading-2xlarge {
|
632
|
+
font-size: 8rem;
|
633
|
+
}
|
634
|
+
}
|
635
|
+
|
636
|
+
/* Laptop and bigger */
|
637
|
+
@media (min-width: 1200px) {
|
638
|
+
.uk-heading-medium {
|
639
|
+
font-size: 4rem;
|
640
|
+
}
|
641
|
+
|
642
|
+
.uk-heading-large {
|
643
|
+
font-size: 6rem;
|
644
|
+
}
|
645
|
+
|
646
|
+
.uk-heading-xlarge {
|
647
|
+
font-size: 8rem;
|
648
|
+
}
|
649
|
+
|
650
|
+
.uk-heading-2xlarge {
|
651
|
+
font-size: 11rem;
|
652
|
+
}
|
653
|
+
}
|
654
|
+
|
578
655
|
/* Primary
|
656
|
+
Deprecated: Use `uk-heading-medium` instead
|
579
657
|
========================================================================== */
|
580
658
|
.uk-heading-primary {
|
581
659
|
font-size: 3rem;
|
@@ -598,6 +676,7 @@ a.uk-link-reset:hover,
|
|
598
676
|
}
|
599
677
|
|
600
678
|
/* Hero
|
679
|
+
Deprecated: Use `uk-heading-xlarge` instead
|
601
680
|
========================================================================== */
|
602
681
|
.uk-heading-hero {
|
603
682
|
font-size: 4rem;
|
@@ -623,8 +702,8 @@ a.uk-link-reset:hover,
|
|
623
702
|
/* Divider
|
624
703
|
========================================================================== */
|
625
704
|
.uk-heading-divider {
|
626
|
-
padding-bottom: 10px;
|
627
|
-
border-bottom:
|
705
|
+
padding-bottom: calc(10px + 0.1em);
|
706
|
+
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
|
628
707
|
}
|
629
708
|
|
630
709
|
/* Bullet
|
@@ -647,9 +726,9 @@ a.uk-link-reset:hover,
|
|
647
726
|
top: calc(-0.1 * 1em);
|
648
727
|
vertical-align: middle;
|
649
728
|
/* 3 */
|
650
|
-
height: 0.
|
651
|
-
margin-right:
|
652
|
-
border-left: 5px solid #e5e5e5;
|
729
|
+
height: calc(4px + 0.7em);
|
730
|
+
margin-right: calc(5px + 0.2em);
|
731
|
+
border-left: calc(5px + 0.1em) solid #e5e5e5;
|
653
732
|
}
|
654
733
|
|
655
734
|
/* Line
|
@@ -679,21 +758,21 @@ a.uk-link-reset:hover,
|
|
679
758
|
content: "";
|
680
759
|
/* 1 */
|
681
760
|
position: absolute;
|
682
|
-
top: calc(50% - (
|
761
|
+
top: calc(50% - (calc(0.2px + 0.05em) / 2));
|
683
762
|
/* 2 */
|
684
763
|
width: 2000px;
|
685
764
|
/* 3 */
|
686
|
-
border-bottom:
|
765
|
+
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
|
687
766
|
}
|
688
767
|
|
689
768
|
.uk-heading-line> ::before {
|
690
769
|
right: 100%;
|
691
|
-
margin-right: 0.
|
770
|
+
margin-right: calc(5px + 0.3em);
|
692
771
|
}
|
693
772
|
|
694
773
|
.uk-heading-line> ::after {
|
695
774
|
left: 100%;
|
696
|
-
margin-left: 0.
|
775
|
+
margin-left: calc(5px + 0.3em);
|
697
776
|
}
|
698
777
|
|
699
778
|
/* ========================================================================
|
@@ -5979,6 +6058,7 @@ ul.uk-nav-sub {
|
|
5979
6058
|
* 5. Responsiveness
|
5980
6059
|
* Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
|
5981
6060
|
* Using `vh` and `vw` to make responsive image work in IE11
|
6061
|
+
* 6. Suppress outline on focus
|
5982
6062
|
*/
|
5983
6063
|
.uk-lightbox-items>* {
|
5984
6064
|
/* 1 */
|
@@ -6003,6 +6083,11 @@ ul.uk-nav-sub {
|
|
6003
6083
|
max-height: 100vh;
|
6004
6084
|
}
|
6005
6085
|
|
6086
|
+
/* 6 */
|
6087
|
+
.uk-slideshow-items> :focus {
|
6088
|
+
outline: none;
|
6089
|
+
}
|
6090
|
+
|
6006
6091
|
.uk-lightbox-items>*> :not(iframe) {
|
6007
6092
|
width: auto;
|
6008
6093
|
height: auto;
|
@@ -6112,6 +6197,7 @@ ul.uk-nav-sub {
|
|
6112
6197
|
* 3. Clip child elements, e.g. for `uk-cover`
|
6113
6198
|
* 4. Optimize animation
|
6114
6199
|
* 5. Disable horizontal panning gestures in IE11 and Edge
|
6200
|
+
* 6. Suppress outline on focus
|
6115
6201
|
*/
|
6116
6202
|
.uk-slideshow-items>* {
|
6117
6203
|
/* 1 */
|
@@ -6129,6 +6215,11 @@ ul.uk-nav-sub {
|
|
6129
6215
|
touch-action: pan-y;
|
6130
6216
|
}
|
6131
6217
|
|
6218
|
+
/* 6 */
|
6219
|
+
.uk-slideshow-items> :focus {
|
6220
|
+
outline: none;
|
6221
|
+
}
|
6222
|
+
|
6132
6223
|
/*
|
6133
6224
|
* Hide not active items
|
6134
6225
|
*/
|
@@ -6194,6 +6285,7 @@ ul.uk-nav-sub {
|
|
6194
6285
|
* 1. Let items take content dimensions (0 0 auto)
|
6195
6286
|
* 2. Create position context
|
6196
6287
|
* 3. Disable horizontal panning gestures in IE11 and Edge
|
6288
|
+
* 4. Suppress outline on focus
|
6197
6289
|
*/
|
6198
6290
|
.uk-slider-items>* {
|
6199
6291
|
/* 1 */
|
@@ -6204,6 +6296,11 @@ ul.uk-nav-sub {
|
|
6204
6296
|
touch-action: pan-y;
|
6205
6297
|
}
|
6206
6298
|
|
6299
|
+
/* 4 */
|
6300
|
+
.uk-slider-items> :focus {
|
6301
|
+
outline: none;
|
6302
|
+
}
|
6303
|
+
|
6207
6304
|
/* ========================================================================
|
6208
6305
|
Component: Sticky
|
6209
6306
|
========================================================================== */
|
@@ -6539,7 +6636,7 @@ ul.uk-nav-sub {
|
|
6539
6636
|
}
|
6540
6637
|
|
6541
6638
|
:root {
|
6542
|
-
--uk-leader-fill-content:
|
6639
|
+
--uk-leader-fill-content: '.';
|
6543
6640
|
}
|
6544
6641
|
|
6545
6642
|
/* ========================================================================
|
@@ -6991,37 +7088,6 @@ ul.uk-nav-sub {
|
|
6991
7088
|
animation-fill-mode: both;
|
6992
7089
|
}
|
6993
7090
|
|
6994
|
-
/* Direction modifier
|
6995
|
-
========================================================================== */
|
6996
|
-
.uk-animation-reverse {
|
6997
|
-
animation-direction: reverse;
|
6998
|
-
animation-timing-function: ease-in;
|
6999
|
-
}
|
7000
|
-
|
7001
|
-
/* Toggle (Hover + Focus)
|
7002
|
-
========================================================================== */
|
7003
|
-
/*
|
7004
|
-
* The toggle is triggered on touch devices using `:focus` and tabindex
|
7005
|
-
*/
|
7006
|
-
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
|
7007
|
-
animation-name: none;
|
7008
|
-
}
|
7009
|
-
|
7010
|
-
/*
|
7011
|
-
* 1. Prevent tab highlighting on iOS.
|
7012
|
-
*/
|
7013
|
-
.uk-animation-toggle {
|
7014
|
-
/* 1 */
|
7015
|
-
-webkit-tap-highlight-color: transparent;
|
7016
|
-
}
|
7017
|
-
|
7018
|
-
/*
|
7019
|
-
* Remove outline for `tabindex`
|
7020
|
-
*/
|
7021
|
-
.uk-animation-toggle:focus {
|
7022
|
-
outline: none;
|
7023
|
-
}
|
7024
|
-
|
7025
7091
|
/* Animations
|
7026
7092
|
========================================================================== */
|
7027
7093
|
/*
|
@@ -7116,12 +7182,56 @@ ul.uk-nav-sub {
|
|
7116
7182
|
animation-name: uk-shake;
|
7117
7183
|
}
|
7118
7184
|
|
7185
|
+
/*
|
7186
|
+
* SVG Stroke
|
7187
|
+
* The `--uk-animation-stroke` custom property contains the longest path length.
|
7188
|
+
* Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
|
7189
|
+
* All strokes are animated by the same pace and doesn't end simultaneously.
|
7190
|
+
* To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
|
7191
|
+
*/
|
7192
|
+
.uk-animation-stroke {
|
7193
|
+
animation-name: uk-stroke;
|
7194
|
+
stroke-dasharray: var(--uk-animation-stroke);
|
7195
|
+
animation-duration: 2s;
|
7196
|
+
}
|
7197
|
+
|
7198
|
+
/* Direction modifier
|
7199
|
+
========================================================================== */
|
7200
|
+
.uk-animation-reverse {
|
7201
|
+
animation-direction: reverse;
|
7202
|
+
animation-timing-function: ease-in;
|
7203
|
+
}
|
7204
|
+
|
7119
7205
|
/* Duration modifier
|
7120
7206
|
========================================================================== */
|
7121
7207
|
.uk-animation-fast {
|
7122
7208
|
animation-duration: 0.1s;
|
7123
7209
|
}
|
7124
7210
|
|
7211
|
+
/* Toggle (Hover + Focus)
|
7212
|
+
========================================================================== */
|
7213
|
+
/*
|
7214
|
+
* The toggle is triggered on touch devices using `:focus` and tabindex
|
7215
|
+
*/
|
7216
|
+
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
|
7217
|
+
animation-name: none;
|
7218
|
+
}
|
7219
|
+
|
7220
|
+
/*
|
7221
|
+
* 1. Prevent tab highlighting on iOS.
|
7222
|
+
*/
|
7223
|
+
.uk-animation-toggle {
|
7224
|
+
/* 1 */
|
7225
|
+
-webkit-tap-highlight-color: transparent;
|
7226
|
+
}
|
7227
|
+
|
7228
|
+
/*
|
7229
|
+
* Remove outline for `tabindex`
|
7230
|
+
*/
|
7231
|
+
.uk-animation-toggle:focus {
|
7232
|
+
outline: none;
|
7233
|
+
}
|
7234
|
+
|
7125
7235
|
/* Keyframes used by animation classes
|
7126
7236
|
========================================================================== */
|
7127
7237
|
/*
|
@@ -7407,6 +7517,19 @@ ul.uk-nav-sub {
|
|
7407
7517
|
}
|
7408
7518
|
}
|
7409
7519
|
|
7520
|
+
/*
|
7521
|
+
* Stroke
|
7522
|
+
*/
|
7523
|
+
@keyframes uk-stroke {
|
7524
|
+
0% {
|
7525
|
+
stroke-dashoffset: var(--uk-animation-stroke);
|
7526
|
+
}
|
7527
|
+
|
7528
|
+
100% {
|
7529
|
+
stroke-dashoffset: 0;
|
7530
|
+
}
|
7531
|
+
}
|
7532
|
+
|
7410
7533
|
/* ========================================================================
|
7411
7534
|
Component: Width
|
7412
7535
|
========================================================================== */
|
@@ -8171,6 +8294,10 @@ ul.uk-nav-sub {
|
|
8171
8294
|
color: #1e87f0 !important;
|
8172
8295
|
}
|
8173
8296
|
|
8297
|
+
.uk-text-secondary {
|
8298
|
+
color: #222 !important;
|
8299
|
+
}
|
8300
|
+
|
8174
8301
|
.uk-text-success {
|
8175
8302
|
color: #32d296 !important;
|
8176
8303
|
}
|
@@ -9891,7 +10018,8 @@ iframe.uk-cover {
|
|
9891
10018
|
margin-bottom: 0 !important;
|
9892
10019
|
}
|
9893
10020
|
|
9894
|
-
.uk-margin-remove-adjacent
|
10021
|
+
.uk-margin-remove-adjacent+*,
|
10022
|
+
.uk-margin-remove-first-child> :first-child {
|
9895
10023
|
margin-top: 0 !important;
|
9896
10024
|
}
|
9897
10025
|
|
@@ -10059,7 +10187,6 @@ iframe.uk-cover {
|
|
10059
10187
|
left: 50%;
|
10060
10188
|
transform: translate(-50%, -50%);
|
10061
10189
|
/* 1 */
|
10062
|
-
width: -moz-max-content;
|
10063
10190
|
width: max-content;
|
10064
10191
|
max-width: 100%;
|
10065
10192
|
box-sizing: border-box;
|
@@ -10082,13 +10209,11 @@ iframe.uk-cover {
|
|
10082
10209
|
|
10083
10210
|
.uk-position-center-left-out {
|
10084
10211
|
right: 100%;
|
10085
|
-
width: -moz-max-content;
|
10086
10212
|
width: max-content;
|
10087
10213
|
}
|
10088
10214
|
|
10089
10215
|
.uk-position-center-right-out {
|
10090
10216
|
left: 100%;
|
10091
|
-
width: -moz-max-content;
|
10092
10217
|
width: max-content;
|
10093
10218
|
}
|
10094
10219
|
|
@@ -10098,7 +10223,6 @@ iframe.uk-cover {
|
|
10098
10223
|
left: 50%;
|
10099
10224
|
transform: translateX(-50%);
|
10100
10225
|
/* 1 */
|
10101
|
-
width: -moz-max-content;
|
10102
10226
|
width: max-content;
|
10103
10227
|
max-width: 100%;
|
10104
10228
|
box-sizing: border-box;
|
@@ -10280,14 +10404,13 @@ iframe.uk-cover {
|
|
10280
10404
|
|
10281
10405
|
/*
|
10282
10406
|
* Scale
|
10283
|
-
* Note: Using `scale3d` for better image rendering
|
10284
10407
|
*/
|
10285
10408
|
.uk-transition-scale-up {
|
10286
|
-
transform:
|
10409
|
+
transform: scale(1, 1);
|
10287
10410
|
}
|
10288
10411
|
|
10289
10412
|
.uk-transition-scale-down {
|
10290
|
-
transform:
|
10413
|
+
transform: scale(1.1, 1.1);
|
10291
10414
|
}
|
10292
10415
|
|
10293
10416
|
/* Show */
|
@@ -10295,14 +10418,14 @@ iframe.uk-cover {
|
|
10295
10418
|
.uk-transition-toggle:focus .uk-transition-scale-up,
|
10296
10419
|
.uk-transition-active.uk-active .uk-transition-scale-up {
|
10297
10420
|
opacity: 1;
|
10298
|
-
transform:
|
10421
|
+
transform: scale(1.1, 1.1);
|
10299
10422
|
}
|
10300
10423
|
|
10301
10424
|
.uk-transition-toggle:hover .uk-transition-scale-down,
|
10302
10425
|
.uk-transition-toggle:focus .uk-transition-scale-down,
|
10303
10426
|
.uk-transition-active.uk-active .uk-transition-scale-down {
|
10304
10427
|
opacity: 1;
|
10305
|
-
transform:
|
10428
|
+
transform: scale(1, 1);
|
10306
10429
|
}
|
10307
10430
|
|
10308
10431
|
/*
|
@@ -10661,6 +10784,11 @@ iframe.uk-cover {
|
|
10661
10784
|
.uk-light .uk-h5,
|
10662
10785
|
.uk-light h6,
|
10663
10786
|
.uk-light .uk-h6,
|
10787
|
+
.uk-light .uk-heading-small,
|
10788
|
+
.uk-light .uk-heading-medium,
|
10789
|
+
.uk-light .uk-heading-large,
|
10790
|
+
.uk-light .uk-heading-xlarge,
|
10791
|
+
.uk-light .uk-heading-2xlarge,
|
10664
10792
|
.uk-section-primary:not(.uk-preserve-color) h1,
|
10665
10793
|
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
|
10666
10794
|
.uk-section-primary:not(.uk-preserve-color) h2,
|
@@ -10673,6 +10801,11 @@ iframe.uk-cover {
|
|
10673
10801
|
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
|
10674
10802
|
.uk-section-primary:not(.uk-preserve-color) h6,
|
10675
10803
|
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
|
10804
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
|
10805
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
|
10806
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
|
10807
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
|
10808
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10676
10809
|
.uk-section-secondary:not(.uk-preserve-color) h1,
|
10677
10810
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
|
10678
10811
|
.uk-section-secondary:not(.uk-preserve-color) h2,
|
@@ -10685,6 +10818,11 @@ iframe.uk-cover {
|
|
10685
10818
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
|
10686
10819
|
.uk-section-secondary:not(.uk-preserve-color) h6,
|
10687
10820
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
|
10821
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
|
10822
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
|
10823
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
|
10824
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
|
10825
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10688
10826
|
.uk-tile-primary:not(.uk-preserve-color) h1,
|
10689
10827
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
|
10690
10828
|
.uk-tile-primary:not(.uk-preserve-color) h2,
|
@@ -10697,6 +10835,11 @@ iframe.uk-cover {
|
|
10697
10835
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
|
10698
10836
|
.uk-tile-primary:not(.uk-preserve-color) h6,
|
10699
10837
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
|
10838
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
|
10839
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
|
10840
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
|
10841
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
|
10842
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10700
10843
|
.uk-tile-secondary:not(.uk-preserve-color) h1,
|
10701
10844
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
|
10702
10845
|
.uk-tile-secondary:not(.uk-preserve-color) h2,
|
@@ -10709,6 +10852,11 @@ iframe.uk-cover {
|
|
10709
10852
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
|
10710
10853
|
.uk-tile-secondary:not(.uk-preserve-color) h6,
|
10711
10854
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
|
10855
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
|
10856
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
|
10857
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
|
10858
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
|
10859
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10712
10860
|
.uk-card-primary.uk-card-body h1,
|
10713
10861
|
.uk-card-primary.uk-card-body .uk-h1,
|
10714
10862
|
.uk-card-primary.uk-card-body h2,
|
@@ -10721,6 +10869,11 @@ iframe.uk-cover {
|
|
10721
10869
|
.uk-card-primary.uk-card-body .uk-h5,
|
10722
10870
|
.uk-card-primary.uk-card-body h6,
|
10723
10871
|
.uk-card-primary.uk-card-body .uk-h6,
|
10872
|
+
.uk-card-primary.uk-card-body .uk-heading-small,
|
10873
|
+
.uk-card-primary.uk-card-body .uk-heading-medium,
|
10874
|
+
.uk-card-primary.uk-card-body .uk-heading-large,
|
10875
|
+
.uk-card-primary.uk-card-body .uk-heading-xlarge,
|
10876
|
+
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
|
10724
10877
|
.uk-card-primary> :not([class*='uk-card-media']) h1,
|
10725
10878
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h1,
|
10726
10879
|
.uk-card-primary> :not([class*='uk-card-media']) h2,
|
@@ -10733,6 +10886,11 @@ iframe.uk-cover {
|
|
10733
10886
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h5,
|
10734
10887
|
.uk-card-primary> :not([class*='uk-card-media']) h6,
|
10735
10888
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h6,
|
10889
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-small,
|
10890
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-medium,
|
10891
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-large,
|
10892
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-xlarge,
|
10893
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-2xlarge,
|
10736
10894
|
.uk-card-secondary.uk-card-body h1,
|
10737
10895
|
.uk-card-secondary.uk-card-body .uk-h1,
|
10738
10896
|
.uk-card-secondary.uk-card-body h2,
|
@@ -10745,6 +10903,11 @@ iframe.uk-cover {
|
|
10745
10903
|
.uk-card-secondary.uk-card-body .uk-h5,
|
10746
10904
|
.uk-card-secondary.uk-card-body h6,
|
10747
10905
|
.uk-card-secondary.uk-card-body .uk-h6,
|
10906
|
+
.uk-card-secondary.uk-card-body .uk-heading-small,
|
10907
|
+
.uk-card-secondary.uk-card-body .uk-heading-medium,
|
10908
|
+
.uk-card-secondary.uk-card-body .uk-heading-large,
|
10909
|
+
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
|
10910
|
+
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
|
10748
10911
|
.uk-card-secondary> :not([class*='uk-card-media']) h1,
|
10749
10912
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h1,
|
10750
10913
|
.uk-card-secondary> :not([class*='uk-card-media']) h2,
|
@@ -10757,6 +10920,11 @@ iframe.uk-cover {
|
|
10757
10920
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h5,
|
10758
10921
|
.uk-card-secondary> :not([class*='uk-card-media']) h6,
|
10759
10922
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h6,
|
10923
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-small,
|
10924
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-medium,
|
10925
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-large,
|
10926
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-xlarge,
|
10927
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-2xlarge,
|
10760
10928
|
.uk-overlay-primary h1,
|
10761
10929
|
.uk-overlay-primary .uk-h1,
|
10762
10930
|
.uk-overlay-primary h2,
|
@@ -10769,6 +10937,11 @@ iframe.uk-cover {
|
|
10769
10937
|
.uk-overlay-primary .uk-h5,
|
10770
10938
|
.uk-overlay-primary h6,
|
10771
10939
|
.uk-overlay-primary .uk-h6,
|
10940
|
+
.uk-overlay-primary .uk-heading-small,
|
10941
|
+
.uk-overlay-primary .uk-heading-medium,
|
10942
|
+
.uk-overlay-primary .uk-heading-large,
|
10943
|
+
.uk-overlay-primary .uk-heading-xlarge,
|
10944
|
+
.uk-overlay-primary .uk-heading-2xlarge,
|
10772
10945
|
.uk-offcanvas-bar h1,
|
10773
10946
|
.uk-offcanvas-bar .uk-h1,
|
10774
10947
|
.uk-offcanvas-bar h2,
|
@@ -10780,7 +10953,12 @@ iframe.uk-cover {
|
|
10780
10953
|
.uk-offcanvas-bar h5,
|
10781
10954
|
.uk-offcanvas-bar .uk-h5,
|
10782
10955
|
.uk-offcanvas-bar h6,
|
10783
|
-
.uk-offcanvas-bar .uk-h6
|
10956
|
+
.uk-offcanvas-bar .uk-h6,
|
10957
|
+
.uk-offcanvas-bar .uk-heading-small,
|
10958
|
+
.uk-offcanvas-bar .uk-heading-medium,
|
10959
|
+
.uk-offcanvas-bar .uk-heading-large,
|
10960
|
+
.uk-offcanvas-bar .uk-heading-xlarge,
|
10961
|
+
.uk-offcanvas-bar .uk-heading-2xlarge {
|
10784
10962
|
color: #fff;
|
10785
10963
|
}
|
10786
10964
|
|
@@ -13524,7 +13702,21 @@ iframe.uk-cover {
|
|
13524
13702
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-text-primary,
|
13525
13703
|
.uk-overlay-primary .uk-text-primary,
|
13526
13704
|
.uk-offcanvas-bar .uk-text-primary {
|
13527
|
-
color:
|
13705
|
+
color: #fff !important;
|
13706
|
+
}
|
13707
|
+
|
13708
|
+
.uk-light .uk-text-secondary,
|
13709
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
|
13710
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
|
13711
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
|
13712
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary,
|
13713
|
+
.uk-card-primary.uk-card-body .uk-text-secondary,
|
13714
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-text-secondary,
|
13715
|
+
.uk-card-secondary.uk-card-body .uk-text-secondary,
|
13716
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-text-secondary,
|
13717
|
+
.uk-overlay-primary .uk-text-secondary,
|
13718
|
+
.uk-offcanvas-bar .uk-text-secondary {
|
13719
|
+
color: #fff !important;
|
13528
13720
|
}
|
13529
13721
|
|
13530
13722
|
.uk-light .uk-column-divider,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uikit-reset
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chitta Ranjan Nanda
|
@@ -9,35 +9,7 @@ autorequire:
|
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2025-04-29 00:00:00.000000000 Z
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: bundler
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 2.4.17
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 2.4.17
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: rake
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '10.0'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '10.0'
|
12
|
+
dependencies: []
|
41
13
|
description: Uikit::Reset is a gem to make it super easy to use UIkit in your Rails
|
42
14
|
project.
|
43
15
|
email:
|
@@ -63,7 +35,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
63
35
|
requirements:
|
64
36
|
- - ">="
|
65
37
|
- !ruby/object:Gem::Version
|
66
|
-
version: 2.
|
38
|
+
version: 2.4.0
|
67
39
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
40
|
requirements:
|
69
41
|
- - ">="
|