semantic-ui-sass 2.1.4.0 → 2.1.6.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/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +1 -1
- data/app/assets/javascripts/semantic-ui/api.js +1 -1
- data/app/assets/javascripts/semantic-ui/checkbox.js +9 -4
- data/app/assets/javascripts/semantic-ui/colorize.js +1 -1
- data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
- data/app/assets/javascripts/semantic-ui/dropdown.js +77 -52
- data/app/assets/javascripts/semantic-ui/embed.js +1 -1
- data/app/assets/javascripts/semantic-ui/form.js +6 -4
- data/app/assets/javascripts/semantic-ui/modal.js +6 -3
- data/app/assets/javascripts/semantic-ui/nag.js +1 -1
- data/app/assets/javascripts/semantic-ui/popup.js +12 -3
- data/app/assets/javascripts/semantic-ui/progress.js +2 -1
- data/app/assets/javascripts/semantic-ui/rating.js +1 -1
- data/app/assets/javascripts/semantic-ui/search.js +22 -9
- data/app/assets/javascripts/semantic-ui/shape.js +1 -1
- data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/state.js +1 -1
- data/app/assets/javascripts/semantic-ui/sticky.js +40 -20
- data/app/assets/javascripts/semantic-ui/tab.js +1 -1
- data/app/assets/javascripts/semantic-ui/transition.js +3 -1
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/javascripts/semantic-ui/visit.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +55 -51
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +42 -42
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -73
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -50
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -64
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +42 -41
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +58 -55
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -47
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +38 -8
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Accordion
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -129,7 +129,7 @@
|
|
129
129
|
.ui.styled.accordion,
|
130
130
|
.ui.styled.accordion .accordion {
|
131
131
|
border-radius: 0.28571429rem;
|
132
|
-
background: #
|
132
|
+
background: #FFFFFF;
|
133
133
|
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
|
134
134
|
}
|
135
135
|
.ui.styled.accordion .title,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Checkbox
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -68,11 +68,11 @@
|
|
68
68
|
width: 17px;
|
69
69
|
height: 17px;
|
70
70
|
content: '';
|
71
|
-
background: #
|
71
|
+
background: #FFFFFF;
|
72
72
|
border-radius: 0.21428571rem;
|
73
73
|
-webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease;
|
74
74
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
75
|
-
border: 1px solid #
|
75
|
+
border: 1px solid #D4D4D5;
|
76
76
|
}
|
77
77
|
|
78
78
|
/*--------------
|
@@ -124,7 +124,7 @@
|
|
124
124
|
|
125
125
|
.ui.checkbox .box:hover::before,
|
126
126
|
.ui.checkbox label:hover::before {
|
127
|
-
background: #
|
127
|
+
background: #FFFFFF;
|
128
128
|
border-color: rgba(34, 36, 38, 0.35);
|
129
129
|
}
|
130
130
|
.ui.checkbox label:hover,
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
.ui.checkbox .box:active::before,
|
140
140
|
.ui.checkbox label:active::before {
|
141
|
-
background: #
|
141
|
+
background: #F9FAFB;
|
142
142
|
border-color: rgba(34, 36, 38, 0.35);
|
143
143
|
}
|
144
144
|
.ui.checkbox .box:active::after,
|
@@ -155,8 +155,8 @@
|
|
155
155
|
|
156
156
|
.ui.checkbox input:focus ~ .box:before,
|
157
157
|
.ui.checkbox input:focus ~ label:before {
|
158
|
-
background: #
|
159
|
-
border-color: #
|
158
|
+
background: #FFFFFF;
|
159
|
+
border-color: #96C8DA;
|
160
160
|
}
|
161
161
|
.ui.checkbox input:focus ~ .box:after,
|
162
162
|
.ui.checkbox input:focus ~ label:after {
|
@@ -172,7 +172,7 @@
|
|
172
172
|
|
173
173
|
.ui.checkbox input:checked ~ .box:before,
|
174
174
|
.ui.checkbox input:checked ~ label:before {
|
175
|
-
background: #
|
175
|
+
background: #FFFFFF;
|
176
176
|
border-color: rgba(34, 36, 38, 0.35);
|
177
177
|
}
|
178
178
|
.ui.checkbox input:checked ~ .box:after,
|
@@ -187,7 +187,7 @@
|
|
187
187
|
|
188
188
|
.ui.checkbox input:indeterminate ~ .box:before,
|
189
189
|
.ui.checkbox input:indeterminate ~ label:before {
|
190
|
-
background: #
|
190
|
+
background: #FFFFFF;
|
191
191
|
border-color: rgba(34, 36, 38, 0.35);
|
192
192
|
}
|
193
193
|
.ui.checkbox input:indeterminate ~ .box:after,
|
@@ -204,8 +204,8 @@
|
|
204
204
|
.ui.checkbox input:indeterminate:focus ~ label:before,
|
205
205
|
.ui.checkbox input:checked:focus ~ .box:before,
|
206
206
|
.ui.checkbox input:checked:focus ~ label:before {
|
207
|
-
background: #
|
208
|
-
border-color: #
|
207
|
+
background: #FFFFFF;
|
208
|
+
border-color: #96C8DA;
|
209
209
|
}
|
210
210
|
.ui.checkbox input:indeterminate:focus ~ .box:after,
|
211
211
|
.ui.checkbox input:indeterminate:focus ~ label:after,
|
@@ -315,7 +315,7 @@
|
|
315
315
|
/* Focus */
|
316
316
|
.ui.radio.checkbox input:focus ~ .box:before,
|
317
317
|
.ui.radio.checkbox input:focus ~ label:before {
|
318
|
-
background-color: #
|
318
|
+
background-color: #FFFFFF;
|
319
319
|
}
|
320
320
|
.ui.radio.checkbox input:focus ~ .box:after,
|
321
321
|
.ui.radio.checkbox input:focus ~ label:after {
|
@@ -331,7 +331,7 @@
|
|
331
331
|
/* Active */
|
332
332
|
.ui.radio.checkbox input:checked ~ .box:before,
|
333
333
|
.ui.radio.checkbox input:checked ~ label:before {
|
334
|
-
background-color: #
|
334
|
+
background-color: #FFFFFF;
|
335
335
|
}
|
336
336
|
.ui.radio.checkbox input:checked ~ .box:after,
|
337
337
|
.ui.radio.checkbox input:checked ~ label:after {
|
@@ -341,7 +341,7 @@
|
|
341
341
|
/* Active Focus */
|
342
342
|
.ui.radio.checkbox input:focus:checked ~ .box:before,
|
343
343
|
.ui.radio.checkbox input:focus:checked ~ label:before {
|
344
|
-
background-color: #
|
344
|
+
background-color: #FFFFFF;
|
345
345
|
}
|
346
346
|
.ui.radio.checkbox input:focus:checked ~ .box:after,
|
347
347
|
.ui.radio.checkbox input:focus:checked ~ label:after {
|
@@ -394,8 +394,8 @@
|
|
394
394
|
/* Handle */
|
395
395
|
.ui.slider.checkbox .box:after,
|
396
396
|
.ui.slider.checkbox label:after {
|
397
|
-
background: #
|
398
|
-
background: #
|
397
|
+
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
398
|
+
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
399
399
|
position: absolute;
|
400
400
|
content: '' !important;
|
401
401
|
opacity: 1;
|
@@ -501,8 +501,8 @@
|
|
501
501
|
/* Handle */
|
502
502
|
.ui.toggle.checkbox .box:after,
|
503
503
|
.ui.toggle.checkbox label:after {
|
504
|
-
background: #
|
505
|
-
background: #
|
504
|
+
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
505
|
+
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
506
506
|
position: absolute;
|
507
507
|
content: '' !important;
|
508
508
|
opacity: 1;
|
@@ -543,7 +543,7 @@
|
|
543
543
|
}
|
544
544
|
.ui.toggle.checkbox input:checked ~ .box:before,
|
545
545
|
.ui.toggle.checkbox input:checked ~ label:before {
|
546
|
-
background-color: #
|
546
|
+
background-color: #2185D0 !important;
|
547
547
|
}
|
548
548
|
.ui.toggle.checkbox input:checked ~ .box:after,
|
549
549
|
.ui.toggle.checkbox input:checked ~ label:after {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Dimmer
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -56,7 +56,7 @@
|
|
56
56
|
.ui.dimmer > .content > * {
|
57
57
|
display: table-cell;
|
58
58
|
vertical-align: middle;
|
59
|
-
color: #
|
59
|
+
color: #FFFFFF;
|
60
60
|
}
|
61
61
|
|
62
62
|
/* Loose Coupling */
|
@@ -154,7 +154,7 @@ body.dimmable > .dimmer {
|
|
154
154
|
background-color: rgba(255, 255, 255, 0.85);
|
155
155
|
}
|
156
156
|
.ui.inverted.dimmer > .content > * {
|
157
|
-
color: #
|
157
|
+
color: #FFFFFF;
|
158
158
|
}
|
159
159
|
|
160
160
|
/*--------------
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Dropdown
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -46,7 +46,7 @@
|
|
46
46
|
min-width: max-content;
|
47
47
|
margin: 0em;
|
48
48
|
padding: 0em 0em;
|
49
|
-
background: #
|
49
|
+
background: #FFFFFF;
|
50
50
|
font-size: 1em;
|
51
51
|
text-shadow: none;
|
52
52
|
text-align: left;
|
@@ -352,7 +352,7 @@
|
|
352
352
|
transform: rotateZ(0deg);
|
353
353
|
min-width: 14em;
|
354
354
|
min-height: 2.7142em;
|
355
|
-
background: #
|
355
|
+
background: #FFFFFF;
|
356
356
|
display: inline-block;
|
357
357
|
padding: 0.78571429em 2.6em 0.78571429em 1em;
|
358
358
|
color: rgba(0, 0, 0, 0.87);
|
@@ -446,7 +446,7 @@ select.ui.dropdown {
|
|
446
446
|
|
447
447
|
/* Menu Item */
|
448
448
|
.ui.selection.dropdown .menu > .item {
|
449
|
-
border-top: 1px solid #
|
449
|
+
border-top: 1px solid #FAFAFA;
|
450
450
|
padding: 0.71428571rem 1.14285714rem !important;
|
451
451
|
white-space: normal;
|
452
452
|
word-wrap: normal;
|
@@ -460,21 +460,21 @@ select.ui.dropdown {
|
|
460
460
|
|
461
461
|
/* Active */
|
462
462
|
.ui.selection.active.dropdown {
|
463
|
-
border-color: #
|
463
|
+
border-color: #96C8DA;
|
464
464
|
box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
|
465
465
|
}
|
466
466
|
.ui.selection.active.dropdown .menu {
|
467
|
-
border-color: #
|
467
|
+
border-color: #96C8DA;
|
468
468
|
box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
|
469
469
|
}
|
470
470
|
|
471
471
|
/* Focus */
|
472
472
|
.ui.selection.dropdown:focus {
|
473
|
-
border-color: #
|
473
|
+
border-color: #96C8DA;
|
474
474
|
box-shadow: none;
|
475
475
|
}
|
476
476
|
.ui.selection.dropdown:focus .menu {
|
477
|
-
border-color: #
|
477
|
+
border-color: #96C8DA;
|
478
478
|
box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
|
479
479
|
}
|
480
480
|
|
@@ -486,11 +486,11 @@ select.ui.dropdown {
|
|
486
486
|
|
487
487
|
/* Visible Hover */
|
488
488
|
.ui.selection.active.dropdown:hover {
|
489
|
-
border-color: #
|
489
|
+
border-color: #96C8DA;
|
490
490
|
box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
|
491
491
|
}
|
492
492
|
.ui.selection.active.dropdown:hover .menu {
|
493
|
-
border-color: #
|
493
|
+
border-color: #96C8DA;
|
494
494
|
box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
|
495
495
|
}
|
496
496
|
|
@@ -866,34 +866,34 @@ select.ui.dropdown {
|
|
866
866
|
.ui.dropdown.error,
|
867
867
|
.ui.dropdown.error > .text,
|
868
868
|
.ui.dropdown.error > .default.text {
|
869
|
-
color: #
|
869
|
+
color: #9F3A38;
|
870
870
|
}
|
871
871
|
.ui.selection.dropdown.error {
|
872
|
-
background: #
|
873
|
-
border-color: #
|
872
|
+
background: #FFF6F6;
|
873
|
+
border-color: #E0B4B4;
|
874
874
|
}
|
875
875
|
.ui.selection.dropdown.error:hover {
|
876
|
-
border-color: #
|
876
|
+
border-color: #E0B4B4;
|
877
877
|
}
|
878
878
|
.ui.dropdown.error > .menu,
|
879
879
|
.ui.dropdown.error > .menu .menu {
|
880
|
-
border-color: #
|
880
|
+
border-color: #E0B4B4;
|
881
881
|
}
|
882
882
|
.ui.dropdown.error > .menu > .item {
|
883
|
-
color: #
|
883
|
+
color: #9F3A38;
|
884
884
|
}
|
885
885
|
.ui.multiple.selection.error.dropdown > .label {
|
886
|
-
border-color: #
|
886
|
+
border-color: #E0B4B4;
|
887
887
|
}
|
888
888
|
|
889
889
|
/* Item Hover */
|
890
890
|
.ui.dropdown.error > .menu > .item:hover {
|
891
|
-
background-color: #
|
891
|
+
background-color: #FFF2F2;
|
892
892
|
}
|
893
893
|
|
894
894
|
/* Item Active */
|
895
895
|
.ui.dropdown.error > .menu .active.item {
|
896
|
-
background-color: #
|
896
|
+
background-color: #FDCFCF;
|
897
897
|
}
|
898
898
|
|
899
899
|
/*--------------------
|
@@ -1195,7 +1195,7 @@ select.ui.dropdown {
|
|
1195
1195
|
width: 0.5em;
|
1196
1196
|
height: 0.5em;
|
1197
1197
|
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
|
1198
|
-
background: #
|
1198
|
+
background: #FFFFFF;
|
1199
1199
|
z-index: 2;
|
1200
1200
|
}
|
1201
1201
|
.ui.pointing.dropdown > .menu:after {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Video
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -19,7 +19,7 @@
|
|
19
19
|
max-width: 100%;
|
20
20
|
height: 0px;
|
21
21
|
overflow: hidden;
|
22
|
-
background: #
|
22
|
+
background: #DCDDDE;
|
23
23
|
padding-bottom: 56.25%;
|
24
24
|
}
|
25
25
|
|
@@ -98,7 +98,7 @@
|
|
98
98
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
99
99
|
-ms-transform: translateX(-50%) translateY(-50%);
|
100
100
|
transform: translateX(-50%) translateY(-50%);
|
101
|
-
color: #
|
101
|
+
color: #FFFFFF;
|
102
102
|
font-size: 6rem;
|
103
103
|
text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
|
104
104
|
-webkit-transition: opacity 0.5s ease, color 0.5s ease;
|
@@ -122,7 +122,7 @@
|
|
122
122
|
opacity: 1;
|
123
123
|
}
|
124
124
|
.ui.embed .icon:hover:before {
|
125
|
-
color: #
|
125
|
+
color: #FFFFFF;
|
126
126
|
}
|
127
127
|
|
128
128
|
/*--------------
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Modal
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -21,7 +21,7 @@
|
|
21
21
|
top: 50%;
|
22
22
|
left: 50%;
|
23
23
|
text-align: left;
|
24
|
-
background: #
|
24
|
+
background: #FFFFFF;
|
25
25
|
border: none;
|
26
26
|
box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
|
27
27
|
-webkit-transform-origin: 50% 25%;
|
@@ -62,7 +62,7 @@
|
|
62
62
|
z-index: 1;
|
63
63
|
opacity: 0.8;
|
64
64
|
font-size: 1.25em;
|
65
|
-
color: #
|
65
|
+
color: #FFFFFF;
|
66
66
|
width: 2.25rem;
|
67
67
|
height: 2.25rem;
|
68
68
|
padding: 0.625rem 0rem 0rem 0rem;
|
@@ -78,7 +78,7 @@
|
|
78
78
|
.ui.modal > .header {
|
79
79
|
display: block;
|
80
80
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
81
|
-
background: #
|
81
|
+
background: #FFFFFF;
|
82
82
|
margin: 0em;
|
83
83
|
padding: 1.25rem 1.5rem;
|
84
84
|
box-shadow: none;
|
@@ -101,7 +101,7 @@
|
|
101
101
|
font-size: 1em;
|
102
102
|
line-height: 1.4;
|
103
103
|
padding: 1.5rem;
|
104
|
-
background: #
|
104
|
+
background: #FFFFFF;
|
105
105
|
}
|
106
106
|
.ui.modal > .image.content {
|
107
107
|
display: -webkit-box;
|
@@ -179,7 +179,7 @@
|
|
179
179
|
---------------*/
|
180
180
|
|
181
181
|
.ui.modal > .actions {
|
182
|
-
background: #
|
182
|
+
background: #F9FAFB;
|
183
183
|
padding: 1rem 1rem;
|
184
184
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
185
185
|
text-align: right;
|
@@ -226,7 +226,7 @@
|
|
226
226
|
}
|
227
227
|
|
228
228
|
/* Tablet and Mobile */
|
229
|
-
@media only screen and (max-width:
|
229
|
+
@media only screen and (max-width: 991px) {
|
230
230
|
.ui.modal > .header {
|
231
231
|
padding-right: 2.25rem;
|
232
232
|
}
|
@@ -307,7 +307,7 @@
|
|
307
307
|
border: none;
|
308
308
|
border-radius: 0em;
|
309
309
|
box-shadow: none !important;
|
310
|
-
color: #
|
310
|
+
color: #FFFFFF;
|
311
311
|
}
|
312
312
|
.ui.basic.modal > .header,
|
313
313
|
.ui.basic.modal > .content,
|
@@ -315,7 +315,7 @@
|
|
315
315
|
background-color: transparent;
|
316
316
|
}
|
317
317
|
.ui.basic.modal > .header {
|
318
|
-
color: #
|
318
|
+
color: #FFFFFF;
|
319
319
|
}
|
320
320
|
.ui.basic.modal > .close {
|
321
321
|
top: 1rem;
|
@@ -329,9 +329,9 @@
|
|
329
329
|
}
|
330
330
|
|
331
331
|
/* Tablet and Mobile */
|
332
|
-
@media only screen and (max-width:
|
332
|
+
@media only screen and (max-width: 991px) {
|
333
333
|
.ui.basic.modal > .close {
|
334
|
-
color: #
|
334
|
+
color: #FFFFFF;
|
335
335
|
}
|
336
336
|
}
|
337
337
|
|
@@ -389,7 +389,7 @@
|
|
389
389
|
.undetached.dimmable.dimmed > .pusher {
|
390
390
|
z-index: auto;
|
391
391
|
}
|
392
|
-
@media only screen and (max-width:
|
392
|
+
@media only screen and (max-width: 991px) {
|
393
393
|
.modals.dimmer .ui.scrolling.modal {
|
394
394
|
margin-top: 1rem !important;
|
395
395
|
margin-bottom: 1rem !important;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Nag
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -40,7 +40,7 @@ a.ui.nag {
|
|
40
40
|
.ui.nag > .title {
|
41
41
|
display: inline-block;
|
42
42
|
margin: 0em 0.5em;
|
43
|
-
color: #
|
43
|
+
color: #FFFFFF;
|
44
44
|
}
|
45
45
|
.ui.nag > .close.icon {
|
46
46
|
cursor: pointer;
|
@@ -50,7 +50,7 @@ a.ui.nag {
|
|
50
50
|
right: 1em;
|
51
51
|
font-size: 1em;
|
52
52
|
margin: -0.5em 0em 0em;
|
53
|
-
color: #
|
53
|
+
color: #FFFFFF;
|
54
54
|
-webkit-transition: opacity 0.2s ease;
|
55
55
|
transition: opacity 0.2s ease;
|
56
56
|
}
|
@@ -110,7 +110,7 @@ a.ui.nag {
|
|
110
110
|
|
111
111
|
.ui.inverted.nags .nag,
|
112
112
|
.ui.inverted.nag {
|
113
|
-
background-color: #
|
113
|
+
background-color: #F3F4F5;
|
114
114
|
color: rgba(0, 0, 0, 0.85);
|
115
115
|
}
|
116
116
|
.ui.inverted.nags .nag .close,
|