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 - Message
|
|
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
|
|
|
@@ -17,17 +17,13 @@
|
|
|
17
17
|
position: relative;
|
|
18
18
|
min-height: 1em;
|
|
19
19
|
margin: 1em 0;
|
|
20
|
-
background: #
|
|
20
|
+
background: #f8f8f9;
|
|
21
21
|
padding: 1em 1.5em;
|
|
22
22
|
line-height: 1.4285em;
|
|
23
23
|
color: rgba(0, 0, 0, 0.87);
|
|
24
|
-
-webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
25
|
-
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
26
24
|
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
|
|
27
|
-
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
28
25
|
border-radius: 0.28571429rem;
|
|
29
|
-
|
|
30
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
26
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
31
27
|
}
|
|
32
28
|
.ui.message:first-child {
|
|
33
29
|
margin-top: 0;
|
|
@@ -36,15 +32,14 @@
|
|
|
36
32
|
margin-bottom: 0;
|
|
37
33
|
}
|
|
38
34
|
|
|
39
|
-
|
|
35
|
+
/* --------------
|
|
40
36
|
Content
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
--------------- */
|
|
43
38
|
|
|
44
39
|
/* Header */
|
|
45
40
|
.ui.message .header {
|
|
46
41
|
display: block;
|
|
47
|
-
font-family:
|
|
42
|
+
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
48
43
|
font-weight: bold;
|
|
49
44
|
margin: -0.14285714em 0 0 0;
|
|
50
45
|
}
|
|
@@ -91,7 +86,7 @@
|
|
|
91
86
|
}
|
|
92
87
|
.ui.message .list:not(.ui) li::before {
|
|
93
88
|
position: absolute;
|
|
94
|
-
content:
|
|
89
|
+
content: "•";
|
|
95
90
|
left: -1em;
|
|
96
91
|
height: 100%;
|
|
97
92
|
vertical-align: baseline;
|
|
@@ -118,7 +113,6 @@
|
|
|
118
113
|
top: 0.78575em;
|
|
119
114
|
right: 0.5em;
|
|
120
115
|
opacity: 0.7;
|
|
121
|
-
-webkit-transition: opacity 0.1s ease;
|
|
122
116
|
transition: opacity 0.1s ease;
|
|
123
117
|
}
|
|
124
118
|
.ui.message > .close.icon:hover {
|
|
@@ -148,23 +142,19 @@
|
|
|
148
142
|
*******************************/
|
|
149
143
|
|
|
150
144
|
|
|
151
|
-
|
|
145
|
+
/* --------------
|
|
152
146
|
Visible
|
|
153
|
-
|
|
154
|
-
|
|
147
|
+
--------------- */
|
|
155
148
|
.ui.visible.visible.visible.visible.message {
|
|
156
149
|
display: block;
|
|
157
150
|
}
|
|
158
151
|
.ui.icon.visible.visible.visible.visible.message {
|
|
159
|
-
display: -webkit-box;
|
|
160
|
-
display: -ms-flexbox;
|
|
161
152
|
display: flex;
|
|
162
153
|
}
|
|
163
154
|
|
|
164
|
-
|
|
155
|
+
/* --------------
|
|
165
156
|
Hidden
|
|
166
|
-
|
|
167
|
-
|
|
157
|
+
--------------- */
|
|
168
158
|
.ui.hidden.hidden.hidden.hidden.message {
|
|
169
159
|
display: none;
|
|
170
160
|
}
|
|
@@ -177,43 +167,34 @@
|
|
|
177
167
|
.ui.centered.message,
|
|
178
168
|
.ui.center.aligned.message {
|
|
179
169
|
text-align: center;
|
|
180
|
-
-
|
|
181
|
-
-ms-flex-pack: center;
|
|
182
|
-
justify-content: center;
|
|
170
|
+
justify-content: center;
|
|
183
171
|
}
|
|
184
172
|
.ui.centered.message > .content,
|
|
185
173
|
.ui.center.aligned.message > .content {
|
|
186
|
-
|
|
187
|
-
-ms-flex: 0 0 auto;
|
|
188
|
-
flex: 0 0 auto;
|
|
174
|
+
flex: 0 0 auto;
|
|
189
175
|
}
|
|
190
176
|
.ui.right.aligned.message {
|
|
191
177
|
text-align: right;
|
|
192
178
|
}
|
|
193
179
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
180
|
+
/* --------------
|
|
181
|
+
Compact
|
|
182
|
+
--------------- */
|
|
198
183
|
.ui.compact.message {
|
|
199
184
|
display: inline-block;
|
|
200
185
|
}
|
|
201
186
|
.ui.compact.icon.message {
|
|
202
|
-
display: -webkit-inline-box;
|
|
203
|
-
display: -ms-inline-flexbox;
|
|
204
187
|
display: inline-flex;
|
|
205
188
|
width: auto;
|
|
206
189
|
}
|
|
207
190
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
191
|
+
/* --------------
|
|
192
|
+
Attached
|
|
193
|
+
--------------- */
|
|
212
194
|
.ui.attached.message {
|
|
213
195
|
margin-bottom: -1px;
|
|
214
196
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
215
|
-
|
|
216
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
197
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
217
198
|
margin-left: -1px;
|
|
218
199
|
margin-right: -1px;
|
|
219
200
|
}
|
|
@@ -224,8 +205,7 @@
|
|
|
224
205
|
.ui.bottom.attached.message {
|
|
225
206
|
margin-top: -1px;
|
|
226
207
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
227
|
-
|
|
228
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
208
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
229
209
|
}
|
|
230
210
|
.ui.bottom.attached.message:not(:last-child) {
|
|
231
211
|
margin-bottom: 1em;
|
|
@@ -234,25 +214,18 @@
|
|
|
234
214
|
width: auto;
|
|
235
215
|
}
|
|
236
216
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
217
|
+
/* --------------
|
|
218
|
+
Icon
|
|
219
|
+
--------------- */
|
|
241
220
|
.ui.icon.message {
|
|
242
|
-
display: -webkit-box;
|
|
243
|
-
display: -ms-flexbox;
|
|
244
221
|
display: flex;
|
|
245
222
|
width: 100%;
|
|
246
|
-
-
|
|
247
|
-
-ms-flex-align: center;
|
|
248
|
-
align-items: center;
|
|
223
|
+
align-items: center;
|
|
249
224
|
}
|
|
250
225
|
.ui.icon.message > .icons,
|
|
251
226
|
.ui.icon.message > i.icon:not(.close) {
|
|
252
227
|
display: block;
|
|
253
|
-
|
|
254
|
-
-ms-flex: 0 0 auto;
|
|
255
|
-
flex: 0 0 auto;
|
|
228
|
+
flex: 0 0 auto;
|
|
256
229
|
width: auto;
|
|
257
230
|
line-height: 1;
|
|
258
231
|
vertical-align: middle;
|
|
@@ -261,9 +234,7 @@
|
|
|
261
234
|
}
|
|
262
235
|
.ui.icon.message > .content {
|
|
263
236
|
display: block;
|
|
264
|
-
|
|
265
|
-
-ms-flex: 1 1 auto;
|
|
266
|
-
flex: 1 1 auto;
|
|
237
|
+
flex: 1 1 auto;
|
|
267
238
|
vertical-align: middle;
|
|
268
239
|
}
|
|
269
240
|
.ui.icon.message > .icons + .content,
|
|
@@ -274,384 +245,341 @@
|
|
|
274
245
|
width: 1em;
|
|
275
246
|
}
|
|
276
247
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
248
|
+
/* --------------
|
|
249
|
+
Floating
|
|
250
|
+
--------------- */
|
|
281
251
|
.ui.floating.message {
|
|
282
|
-
|
|
283
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
252
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
284
253
|
}
|
|
285
254
|
|
|
286
|
-
|
|
255
|
+
/* --------------
|
|
287
256
|
Colors
|
|
288
|
-
|
|
257
|
+
--------------- */
|
|
289
258
|
|
|
290
|
-
|
|
291
|
-
/*--------------
|
|
259
|
+
/* --------------
|
|
292
260
|
Types
|
|
293
|
-
|
|
261
|
+
--------------- */
|
|
294
262
|
|
|
263
|
+
/* Colors */
|
|
295
264
|
.ui.positive.message {
|
|
296
|
-
background-color: #
|
|
297
|
-
color: #
|
|
265
|
+
background-color: #fcfff5;
|
|
266
|
+
color: #2c662d;
|
|
298
267
|
}
|
|
299
268
|
.ui.positive.message,
|
|
300
269
|
.ui.attached.positive.message {
|
|
301
|
-
|
|
302
|
-
box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
270
|
+
box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
303
271
|
}
|
|
304
272
|
.ui.floating.positive.message {
|
|
305
|
-
|
|
306
|
-
box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
273
|
+
box-shadow: 0 0 0 1px #a3c293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
307
274
|
}
|
|
308
275
|
.ui.positive.message .header {
|
|
309
|
-
color: #
|
|
276
|
+
color: #1a531b;
|
|
310
277
|
}
|
|
311
278
|
.ui.inverted.positive.message,
|
|
312
279
|
.ui.inverted.positive.message .header {
|
|
313
|
-
color: #
|
|
280
|
+
color: #a3c293;
|
|
314
281
|
}
|
|
315
282
|
.ui.negative.message {
|
|
316
|
-
background-color: #
|
|
317
|
-
color: #
|
|
283
|
+
background-color: #fff6f6;
|
|
284
|
+
color: #9f3a38;
|
|
318
285
|
}
|
|
319
286
|
.ui.negative.message,
|
|
320
287
|
.ui.attached.negative.message {
|
|
321
|
-
|
|
322
|
-
box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
288
|
+
box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
323
289
|
}
|
|
324
290
|
.ui.floating.negative.message {
|
|
325
|
-
|
|
326
|
-
box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
291
|
+
box-shadow: 0 0 0 1px #e0b4b4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
327
292
|
}
|
|
328
293
|
.ui.negative.message .header {
|
|
329
|
-
color: #
|
|
294
|
+
color: #912d2b;
|
|
330
295
|
}
|
|
331
296
|
.ui.inverted.negative.message,
|
|
332
297
|
.ui.inverted.negative.message .header {
|
|
333
|
-
color: #
|
|
298
|
+
color: #e0b4b4;
|
|
334
299
|
}
|
|
335
300
|
.ui.error.message {
|
|
336
|
-
background-color: #
|
|
337
|
-
color: #
|
|
301
|
+
background-color: #fff6f6;
|
|
302
|
+
color: #9f3a38;
|
|
338
303
|
}
|
|
339
304
|
.ui.error.message,
|
|
340
305
|
.ui.attached.error.message {
|
|
341
|
-
|
|
342
|
-
box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
306
|
+
box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
343
307
|
}
|
|
344
308
|
.ui.floating.error.message {
|
|
345
|
-
|
|
346
|
-
box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
309
|
+
box-shadow: 0 0 0 1px #e0b4b4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
347
310
|
}
|
|
348
311
|
.ui.error.message .header {
|
|
349
|
-
color: #
|
|
312
|
+
color: #912d2b;
|
|
350
313
|
}
|
|
351
314
|
.ui.inverted.error.message,
|
|
352
315
|
.ui.inverted.error.message .header {
|
|
353
316
|
color: #ecd1d1;
|
|
354
317
|
}
|
|
355
318
|
.ui.info.message {
|
|
356
|
-
background-color: #
|
|
357
|
-
color: #
|
|
319
|
+
background-color: #f8ffff;
|
|
320
|
+
color: #276f86;
|
|
358
321
|
}
|
|
359
322
|
.ui.info.message,
|
|
360
323
|
.ui.attached.info.message {
|
|
361
|
-
|
|
362
|
-
box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
324
|
+
box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
363
325
|
}
|
|
364
326
|
.ui.floating.info.message {
|
|
365
|
-
|
|
366
|
-
box-shadow: 0 0 0 1px #A9D5DE inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
327
|
+
box-shadow: 0 0 0 1px #a9d5de inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
367
328
|
}
|
|
368
329
|
.ui.info.message .header {
|
|
369
|
-
color: #
|
|
330
|
+
color: #0e566c;
|
|
370
331
|
}
|
|
371
332
|
.ui.inverted.info.message,
|
|
372
333
|
.ui.inverted.info.message .header {
|
|
373
334
|
color: #c6e3e9;
|
|
374
335
|
}
|
|
375
336
|
.ui.success.message {
|
|
376
|
-
background-color: #
|
|
377
|
-
color: #
|
|
337
|
+
background-color: #fcfff5;
|
|
338
|
+
color: #2c662d;
|
|
378
339
|
}
|
|
379
340
|
.ui.success.message,
|
|
380
341
|
.ui.attached.success.message {
|
|
381
|
-
|
|
382
|
-
box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
342
|
+
box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
383
343
|
}
|
|
384
344
|
.ui.floating.success.message {
|
|
385
|
-
|
|
386
|
-
box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
345
|
+
box-shadow: 0 0 0 1px #a3c293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
387
346
|
}
|
|
388
347
|
.ui.success.message .header {
|
|
389
|
-
color: #
|
|
348
|
+
color: #1a531b;
|
|
390
349
|
}
|
|
391
350
|
.ui.inverted.success.message,
|
|
392
351
|
.ui.inverted.success.message .header {
|
|
393
352
|
color: #b9d1ad;
|
|
394
353
|
}
|
|
395
354
|
.ui.warning.message {
|
|
396
|
-
background-color: #
|
|
397
|
-
color: #
|
|
355
|
+
background-color: #fffaf3;
|
|
356
|
+
color: #573a08;
|
|
398
357
|
}
|
|
399
358
|
.ui.warning.message,
|
|
400
359
|
.ui.attached.warning.message {
|
|
401
|
-
|
|
402
|
-
box-shadow: 0 0 0 1px #C9BA9B inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
360
|
+
box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
403
361
|
}
|
|
404
362
|
.ui.floating.warning.message {
|
|
405
|
-
|
|
406
|
-
box-shadow: 0 0 0 1px #C9BA9B inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
363
|
+
box-shadow: 0 0 0 1px #c9ba9b inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
407
364
|
}
|
|
408
365
|
.ui.warning.message .header {
|
|
409
|
-
color: #
|
|
366
|
+
color: #794b02;
|
|
410
367
|
}
|
|
411
368
|
.ui.inverted.warning.message,
|
|
412
369
|
.ui.inverted.warning.message .header {
|
|
413
370
|
color: #d7ccb5;
|
|
414
371
|
}
|
|
415
372
|
.ui.primary.message {
|
|
416
|
-
background-color: #
|
|
373
|
+
background-color: #dff0ff;
|
|
417
374
|
color: rgba(255, 255, 255, 0.9);
|
|
418
375
|
}
|
|
419
376
|
.ui.primary.message,
|
|
420
377
|
.ui.attached.primary.message {
|
|
421
|
-
|
|
422
|
-
box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
378
|
+
box-shadow: 0 0 0 1px #2185d0 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
423
379
|
}
|
|
424
380
|
.ui.floating.primary.message {
|
|
425
|
-
|
|
426
|
-
box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
381
|
+
box-shadow: 0 0 0 1px #2185d0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
427
382
|
}
|
|
428
383
|
.ui.primary.message .header {
|
|
429
384
|
color: rgba(242, 242, 242, 0.9);
|
|
430
385
|
}
|
|
431
386
|
.ui.secondary.message {
|
|
432
|
-
background-color: #
|
|
387
|
+
background-color: #f4f4f4;
|
|
433
388
|
color: rgba(255, 255, 255, 0.9);
|
|
434
389
|
}
|
|
435
390
|
.ui.secondary.message,
|
|
436
391
|
.ui.attached.secondary.message {
|
|
437
|
-
|
|
438
|
-
box-shadow: 0 0 0 1px #1B1C1D inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
392
|
+
box-shadow: 0 0 0 1px #1b1c1d inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
439
393
|
}
|
|
440
394
|
.ui.floating.secondary.message {
|
|
441
|
-
|
|
442
|
-
box-shadow: 0 0 0 1px #1B1C1D inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
395
|
+
box-shadow: 0 0 0 1px #1b1c1d inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
443
396
|
}
|
|
444
397
|
.ui.secondary.message .header {
|
|
445
398
|
color: rgba(242, 242, 242, 0.9);
|
|
446
399
|
}
|
|
447
400
|
.ui.red.message {
|
|
448
|
-
background-color: #
|
|
449
|
-
color: #
|
|
401
|
+
background-color: #ffe8e6;
|
|
402
|
+
color: #db2828;
|
|
450
403
|
}
|
|
451
404
|
.ui.red.message,
|
|
452
405
|
.ui.attached.red.message {
|
|
453
|
-
|
|
454
|
-
box-shadow: 0 0 0 1px #DB2828 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
406
|
+
box-shadow: 0 0 0 1px #db2828 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
455
407
|
}
|
|
456
408
|
.ui.floating.red.message {
|
|
457
|
-
|
|
458
|
-
box-shadow: 0 0 0 1px #DB2828 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
409
|
+
box-shadow: 0 0 0 1px #db2828 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
459
410
|
}
|
|
460
411
|
.ui.red.message .header {
|
|
461
412
|
color: #c82121;
|
|
462
413
|
}
|
|
463
414
|
.ui.orange.message {
|
|
464
|
-
background-color: #
|
|
465
|
-
color: #
|
|
415
|
+
background-color: #ffedde;
|
|
416
|
+
color: #f2711c;
|
|
466
417
|
}
|
|
467
418
|
.ui.orange.message,
|
|
468
419
|
.ui.attached.orange.message {
|
|
469
|
-
|
|
470
|
-
box-shadow: 0 0 0 1px #F2711C inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
420
|
+
box-shadow: 0 0 0 1px #f2711c inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
471
421
|
}
|
|
472
422
|
.ui.floating.orange.message {
|
|
473
|
-
|
|
474
|
-
box-shadow: 0 0 0 1px #F2711C inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
423
|
+
box-shadow: 0 0 0 1px #f2711c inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
475
424
|
}
|
|
476
425
|
.ui.orange.message .header {
|
|
477
426
|
color: #e7640d;
|
|
478
427
|
}
|
|
479
428
|
.ui.yellow.message {
|
|
480
|
-
background-color: #
|
|
481
|
-
color: #
|
|
429
|
+
background-color: #fff8db;
|
|
430
|
+
color: #b58105;
|
|
482
431
|
}
|
|
483
432
|
.ui.yellow.message,
|
|
484
433
|
.ui.attached.yellow.message {
|
|
485
|
-
|
|
486
|
-
box-shadow: 0 0 0 1px #B58105 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
434
|
+
box-shadow: 0 0 0 1px #b58105 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
487
435
|
}
|
|
488
436
|
.ui.floating.yellow.message {
|
|
489
|
-
|
|
490
|
-
box-shadow: 0 0 0 1px #B58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
437
|
+
box-shadow: 0 0 0 1px #b58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
491
438
|
}
|
|
492
439
|
.ui.yellow.message .header {
|
|
493
440
|
color: #9c6f04;
|
|
494
441
|
}
|
|
495
442
|
.ui.olive.message {
|
|
496
|
-
background-color: #
|
|
497
|
-
color: #
|
|
443
|
+
background-color: #fbfdef;
|
|
444
|
+
color: #8abc1e;
|
|
498
445
|
}
|
|
499
446
|
.ui.olive.message,
|
|
500
447
|
.ui.attached.olive.message {
|
|
501
|
-
|
|
502
|
-
box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
448
|
+
box-shadow: 0 0 0 1px #8abc1e inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
503
449
|
}
|
|
504
450
|
.ui.floating.olive.message {
|
|
505
|
-
|
|
506
|
-
box-shadow: 0 0 0 1px #8ABC1E inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
451
|
+
box-shadow: 0 0 0 1px #8abc1e inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
507
452
|
}
|
|
508
453
|
.ui.olive.message .header {
|
|
509
454
|
color: #7aa61a;
|
|
510
455
|
}
|
|
511
456
|
.ui.green.message {
|
|
512
|
-
background-color: #
|
|
513
|
-
color: #
|
|
457
|
+
background-color: #e5f9e7;
|
|
458
|
+
color: #1ebc30;
|
|
514
459
|
}
|
|
515
460
|
.ui.green.message,
|
|
516
461
|
.ui.attached.green.message {
|
|
517
|
-
|
|
518
|
-
box-shadow: 0 0 0 1px #1EBC30 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
462
|
+
box-shadow: 0 0 0 1px #1ebc30 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
519
463
|
}
|
|
520
464
|
.ui.floating.green.message {
|
|
521
|
-
|
|
522
|
-
box-shadow: 0 0 0 1px #1EBC30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
465
|
+
box-shadow: 0 0 0 1px #1ebc30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
523
466
|
}
|
|
524
467
|
.ui.green.message .header {
|
|
525
468
|
color: #1aa62a;
|
|
526
469
|
}
|
|
527
470
|
.ui.teal.message {
|
|
528
|
-
background-color: #
|
|
529
|
-
color: #
|
|
471
|
+
background-color: #e1f7f7;
|
|
472
|
+
color: #10a3a3;
|
|
530
473
|
}
|
|
531
474
|
.ui.teal.message,
|
|
532
475
|
.ui.attached.teal.message {
|
|
533
|
-
|
|
534
|
-
box-shadow: 0 0 0 1px #10A3A3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
476
|
+
box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
535
477
|
}
|
|
536
478
|
.ui.floating.teal.message {
|
|
537
|
-
|
|
538
|
-
box-shadow: 0 0 0 1px #10A3A3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
479
|
+
box-shadow: 0 0 0 1px #10a3a3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
539
480
|
}
|
|
540
481
|
.ui.teal.message .header {
|
|
541
482
|
color: #0e8c8c;
|
|
542
483
|
}
|
|
543
484
|
.ui.blue.message {
|
|
544
|
-
background-color: #
|
|
545
|
-
color: #
|
|
485
|
+
background-color: #dff0ff;
|
|
486
|
+
color: #2185d0;
|
|
546
487
|
}
|
|
547
488
|
.ui.blue.message,
|
|
548
489
|
.ui.attached.blue.message {
|
|
549
|
-
|
|
550
|
-
box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
490
|
+
box-shadow: 0 0 0 1px #2185d0 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
551
491
|
}
|
|
552
492
|
.ui.floating.blue.message {
|
|
553
|
-
|
|
554
|
-
box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
493
|
+
box-shadow: 0 0 0 1px #2185d0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
555
494
|
}
|
|
556
495
|
.ui.blue.message .header {
|
|
557
496
|
color: #1e77ba;
|
|
558
497
|
}
|
|
559
498
|
.ui.violet.message {
|
|
560
|
-
background-color: #
|
|
561
|
-
color: #
|
|
499
|
+
background-color: #eae7ff;
|
|
500
|
+
color: #6435c9;
|
|
562
501
|
}
|
|
563
502
|
.ui.violet.message,
|
|
564
503
|
.ui.attached.violet.message {
|
|
565
|
-
|
|
566
|
-
box-shadow: 0 0 0 1px #6435C9 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
504
|
+
box-shadow: 0 0 0 1px #6435c9 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
567
505
|
}
|
|
568
506
|
.ui.floating.violet.message {
|
|
569
|
-
|
|
570
|
-
box-shadow: 0 0 0 1px #6435C9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
507
|
+
box-shadow: 0 0 0 1px #6435c9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
571
508
|
}
|
|
572
509
|
.ui.violet.message .header {
|
|
573
510
|
color: #5a30b5;
|
|
574
511
|
}
|
|
575
512
|
.ui.purple.message {
|
|
576
|
-
background-color: #
|
|
577
|
-
color: #
|
|
513
|
+
background-color: #f6e7ff;
|
|
514
|
+
color: #a333c8;
|
|
578
515
|
}
|
|
579
516
|
.ui.purple.message,
|
|
580
517
|
.ui.attached.purple.message {
|
|
581
|
-
|
|
582
|
-
box-shadow: 0 0 0 1px #A333C8 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
518
|
+
box-shadow: 0 0 0 1px #a333c8 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
583
519
|
}
|
|
584
520
|
.ui.floating.purple.message {
|
|
585
|
-
|
|
586
|
-
box-shadow: 0 0 0 1px #A333C8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
521
|
+
box-shadow: 0 0 0 1px #a333c8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
587
522
|
}
|
|
588
523
|
.ui.purple.message .header {
|
|
589
524
|
color: #922eb4;
|
|
590
525
|
}
|
|
591
526
|
.ui.pink.message {
|
|
592
|
-
background-color: #
|
|
593
|
-
color: #
|
|
527
|
+
background-color: #ffe3fb;
|
|
528
|
+
color: #e03997;
|
|
594
529
|
}
|
|
595
530
|
.ui.pink.message,
|
|
596
531
|
.ui.attached.pink.message {
|
|
597
|
-
|
|
598
|
-
box-shadow: 0 0 0 1px #E03997 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
532
|
+
box-shadow: 0 0 0 1px #e03997 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
599
533
|
}
|
|
600
534
|
.ui.floating.pink.message {
|
|
601
|
-
|
|
602
|
-
box-shadow: 0 0 0 1px #E03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
535
|
+
box-shadow: 0 0 0 1px #e03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
603
536
|
}
|
|
604
537
|
.ui.pink.message .header {
|
|
605
538
|
color: #dd238b;
|
|
606
539
|
}
|
|
607
540
|
.ui.brown.message {
|
|
608
|
-
background-color: #
|
|
609
|
-
color: #
|
|
541
|
+
background-color: #f1e2d3;
|
|
542
|
+
color: #a5673f;
|
|
610
543
|
}
|
|
611
544
|
.ui.brown.message,
|
|
612
545
|
.ui.attached.brown.message {
|
|
613
|
-
|
|
614
|
-
box-shadow: 0 0 0 1px #A5673F inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
546
|
+
box-shadow: 0 0 0 1px #a5673f inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
615
547
|
}
|
|
616
548
|
.ui.floating.brown.message {
|
|
617
|
-
|
|
618
|
-
box-shadow: 0 0 0 1px #A5673F inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
549
|
+
box-shadow: 0 0 0 1px #a5673f inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
619
550
|
}
|
|
620
551
|
.ui.brown.message .header {
|
|
621
552
|
color: #935b38;
|
|
622
553
|
}
|
|
623
554
|
.ui.grey.message {
|
|
624
|
-
background-color: #
|
|
555
|
+
background-color: #f4f4f4;
|
|
625
556
|
color: #767676;
|
|
626
557
|
}
|
|
627
558
|
.ui.grey.message,
|
|
628
559
|
.ui.attached.grey.message {
|
|
629
|
-
|
|
630
|
-
box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
560
|
+
box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
631
561
|
}
|
|
632
562
|
.ui.floating.grey.message {
|
|
633
|
-
|
|
634
|
-
box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
563
|
+
box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
635
564
|
}
|
|
636
565
|
.ui.grey.message .header {
|
|
637
566
|
color: #696969;
|
|
638
567
|
}
|
|
639
568
|
.ui.black.message {
|
|
640
|
-
background-color: #
|
|
569
|
+
background-color: #1b1c1d;
|
|
641
570
|
color: rgba(255, 255, 255, 0.9);
|
|
642
571
|
}
|
|
643
572
|
.ui.black.message .header {
|
|
644
573
|
color: rgba(255, 255, 255, 0.9);
|
|
645
574
|
}
|
|
646
575
|
.ui.inverted.message {
|
|
647
|
-
background-color: #
|
|
576
|
+
background-color: #1b1c1d;
|
|
648
577
|
color: rgba(255, 255, 255, 0.9);
|
|
649
578
|
}
|
|
650
579
|
|
|
651
|
-
|
|
580
|
+
/* --------------
|
|
652
581
|
Sizes
|
|
653
|
-
|
|
654
|
-
|
|
582
|
+
--------------- */
|
|
655
583
|
.ui.message {
|
|
656
584
|
font-size: 1em;
|
|
657
585
|
}
|