fomantic-ui-sass 2.9.0 → 2.9.1
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/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 - Segment
|
|
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
|
|
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
.ui.segment {
|
|
17
17
|
position: relative;
|
|
18
|
-
background: #
|
|
19
|
-
|
|
20
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
18
|
+
background: #fff;
|
|
19
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
21
20
|
margin: 1rem 0;
|
|
22
21
|
padding: 1em 1em;
|
|
23
22
|
border-radius: 0.28571429rem;
|
|
@@ -37,8 +36,7 @@
|
|
|
37
36
|
padding-right: 0;
|
|
38
37
|
background: none transparent;
|
|
39
38
|
border-radius: 0;
|
|
40
|
-
|
|
41
|
-
box-shadow: none;
|
|
39
|
+
box-shadow: none;
|
|
42
40
|
border: none;
|
|
43
41
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
44
42
|
}
|
|
@@ -46,17 +44,16 @@
|
|
|
46
44
|
border-top: none;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
|
-
|
|
47
|
+
/* -------------------
|
|
50
48
|
Loose Coupling
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
-------------------- */
|
|
53
50
|
|
|
54
51
|
/* Header */
|
|
55
52
|
.ui.inverted.segments .segment > .ui.header .sub.header,
|
|
56
53
|
.ui.inverted.segments .segment > .ui.header,
|
|
57
54
|
.ui.inverted.segment > .ui.header .sub.header,
|
|
58
55
|
.ui.inverted.segment > .ui.header {
|
|
59
|
-
color: #
|
|
56
|
+
color: #fff;
|
|
60
57
|
}
|
|
61
58
|
|
|
62
59
|
/* Label */
|
|
@@ -91,10 +88,9 @@
|
|
|
91
88
|
|
|
92
89
|
/* Table */
|
|
93
90
|
.ui.basic.table.segment {
|
|
94
|
-
background: #
|
|
91
|
+
background: #fff;
|
|
95
92
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
96
|
-
|
|
97
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
93
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
98
94
|
}
|
|
99
95
|
.ui[class*="very basic"].table.segment {
|
|
100
96
|
padding: 1em 1em;
|
|
@@ -111,41 +107,27 @@
|
|
|
111
107
|
*******************************/
|
|
112
108
|
|
|
113
109
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
110
|
+
/* -------------------
|
|
111
|
+
Placeholder
|
|
112
|
+
-------------------- */
|
|
118
113
|
.ui.placeholder.segment {
|
|
119
|
-
display: -webkit-box;
|
|
120
|
-
display: -ms-flexbox;
|
|
121
114
|
display: flex;
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
flex-direction: column;
|
|
126
|
-
-webkit-box-pack: center;
|
|
127
|
-
-ms-flex-pack: center;
|
|
128
|
-
justify-content: center;
|
|
129
|
-
-webkit-box-align: stretch;
|
|
130
|
-
-ms-flex-align: stretch;
|
|
131
|
-
align-items: stretch;
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
justify-content: center;
|
|
117
|
+
align-items: stretch;
|
|
132
118
|
max-width: initial;
|
|
133
|
-
|
|
134
|
-
animation: none;
|
|
119
|
+
animation: none;
|
|
135
120
|
overflow: visible;
|
|
136
121
|
padding: 1em 1em;
|
|
137
122
|
min-height: 18rem;
|
|
138
|
-
background: #
|
|
123
|
+
background: #f9fafb;
|
|
139
124
|
border-color: rgba(34, 36, 38, 0.15);
|
|
140
|
-
|
|
141
|
-
box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
|
|
125
|
+
box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
|
|
142
126
|
}
|
|
143
127
|
.ui.placeholder.segment.tab {
|
|
144
128
|
display: none;
|
|
145
129
|
}
|
|
146
130
|
.ui.placeholder.segment.tab.active {
|
|
147
|
-
display: -webkit-box;
|
|
148
|
-
display: -ms-flexbox;
|
|
149
131
|
display: flex;
|
|
150
132
|
}
|
|
151
133
|
.ui.placeholder.segment .button,
|
|
@@ -169,8 +151,7 @@
|
|
|
169
151
|
margin-right: auto;
|
|
170
152
|
}
|
|
171
153
|
.ui.placeholder.segment > .inline {
|
|
172
|
-
-
|
|
173
|
-
align-self: center;
|
|
154
|
+
align-self: center;
|
|
174
155
|
}
|
|
175
156
|
.ui.placeholder.segment > .inline > .button {
|
|
176
157
|
display: inline-block;
|
|
@@ -181,15 +162,13 @@
|
|
|
181
162
|
margin-right: 0;
|
|
182
163
|
}
|
|
183
164
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
165
|
+
/* -------------------
|
|
166
|
+
Piled
|
|
167
|
+
-------------------- */
|
|
188
168
|
.ui.piled.segments,
|
|
189
169
|
.ui.piled.segment {
|
|
190
170
|
margin: 3em 0;
|
|
191
|
-
|
|
192
|
-
box-shadow: '';
|
|
171
|
+
box-shadow: "";
|
|
193
172
|
z-index: auto;
|
|
194
173
|
}
|
|
195
174
|
.ui.piled.segment:first-child {
|
|
@@ -202,29 +181,26 @@
|
|
|
202
181
|
.ui.piled.segments::before,
|
|
203
182
|
.ui.piled.segment::after,
|
|
204
183
|
.ui.piled.segment::before {
|
|
205
|
-
background-color: #
|
|
184
|
+
background-color: #fff;
|
|
206
185
|
visibility: visible;
|
|
207
|
-
content:
|
|
186
|
+
content: "";
|
|
208
187
|
display: block;
|
|
209
188
|
height: 100%;
|
|
210
189
|
left: 0;
|
|
211
190
|
position: absolute;
|
|
212
191
|
width: 100%;
|
|
213
192
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
214
|
-
|
|
215
|
-
box-shadow: '';
|
|
193
|
+
box-shadow: "";
|
|
216
194
|
}
|
|
217
195
|
.ui.piled.segments::before,
|
|
218
196
|
.ui.piled.segment::before {
|
|
219
|
-
|
|
220
|
-
transform: rotate(-1.2deg);
|
|
197
|
+
transform: rotate(-1.2deg);
|
|
221
198
|
top: 0;
|
|
222
199
|
z-index: -2;
|
|
223
200
|
}
|
|
224
201
|
.ui.piled.segments::after,
|
|
225
202
|
.ui.piled.segment::after {
|
|
226
|
-
|
|
227
|
-
transform: rotate(1.2deg);
|
|
203
|
+
transform: rotate(1.2deg);
|
|
228
204
|
top: 0;
|
|
229
205
|
z-index: -1;
|
|
230
206
|
}
|
|
@@ -245,10 +221,9 @@
|
|
|
245
221
|
margin-bottom: 0;
|
|
246
222
|
}
|
|
247
223
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
224
|
+
/* -------------------
|
|
225
|
+
Stacked
|
|
226
|
+
-------------------- */
|
|
252
227
|
.ui.stacked.segment {
|
|
253
228
|
padding-bottom: 1.4em;
|
|
254
229
|
}
|
|
@@ -256,7 +231,7 @@
|
|
|
256
231
|
.ui.stacked.segments::after,
|
|
257
232
|
.ui.stacked.segment::before,
|
|
258
233
|
.ui.stacked.segment::after {
|
|
259
|
-
content:
|
|
234
|
+
content: "";
|
|
260
235
|
position: absolute;
|
|
261
236
|
bottom: -3px;
|
|
262
237
|
left: 0;
|
|
@@ -287,10 +262,9 @@
|
|
|
287
262
|
border-top: 1px solid rgba(34, 36, 38, 0.35);
|
|
288
263
|
}
|
|
289
264
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
265
|
+
/* -------------------
|
|
266
|
+
Padded
|
|
267
|
+
-------------------- */
|
|
294
268
|
.ui.padded.segment {
|
|
295
269
|
padding: 1.5em;
|
|
296
270
|
}
|
|
@@ -305,32 +279,26 @@
|
|
|
305
279
|
padding-right: 0;
|
|
306
280
|
}
|
|
307
281
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
282
|
+
/* -------------------
|
|
283
|
+
Compact
|
|
284
|
+
-------------------- */
|
|
312
285
|
.ui.compact.segment {
|
|
313
286
|
display: table;
|
|
314
287
|
}
|
|
315
288
|
|
|
316
289
|
/* Compact Group */
|
|
317
290
|
.ui.compact.segments {
|
|
318
|
-
display: -webkit-inline-box;
|
|
319
|
-
display: -ms-inline-flexbox;
|
|
320
291
|
display: inline-flex;
|
|
321
292
|
}
|
|
322
293
|
.ui.compact.segments .segment,
|
|
323
294
|
.ui.segments .compact.segment {
|
|
324
295
|
display: block;
|
|
325
|
-
|
|
326
|
-
-ms-flex: 0 1 auto;
|
|
327
|
-
flex: 0 1 auto;
|
|
296
|
+
flex: 0 1 auto;
|
|
328
297
|
}
|
|
329
298
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
299
|
+
/* -------------------
|
|
300
|
+
Circular
|
|
301
|
+
-------------------- */
|
|
334
302
|
.ui.circular.segment {
|
|
335
303
|
display: table-cell;
|
|
336
304
|
padding: 2em;
|
|
@@ -339,33 +307,27 @@
|
|
|
339
307
|
border-radius: 500em;
|
|
340
308
|
}
|
|
341
309
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
310
|
+
/* -------------------
|
|
311
|
+
Raised
|
|
312
|
+
-------------------- */
|
|
346
313
|
.ui.raised.raised.segments,
|
|
347
314
|
.ui.raised.raised.segment {
|
|
348
|
-
|
|
349
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
315
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
350
316
|
}
|
|
351
317
|
|
|
352
318
|
|
|
353
319
|
/*******************************
|
|
354
|
-
|
|
355
|
-
|
|
320
|
+
Groups
|
|
321
|
+
*******************************/
|
|
356
322
|
|
|
357
323
|
|
|
358
324
|
/* Group */
|
|
359
325
|
.ui.segments {
|
|
360
|
-
-
|
|
361
|
-
-webkit-box-direction: normal;
|
|
362
|
-
-ms-flex-direction: column;
|
|
363
|
-
flex-direction: column;
|
|
326
|
+
flex-direction: column;
|
|
364
327
|
position: relative;
|
|
365
328
|
margin: 1rem 0;
|
|
366
329
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
367
|
-
|
|
368
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
330
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
369
331
|
border-radius: 0.28571429rem;
|
|
370
332
|
}
|
|
371
333
|
.ui.segments:first-child {
|
|
@@ -382,8 +344,7 @@
|
|
|
382
344
|
border-radius: 0;
|
|
383
345
|
margin: 0;
|
|
384
346
|
width: auto;
|
|
385
|
-
|
|
386
|
-
box-shadow: none;
|
|
347
|
+
box-shadow: none;
|
|
387
348
|
border: none;
|
|
388
349
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
389
350
|
}
|
|
@@ -402,8 +363,7 @@
|
|
|
402
363
|
bottom: 0;
|
|
403
364
|
margin-top: 0;
|
|
404
365
|
margin-bottom: 0;
|
|
405
|
-
|
|
406
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
366
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
407
367
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
408
368
|
}
|
|
409
369
|
|
|
@@ -415,7 +375,7 @@
|
|
|
415
375
|
/* Nested Group */
|
|
416
376
|
.ui.segments > .ui.segments {
|
|
417
377
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
418
|
-
margin: 1rem
|
|
378
|
+
margin: 1rem;
|
|
419
379
|
}
|
|
420
380
|
.ui.segments > .segments:first-child {
|
|
421
381
|
border-top: none;
|
|
@@ -426,24 +386,17 @@
|
|
|
426
386
|
|
|
427
387
|
/* Horizontal Group */
|
|
428
388
|
.ui.horizontal.segments {
|
|
429
|
-
display: -webkit-box;
|
|
430
|
-
display: -ms-flexbox;
|
|
431
389
|
display: flex;
|
|
432
|
-
-
|
|
433
|
-
-webkit-box-direction: normal;
|
|
434
|
-
-ms-flex-direction: row;
|
|
435
|
-
flex-direction: row;
|
|
390
|
+
flex-direction: row;
|
|
436
391
|
background-color: transparent;
|
|
437
392
|
padding: 0;
|
|
438
|
-
|
|
439
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
393
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
440
394
|
margin: 1rem 0;
|
|
441
395
|
border-radius: 0.28571429rem;
|
|
442
396
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
443
397
|
}
|
|
444
398
|
.ui.stackable.horizontal.segments {
|
|
445
|
-
|
|
446
|
-
flex-wrap: wrap;
|
|
399
|
+
flex-wrap: wrap;
|
|
447
400
|
}
|
|
448
401
|
|
|
449
402
|
/* Nested Horizontal Group */
|
|
@@ -452,26 +405,21 @@
|
|
|
452
405
|
background-color: transparent;
|
|
453
406
|
border-radius: 0;
|
|
454
407
|
border: none;
|
|
455
|
-
|
|
456
|
-
box-shadow: none;
|
|
408
|
+
box-shadow: none;
|
|
457
409
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
458
410
|
}
|
|
459
411
|
|
|
460
412
|
/* Horizontal Segment */
|
|
461
413
|
.ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
|
|
462
|
-
|
|
463
|
-
flex: 1 1 auto;
|
|
414
|
+
flex: 1 1 auto;
|
|
464
415
|
-ms-flex: 1 1 0;
|
|
465
|
-
|
|
466
|
-
/* Solves #2550 MS Flex */
|
|
467
416
|
}
|
|
468
417
|
.ui.horizontal.segments > .segment {
|
|
469
418
|
margin: 0;
|
|
470
419
|
min-width: 0;
|
|
471
420
|
border-radius: 0;
|
|
472
421
|
border: none;
|
|
473
|
-
|
|
474
|
-
box-shadow: none;
|
|
422
|
+
box-shadow: none;
|
|
475
423
|
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
476
424
|
}
|
|
477
425
|
|
|
@@ -500,41 +448,36 @@
|
|
|
500
448
|
*******************************/
|
|
501
449
|
|
|
502
450
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
451
|
+
/* --------------
|
|
452
|
+
Disabled
|
|
453
|
+
--------------- */
|
|
507
454
|
.ui.disabled.segments,
|
|
508
455
|
.ui.disabled.segment {
|
|
509
456
|
opacity: 0.45;
|
|
510
457
|
color: rgba(40, 40, 40, 0.3);
|
|
511
458
|
pointer-events: none;
|
|
512
459
|
-webkit-user-select: none;
|
|
513
|
-
-moz-user-select: none;
|
|
514
460
|
-ms-user-select: none;
|
|
515
461
|
user-select: none;
|
|
516
462
|
}
|
|
517
463
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
464
|
+
/* --------------
|
|
465
|
+
Loading
|
|
466
|
+
--------------- */
|
|
522
467
|
.ui.loading.segments,
|
|
523
468
|
.ui.loading.segment {
|
|
524
469
|
position: relative;
|
|
525
470
|
cursor: default;
|
|
526
471
|
pointer-events: none;
|
|
527
472
|
-webkit-user-select: none;
|
|
528
|
-
-moz-user-select: none;
|
|
529
473
|
-ms-user-select: none;
|
|
530
474
|
user-select: none;
|
|
531
|
-
-webkit-transition: all 0s linear;
|
|
532
475
|
transition: all 0s linear;
|
|
533
476
|
}
|
|
534
477
|
.ui.loading.segments::before,
|
|
535
478
|
.ui.loading.segment::before {
|
|
536
479
|
position: absolute;
|
|
537
|
-
content:
|
|
480
|
+
content: "";
|
|
538
481
|
top: 0;
|
|
539
482
|
left: 0;
|
|
540
483
|
background: rgba(255, 255, 255, 0.8);
|
|
@@ -546,18 +489,16 @@
|
|
|
546
489
|
.ui.loading.segments::after,
|
|
547
490
|
.ui.loading.segment::after {
|
|
548
491
|
position: absolute;
|
|
549
|
-
content:
|
|
492
|
+
content: "";
|
|
550
493
|
top: 50%;
|
|
551
494
|
left: 50%;
|
|
552
495
|
margin: -1.5em 0 0 -1.5em;
|
|
553
496
|
width: 3em;
|
|
554
497
|
height: 3em;
|
|
555
|
-
|
|
556
|
-
animation: loader 0.6s infinite linear;
|
|
498
|
+
animation: loader 0.6s infinite linear;
|
|
557
499
|
border: 0.2em solid #767676;
|
|
558
500
|
border-radius: 500rem;
|
|
559
|
-
|
|
560
|
-
box-shadow: 0 0 0 1px transparent;
|
|
501
|
+
box-shadow: 0 0 0 1px transparent;
|
|
561
502
|
visibility: visible;
|
|
562
503
|
z-index: 101;
|
|
563
504
|
}
|
|
@@ -568,130 +509,125 @@
|
|
|
568
509
|
*******************************/
|
|
569
510
|
|
|
570
511
|
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
512
|
+
/* -------------------
|
|
513
|
+
Basic
|
|
514
|
+
-------------------- */
|
|
575
515
|
.ui.basic.segment,
|
|
576
516
|
.ui.segments .ui.basic.segment,
|
|
577
517
|
.ui.basic.segments {
|
|
578
518
|
background: none transparent;
|
|
579
|
-
|
|
580
|
-
box-shadow: none;
|
|
519
|
+
box-shadow: none;
|
|
581
520
|
border: none;
|
|
582
521
|
border-radius: 0;
|
|
583
522
|
}
|
|
584
523
|
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
524
|
+
/* -------------------
|
|
525
|
+
Clearing
|
|
526
|
+
-------------------- */
|
|
589
527
|
.ui.clearing.segment::after {
|
|
590
528
|
content: "";
|
|
591
529
|
display: block;
|
|
592
530
|
clear: both;
|
|
593
531
|
}
|
|
594
532
|
|
|
595
|
-
|
|
533
|
+
/* -------------------
|
|
596
534
|
Colors
|
|
597
|
-
|
|
598
|
-
|
|
535
|
+
-------------------- */
|
|
599
536
|
.ui.red.segment.segment.segment.segment.segment:not(.inverted) {
|
|
600
|
-
border-top: 2px solid #
|
|
537
|
+
border-top: 2px solid #db2828;
|
|
601
538
|
}
|
|
602
539
|
.ui.inverted.red.segment.segment.segment.segment.segment {
|
|
603
|
-
background-color: #
|
|
604
|
-
color: #
|
|
540
|
+
background-color: #db2828;
|
|
541
|
+
color: #fff;
|
|
605
542
|
}
|
|
606
543
|
.ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
|
|
607
|
-
border-top: 2px solid #
|
|
544
|
+
border-top: 2px solid #f2711c;
|
|
608
545
|
}
|
|
609
546
|
.ui.inverted.orange.segment.segment.segment.segment.segment {
|
|
610
|
-
background-color: #
|
|
611
|
-
color: #
|
|
547
|
+
background-color: #f2711c;
|
|
548
|
+
color: #fff;
|
|
612
549
|
}
|
|
613
550
|
.ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
|
|
614
|
-
border-top: 2px solid #
|
|
551
|
+
border-top: 2px solid #fbbd08;
|
|
615
552
|
}
|
|
616
553
|
.ui.inverted.yellow.segment.segment.segment.segment.segment {
|
|
617
|
-
background-color: #
|
|
618
|
-
color: #
|
|
554
|
+
background-color: #fbbd08;
|
|
555
|
+
color: #fff;
|
|
619
556
|
}
|
|
620
557
|
.ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
|
|
621
|
-
border-top: 2px solid #
|
|
558
|
+
border-top: 2px solid #b5cc18;
|
|
622
559
|
}
|
|
623
560
|
.ui.inverted.olive.segment.segment.segment.segment.segment {
|
|
624
|
-
background-color: #
|
|
625
|
-
color: #
|
|
561
|
+
background-color: #b5cc18;
|
|
562
|
+
color: #fff;
|
|
626
563
|
}
|
|
627
564
|
.ui.green.segment.segment.segment.segment.segment:not(.inverted) {
|
|
628
|
-
border-top: 2px solid #
|
|
565
|
+
border-top: 2px solid #21ba45;
|
|
629
566
|
}
|
|
630
567
|
.ui.inverted.green.segment.segment.segment.segment.segment {
|
|
631
|
-
background-color: #
|
|
632
|
-
color: #
|
|
568
|
+
background-color: #21ba45;
|
|
569
|
+
color: #fff;
|
|
633
570
|
}
|
|
634
571
|
.ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
|
|
635
|
-
border-top: 2px solid #
|
|
572
|
+
border-top: 2px solid #00b5ad;
|
|
636
573
|
}
|
|
637
574
|
.ui.inverted.teal.segment.segment.segment.segment.segment {
|
|
638
|
-
background-color: #
|
|
639
|
-
color: #
|
|
575
|
+
background-color: #00b5ad;
|
|
576
|
+
color: #fff;
|
|
640
577
|
}
|
|
641
578
|
.ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
|
|
642
|
-
border-top: 2px solid #
|
|
579
|
+
border-top: 2px solid #2185d0;
|
|
643
580
|
}
|
|
644
581
|
.ui.inverted.blue.segment.segment.segment.segment.segment {
|
|
645
|
-
background-color: #
|
|
646
|
-
color: #
|
|
582
|
+
background-color: #2185d0;
|
|
583
|
+
color: #fff;
|
|
647
584
|
}
|
|
648
585
|
.ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
|
|
649
|
-
border-top: 2px solid #
|
|
586
|
+
border-top: 2px solid #6435c9;
|
|
650
587
|
}
|
|
651
588
|
.ui.inverted.violet.segment.segment.segment.segment.segment {
|
|
652
|
-
background-color: #
|
|
653
|
-
color: #
|
|
589
|
+
background-color: #6435c9;
|
|
590
|
+
color: #fff;
|
|
654
591
|
}
|
|
655
592
|
.ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
|
|
656
|
-
border-top: 2px solid #
|
|
593
|
+
border-top: 2px solid #a333c8;
|
|
657
594
|
}
|
|
658
595
|
.ui.inverted.purple.segment.segment.segment.segment.segment {
|
|
659
|
-
background-color: #
|
|
660
|
-
color: #
|
|
596
|
+
background-color: #a333c8;
|
|
597
|
+
color: #fff;
|
|
661
598
|
}
|
|
662
599
|
.ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
|
|
663
|
-
border-top: 2px solid #
|
|
600
|
+
border-top: 2px solid #e03997;
|
|
664
601
|
}
|
|
665
602
|
.ui.inverted.pink.segment.segment.segment.segment.segment {
|
|
666
|
-
background-color: #
|
|
667
|
-
color: #
|
|
603
|
+
background-color: #e03997;
|
|
604
|
+
color: #fff;
|
|
668
605
|
}
|
|
669
606
|
.ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
|
|
670
|
-
border-top: 2px solid #
|
|
607
|
+
border-top: 2px solid #a5673f;
|
|
671
608
|
}
|
|
672
609
|
.ui.inverted.brown.segment.segment.segment.segment.segment {
|
|
673
|
-
background-color: #
|
|
674
|
-
color: #
|
|
610
|
+
background-color: #a5673f;
|
|
611
|
+
color: #fff;
|
|
675
612
|
}
|
|
676
613
|
.ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
|
|
677
614
|
border-top: 2px solid #767676;
|
|
678
615
|
}
|
|
679
616
|
.ui.inverted.grey.segment.segment.segment.segment.segment {
|
|
680
617
|
background-color: #767676;
|
|
681
|
-
color: #
|
|
618
|
+
color: #fff;
|
|
682
619
|
}
|
|
683
620
|
.ui.black.segment.segment.segment.segment.segment:not(.inverted) {
|
|
684
|
-
border-top: 2px solid #
|
|
621
|
+
border-top: 2px solid #1b1c1d;
|
|
685
622
|
}
|
|
686
623
|
.ui.inverted.black.segment.segment.segment.segment.segment {
|
|
687
|
-
background-color: #
|
|
688
|
-
color: #
|
|
624
|
+
background-color: #1b1c1d;
|
|
625
|
+
color: #fff;
|
|
689
626
|
}
|
|
690
627
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
628
|
+
/* -------------------
|
|
629
|
+
Aligned
|
|
630
|
+
-------------------- */
|
|
695
631
|
.ui[class*="left aligned"].segment {
|
|
696
632
|
text-align: left;
|
|
697
633
|
}
|
|
@@ -702,10 +638,9 @@
|
|
|
702
638
|
text-align: center;
|
|
703
639
|
}
|
|
704
640
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
641
|
+
/* -------------------
|
|
642
|
+
Floated
|
|
643
|
+
-------------------- */
|
|
709
644
|
.ui.floated.segment,
|
|
710
645
|
.ui[class*="left floated"].segment {
|
|
711
646
|
float: left;
|
|
@@ -716,21 +651,19 @@
|
|
|
716
651
|
margin-left: 1em;
|
|
717
652
|
}
|
|
718
653
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
654
|
+
/* -------------------
|
|
655
|
+
Inverted
|
|
656
|
+
-------------------- */
|
|
723
657
|
.ui.inverted.segments,
|
|
724
658
|
.ui.inverted.segments .segment,
|
|
725
659
|
.ui.inverted.segment {
|
|
726
660
|
border: none;
|
|
727
|
-
|
|
728
|
-
box-shadow: none;
|
|
661
|
+
box-shadow: none;
|
|
729
662
|
}
|
|
730
663
|
.ui.inverted.segments .segment,
|
|
731
664
|
.ui.inverted.segment,
|
|
732
665
|
.ui.primary.inverted.segment {
|
|
733
|
-
background: #
|
|
666
|
+
background: #1b1c1d;
|
|
734
667
|
color: rgba(255, 255, 255, 0.9);
|
|
735
668
|
}
|
|
736
669
|
|
|
@@ -744,52 +677,46 @@
|
|
|
744
677
|
|
|
745
678
|
/* Attached */
|
|
746
679
|
.ui.ui.inverted.attached.segment {
|
|
747
|
-
border-color: #
|
|
680
|
+
border-color: #555;
|
|
748
681
|
}
|
|
749
682
|
|
|
750
683
|
/* Loading */
|
|
751
684
|
.ui.inverted.loading.segments,
|
|
752
685
|
.ui.inverted.loading.segment {
|
|
753
|
-
color: #
|
|
686
|
+
color: #fff;
|
|
754
687
|
}
|
|
755
688
|
.ui.inverted.loading.segments::before,
|
|
756
689
|
.ui.inverted.loading.segment::before {
|
|
757
690
|
background: rgba(0, 0, 0, 0.85);
|
|
758
691
|
}
|
|
759
692
|
|
|
760
|
-
|
|
693
|
+
/* -------------------
|
|
761
694
|
Emphasis
|
|
762
|
-
|
|
763
|
-
|
|
695
|
+
-------------------- */
|
|
764
696
|
|
|
765
697
|
/* Secondary */
|
|
766
698
|
.ui.secondary.segment {
|
|
767
|
-
background: #
|
|
699
|
+
background: #f3f4f5;
|
|
768
700
|
color: rgba(0, 0, 0, 0.6);
|
|
769
701
|
}
|
|
770
702
|
.ui.secondary.inverted.segment {
|
|
771
|
-
background: #4c4f52 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
|
|
772
|
-
background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
|
|
773
703
|
background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
|
|
774
704
|
color: rgba(255, 255, 255, 0.8);
|
|
775
705
|
}
|
|
776
706
|
|
|
777
707
|
/* Tertiary */
|
|
778
708
|
.ui.tertiary.segment {
|
|
779
|
-
background: #
|
|
709
|
+
background: #dcddde;
|
|
780
710
|
color: rgba(0, 0, 0, 0.6);
|
|
781
711
|
}
|
|
782
712
|
.ui.tertiary.inverted.segment {
|
|
783
|
-
background: #717579 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
|
|
784
|
-
background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
|
|
785
713
|
background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
|
|
786
714
|
color: rgba(255, 255, 255, 0.8);
|
|
787
715
|
}
|
|
788
716
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
717
|
+
/* -------------------
|
|
718
|
+
Attached
|
|
719
|
+
-------------------- */
|
|
793
720
|
|
|
794
721
|
/* Middle */
|
|
795
722
|
.ui.attached.segment {
|
|
@@ -799,11 +726,10 @@
|
|
|
799
726
|
margin: 0 -1px;
|
|
800
727
|
width: calc(100% + 2px);
|
|
801
728
|
max-width: calc(100% + 2px);
|
|
802
|
-
|
|
803
|
-
box-shadow: none;
|
|
729
|
+
box-shadow: none;
|
|
804
730
|
}
|
|
805
731
|
.ui.attached.segment:not(.basic) {
|
|
806
|
-
border: 1px solid #
|
|
732
|
+
border: 1px solid #d4d4d5;
|
|
807
733
|
}
|
|
808
734
|
.ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
|
|
809
735
|
border-top: none;
|
|
@@ -830,8 +756,7 @@
|
|
|
830
756
|
margin-top: 0;
|
|
831
757
|
top: 0;
|
|
832
758
|
margin-bottom: 1rem;
|
|
833
|
-
|
|
834
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
759
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
835
760
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
836
761
|
}
|
|
837
762
|
.ui.segment[class*="bottom attached"]:last-child {
|
|
@@ -841,10 +766,9 @@
|
|
|
841
766
|
margin-bottom: 1rem;
|
|
842
767
|
}
|
|
843
768
|
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
769
|
+
/* --------------
|
|
770
|
+
Fitted
|
|
771
|
+
--------------- */
|
|
848
772
|
.ui.fitted.segment:not(.horizontally) {
|
|
849
773
|
padding-top: 0;
|
|
850
774
|
padding-bottom: 0;
|
|
@@ -854,12 +778,13 @@
|
|
|
854
778
|
padding-right: 0;
|
|
855
779
|
}
|
|
856
780
|
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
781
|
+
/* --------------
|
|
782
|
+
Scrolling
|
|
783
|
+
--------------- */
|
|
861
784
|
.ui.scrolling.segment {
|
|
862
785
|
overflow: auto;
|
|
786
|
+
-ms-scroll-chaining: none;
|
|
787
|
+
overscroll-behavior: none;
|
|
863
788
|
}
|
|
864
789
|
@media only screen and (max-width: 767.98px) {
|
|
865
790
|
.ui.scrolling.segment.short {
|
|
@@ -930,10 +855,9 @@
|
|
|
930
855
|
}
|
|
931
856
|
}
|
|
932
857
|
|
|
933
|
-
|
|
858
|
+
/* -------------------
|
|
934
859
|
Size
|
|
935
|
-
|
|
936
|
-
|
|
860
|
+
-------------------- */
|
|
937
861
|
.ui.segments .segment,
|
|
938
862
|
.ui.segment {
|
|
939
863
|
font-size: 1rem;
|