fomantic-ui-sass 2.8.8.1 → 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/CHANGELOG.md +4 -0
- 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.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +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 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- 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 +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- 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 +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Nag
|
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
|
|
@@ -24,14 +24,12 @@
|
|
24
24
|
width: 100%;
|
25
25
|
margin: 0;
|
26
26
|
padding: 0.75em 1em;
|
27
|
-
background: #
|
28
|
-
|
29
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
27
|
+
background: #909090;
|
28
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
30
29
|
font-size: 1rem;
|
31
30
|
text-align: center;
|
32
31
|
color: rgba(0, 0, 0, 0.87);
|
33
32
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
34
|
-
-webkit-transition: 0.2s background ease;
|
35
33
|
transition: 0.2s background ease;
|
36
34
|
}
|
37
35
|
a.ui.nag {
|
@@ -40,7 +38,7 @@ a.ui.nag {
|
|
40
38
|
.ui.nag > .title {
|
41
39
|
display: inline-block;
|
42
40
|
margin: 0 0.5em;
|
43
|
-
color: #
|
41
|
+
color: #fff;
|
44
42
|
}
|
45
43
|
.ui.nag > .close.icon {
|
46
44
|
cursor: pointer;
|
@@ -50,8 +48,7 @@ a.ui.nag {
|
|
50
48
|
right: 1em;
|
51
49
|
font-size: 1em;
|
52
50
|
margin: -0.5em 0 0;
|
53
|
-
color: #
|
54
|
-
-webkit-transition: opacity 0.2s ease;
|
51
|
+
color: #fff;
|
55
52
|
transition: opacity 0.2s ease;
|
56
53
|
}
|
57
54
|
.ui.nag:not(.overlay):not(.fixed) {
|
@@ -66,7 +63,7 @@ a.ui.nag {
|
|
66
63
|
|
67
64
|
/* Hover */
|
68
65
|
.ui.nag:hover {
|
69
|
-
background: #
|
66
|
+
background: #909090;
|
70
67
|
opacity: 1;
|
71
68
|
}
|
72
69
|
.ui.nag > .close:hover {
|
@@ -79,29 +76,25 @@ a.ui.nag {
|
|
79
76
|
*******************************/
|
80
77
|
|
81
78
|
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
79
|
+
/* --------------
|
80
|
+
Static
|
81
|
+
--------------- */
|
86
82
|
.ui.overlay.nags,
|
87
83
|
.ui.overlay.nag {
|
88
84
|
position: absolute;
|
89
|
-
display: block;
|
90
85
|
}
|
91
86
|
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
87
|
+
/* --------------
|
88
|
+
Fixed
|
89
|
+
--------------- */
|
96
90
|
.ui.fixed.nags,
|
97
91
|
.ui.fixed.nag {
|
98
92
|
position: fixed;
|
99
93
|
}
|
100
94
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
95
|
+
/* --------------
|
96
|
+
Bottom
|
97
|
+
--------------- */
|
105
98
|
.ui.bottom.nags,
|
106
99
|
.ui.bottom.nag {
|
107
100
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
@@ -109,13 +102,12 @@ a.ui.nag {
|
|
109
102
|
bottom: 0;
|
110
103
|
}
|
111
104
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
105
|
+
/* --------------
|
106
|
+
Inverted
|
107
|
+
--------------- */
|
116
108
|
.ui.inverted.nags .nag,
|
117
109
|
.ui.inverted.nag {
|
118
|
-
background-color: #
|
110
|
+
background-color: #f3f4f5;
|
119
111
|
color: rgba(0, 0, 0, 0.85);
|
120
112
|
}
|
121
113
|
.ui.inverted.nags .nag > .close,
|
@@ -127,10 +119,9 @@ a.ui.nag {
|
|
127
119
|
color: rgba(0, 0, 0, 0.6);
|
128
120
|
}
|
129
121
|
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
122
|
+
/* -------------------
|
123
|
+
Sizes
|
124
|
+
-------------------- */
|
134
125
|
.ui.mini.nag,
|
135
126
|
.ui.mini.nags .nag {
|
136
127
|
font-size: 0.78571429rem;
|
@@ -162,109 +153,108 @@ a.ui.nag {
|
|
162
153
|
line-height: 1;
|
163
154
|
}
|
164
155
|
|
165
|
-
|
156
|
+
/* --------------
|
166
157
|
Colors
|
167
158
|
-------------- */
|
168
|
-
|
169
159
|
.ui.primary.nag {
|
170
|
-
background-color: #
|
160
|
+
background-color: #2185d0;
|
171
161
|
}
|
172
162
|
.ui.inverted.primary.nag {
|
173
|
-
background-color: #
|
163
|
+
background-color: #54c8ff;
|
174
164
|
}
|
175
165
|
.ui.secondary.nag {
|
176
|
-
background-color: #
|
166
|
+
background-color: #1b1c1d;
|
177
167
|
}
|
178
168
|
.ui.inverted.secondary.nag {
|
179
169
|
background-color: #545454;
|
180
170
|
}
|
181
171
|
.ui.red.nag {
|
182
|
-
background-color: #
|
172
|
+
background-color: #db2828;
|
183
173
|
}
|
184
174
|
.ui.inverted.red.nag {
|
185
|
-
background-color: #
|
175
|
+
background-color: #ff695e;
|
186
176
|
}
|
187
177
|
.ui.orange.nag {
|
188
|
-
background-color: #
|
178
|
+
background-color: #f2711c;
|
189
179
|
}
|
190
180
|
.ui.inverted.orange.nag {
|
191
|
-
background-color: #
|
181
|
+
background-color: #ff851b;
|
192
182
|
}
|
193
183
|
.ui.yellow.nag {
|
194
|
-
background-color: #
|
184
|
+
background-color: #fbbd08;
|
195
185
|
}
|
196
186
|
.ui.inverted.yellow.nag {
|
197
|
-
background-color: #
|
187
|
+
background-color: #ffe21f;
|
198
188
|
}
|
199
189
|
.ui.olive.nag {
|
200
|
-
background-color: #
|
190
|
+
background-color: #b5cc18;
|
201
191
|
}
|
202
192
|
.ui.inverted.olive.nag {
|
203
|
-
background-color: #
|
193
|
+
background-color: #d9e778;
|
204
194
|
}
|
205
195
|
.ui.green.nag {
|
206
|
-
background-color: #
|
196
|
+
background-color: #21ba45;
|
207
197
|
}
|
208
198
|
.ui.inverted.green.nag {
|
209
|
-
background-color: #
|
199
|
+
background-color: #2ecc40;
|
210
200
|
}
|
211
201
|
.ui.teal.nag {
|
212
|
-
background-color: #
|
202
|
+
background-color: #00b5ad;
|
213
203
|
}
|
214
204
|
.ui.inverted.teal.nag {
|
215
|
-
background-color: #
|
205
|
+
background-color: #6dffff;
|
216
206
|
}
|
217
207
|
.ui.blue.nag {
|
218
|
-
background-color: #
|
208
|
+
background-color: #2185d0;
|
219
209
|
}
|
220
210
|
.ui.inverted.blue.nag {
|
221
|
-
background-color: #
|
211
|
+
background-color: #54c8ff;
|
222
212
|
}
|
223
213
|
.ui.violet.nag {
|
224
|
-
background-color: #
|
214
|
+
background-color: #6435c9;
|
225
215
|
}
|
226
216
|
.ui.inverted.violet.nag {
|
227
|
-
background-color: #
|
217
|
+
background-color: #a291fb;
|
228
218
|
}
|
229
219
|
.ui.purple.nag {
|
230
|
-
background-color: #
|
220
|
+
background-color: #a333c8;
|
231
221
|
}
|
232
222
|
.ui.inverted.purple.nag {
|
233
|
-
background-color: #
|
223
|
+
background-color: #dc73ff;
|
234
224
|
}
|
235
225
|
.ui.pink.nag {
|
236
|
-
background-color: #
|
226
|
+
background-color: #e03997;
|
237
227
|
}
|
238
228
|
.ui.inverted.pink.nag {
|
239
|
-
background-color: #
|
229
|
+
background-color: #ff8edf;
|
240
230
|
}
|
241
231
|
.ui.brown.nag {
|
242
|
-
background-color: #
|
232
|
+
background-color: #a5673f;
|
243
233
|
}
|
244
234
|
.ui.inverted.brown.nag {
|
245
|
-
background-color: #
|
235
|
+
background-color: #d67c1c;
|
246
236
|
}
|
247
237
|
.ui.grey.nag {
|
248
238
|
background-color: #767676;
|
249
239
|
}
|
250
240
|
.ui.inverted.grey.nag {
|
251
|
-
background-color: #
|
241
|
+
background-color: #dcddde;
|
252
242
|
}
|
253
243
|
.ui.black.nag {
|
254
|
-
background-color: #
|
244
|
+
background-color: #1b1c1d;
|
255
245
|
color: rgba(255, 255, 255, 0.9);
|
256
246
|
}
|
257
247
|
.ui.inverted.black.nag {
|
258
248
|
background-color: #545454;
|
259
249
|
}
|
260
250
|
.ui.inverted.black.nag .title {
|
261
|
-
color: #
|
251
|
+
color: #fff;
|
262
252
|
}
|
263
253
|
|
264
254
|
|
265
255
|
/*******************************
|
266
|
-
|
267
|
-
*******************************/
|
256
|
+
Groups
|
257
|
+
*******************************/
|
268
258
|
|
269
259
|
.ui.nags {
|
270
260
|
top: 0;
|