@pageboard/html 0.14.19 → 0.14.21
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.
- package/elements/accordion.js +1 -1
- package/elements/fieldsets.js +1 -1
- package/elements/form.js +2 -2
- package/elements/grid.js +1 -1
- package/elements/image.js +1 -1
- package/elements/input-file.js +2 -2
- package/elements/input-property.js +12 -13
- package/elements/inputs.js +5 -5
- package/elements/layout.js +1 -1
- package/elements/link.js +2 -2
- package/elements/menu.js +2 -2
- package/elements/navigation.js +1 -1
- package/elements/page.js +1 -1
- package/elements/paragraph.js +2 -2
- package/elements/query-tags.js +1 -1
- package/elements/tab.js +1 -1
- package/elements/table.js +1 -1
- package/elements/template.js +1 -1
- package/package.json +3 -8
- package/ui/card.css +3 -3
- package/ui/components/accordion.css +241 -0
- package/ui/components/accordion.js +613 -0
- package/ui/components/ad.css +275 -0
- package/ui/components/api.js +1167 -0
- package/ui/components/breadcrumb.css +122 -0
- package/ui/components/button.css +3525 -0
- package/ui/components/card.css +939 -0
- package/ui/components/checkbox.css +604 -0
- package/ui/components/checkbox.js +831 -0
- package/ui/components/colorize.js +274 -0
- package/ui/components/comment.css +268 -0
- package/ui/components/container.css +149 -0
- package/ui/components/dimmer.css +224 -0
- package/ui/components/dimmer.js +733 -0
- package/ui/components/divider.css +253 -0
- package/ui/components/dropdown.css +1448 -0
- package/ui/components/dropdown.js +3955 -0
- package/ui/components/embed.css +160 -0
- package/ui/components/embed.js +706 -0
- package/ui/components/feed.css +281 -0
- package/ui/components/flag.css +1035 -0
- package/ui/components/form.css +1011 -0
- package/ui/components/form.js +1706 -0
- package/ui/components/grid.css +1941 -0
- package/ui/components/header.css +719 -0
- package/ui/components/icon.css +4777 -0
- package/ui/components/image.css +310 -0
- package/ui/components/input.css +469 -0
- package/ui/components/item.css +464 -0
- package/ui/components/label.css +1281 -0
- package/ui/components/list.css +943 -0
- package/ui/components/loader.css +339 -0
- package/ui/components/menu.css +1940 -0
- package/ui/components/message.css +468 -0
- package/ui/components/modal.css +617 -0
- package/ui/components/modal.js +1034 -0
- package/ui/components/nag.css +145 -0
- package/ui/components/nag.js +507 -0
- package/ui/components/placeholder.css +229 -0
- package/ui/components/popup.css +640 -0
- package/ui/components/popup.js +1532 -0
- package/ui/components/progress.css +502 -0
- package/ui/components/progress.js +931 -0
- package/ui/components/rail.css +152 -0
- package/ui/components/rating.css +257 -0
- package/ui/components/rating.js +508 -0
- package/ui/components/reset.css +476 -0
- package/ui/components/reveal.css +260 -0
- package/ui/components/search.css +431 -0
- package/ui/components/search.js +1505 -0
- package/ui/components/segment.css +824 -0
- package/ui/components/shape.css +143 -0
- package/ui/components/shape.js +921 -0
- package/ui/components/sidebar.css +537 -0
- package/ui/components/sidebar.js +1033 -0
- package/ui/components/site.css +184 -0
- package/ui/components/site.js +487 -0
- package/ui/components/state.js +708 -0
- package/ui/components/statistic.css +534 -0
- package/ui/components/step.css +566 -0
- package/ui/components/sticky.css +73 -0
- package/ui/components/sticky.js +959 -0
- package/ui/components/tab.css +89 -0
- package/ui/components/tab.js +952 -0
- package/ui/components/table.css +1108 -0
- package/ui/components/transition.css +1792 -0
- package/ui/components/transition.js +1095 -0
- package/ui/components/video.css +121 -0
- package/ui/components/video.js +532 -0
- package/ui/components/visibility.js +1311 -0
- package/ui/components/visit.js +517 -0
- package/ui/item.css +2 -2
- package/ui/layout.css +1 -1
- package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/icons.eot +0 -0
- package/ui/themes/default/assets/fonts/icons.otf +0 -0
- package/ui/themes/default/assets/fonts/icons.svg +1518 -0
- package/ui/themes/default/assets/fonts/icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/icons.woff +0 -0
- package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/ui/themes/default/assets/images/flags.png +0 -0
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.1 - Step
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* http://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Plural
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.steps {
|
|
17
|
+
display: inline-flex;
|
|
18
|
+
flex-direction: row;
|
|
19
|
+
align-items: stretch;
|
|
20
|
+
margin: 1em 0em;
|
|
21
|
+
background: '';
|
|
22
|
+
box-shadow: none;
|
|
23
|
+
line-height: 1.1428em;
|
|
24
|
+
border-radius: 0.2857rem;
|
|
25
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* First Steps */
|
|
29
|
+
.ui.steps:first-child {
|
|
30
|
+
margin-top: 0em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* Last Steps */
|
|
34
|
+
.ui.steps:last-child {
|
|
35
|
+
margin-bottom: 0em;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
/*******************************
|
|
40
|
+
Singular
|
|
41
|
+
*******************************/
|
|
42
|
+
|
|
43
|
+
.ui.steps .step {
|
|
44
|
+
position: relative;
|
|
45
|
+
display: flex;
|
|
46
|
+
flex: 1 0 auto;
|
|
47
|
+
flex-flow: row wrap;
|
|
48
|
+
vertical-align: middle;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
margin: 0em;
|
|
52
|
+
padding: 1.1428em 2em;
|
|
53
|
+
background: #FFFFFF;
|
|
54
|
+
color: rgb(0 0 0 / 87%);
|
|
55
|
+
box-shadow: none;
|
|
56
|
+
border-radius: 0em;
|
|
57
|
+
border: none;
|
|
58
|
+
border-right: 1px solid rgb(34 36 38 / 15%);
|
|
59
|
+
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* Arrow */
|
|
63
|
+
.ui.steps .step::after {
|
|
64
|
+
display: none;
|
|
65
|
+
position: absolute;
|
|
66
|
+
z-index: 2;
|
|
67
|
+
content: '';
|
|
68
|
+
top: 50%;
|
|
69
|
+
right: 0%;
|
|
70
|
+
border: medium none;
|
|
71
|
+
background-color: #FFFFFF;
|
|
72
|
+
width: 1.1428em;
|
|
73
|
+
height: 1.1428em;
|
|
74
|
+
border-style: solid;
|
|
75
|
+
border-color: rgb(34 36 38 / 15%);
|
|
76
|
+
border-width: 0px 1px 1px 0px;
|
|
77
|
+
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
|
|
78
|
+
transform: translateY(-50%) translateX(50%) rotate(-45deg);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* First Step */
|
|
82
|
+
.ui.steps .step:first-child {
|
|
83
|
+
padding-left: 2em;
|
|
84
|
+
border-radius: 0.2857rem 0em 0em 0.2857rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Last Step */
|
|
88
|
+
.ui.steps .step:last-child {
|
|
89
|
+
border-radius: 0em 0.2857rem 0.2857rem 0em;
|
|
90
|
+
}
|
|
91
|
+
.ui.steps .step:last-child {
|
|
92
|
+
border-right: none;
|
|
93
|
+
margin-right: 0em;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* Only Step */
|
|
97
|
+
.ui.steps .step:only-child {
|
|
98
|
+
border-radius: 0.2857rem;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
/*******************************
|
|
103
|
+
Content
|
|
104
|
+
*******************************/
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
/* Title */
|
|
108
|
+
.ui.steps .step .title {
|
|
109
|
+
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
110
|
+
font-size: 1.1428em;
|
|
111
|
+
font-weight: bold;
|
|
112
|
+
}
|
|
113
|
+
.ui.steps .step > .title {
|
|
114
|
+
width: 100%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/* Description */
|
|
118
|
+
.ui.steps .step .description {
|
|
119
|
+
font-weight: normal;
|
|
120
|
+
font-size: 0.9285em;
|
|
121
|
+
color: rgb(0 0 0 / 87%);
|
|
122
|
+
}
|
|
123
|
+
.ui.steps .step > .description {
|
|
124
|
+
width: 100%;
|
|
125
|
+
}
|
|
126
|
+
.ui.steps .step .title ~ .description {
|
|
127
|
+
margin-top: 0.25em;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Icon */
|
|
131
|
+
.ui.steps .step > .icon {
|
|
132
|
+
line-height: 1;
|
|
133
|
+
font-size: 2.5em;
|
|
134
|
+
margin: 0em 1rem 0em 0em;
|
|
135
|
+
}
|
|
136
|
+
.ui.steps .step > .icon,
|
|
137
|
+
.ui.steps .step > .icon ~ .content {
|
|
138
|
+
display: block;
|
|
139
|
+
flex: 0 1 auto;
|
|
140
|
+
align-self: middle;
|
|
141
|
+
}
|
|
142
|
+
.ui.steps .step > .icon ~ .content {
|
|
143
|
+
flex-grow: 1 0 auto;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* Horizontal Icon */
|
|
147
|
+
.ui.steps:not(.vertical) .step > .icon {
|
|
148
|
+
width: auto;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Link */
|
|
152
|
+
.ui.steps .link.step,
|
|
153
|
+
.ui.steps a.step {
|
|
154
|
+
cursor: pointer;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
/*******************************
|
|
159
|
+
Types
|
|
160
|
+
*******************************/
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
/*--------------
|
|
164
|
+
Ordered
|
|
165
|
+
---------------*/
|
|
166
|
+
|
|
167
|
+
.ui.ordered.steps {
|
|
168
|
+
counter-reset: ordered;
|
|
169
|
+
}
|
|
170
|
+
.ui.ordered.steps .step::before {
|
|
171
|
+
display: block;
|
|
172
|
+
position: static;
|
|
173
|
+
text-align: center;
|
|
174
|
+
content: counters(ordered, ".");
|
|
175
|
+
align-self: middle;
|
|
176
|
+
margin-right: 1rem;
|
|
177
|
+
font-size: 2.5em;
|
|
178
|
+
counter-increment: ordered;
|
|
179
|
+
font-family: inherit;
|
|
180
|
+
font-weight: bold;
|
|
181
|
+
}
|
|
182
|
+
.ui.ordered.steps .step > * {
|
|
183
|
+
display: block;
|
|
184
|
+
align-self: middle;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/*--------------
|
|
188
|
+
Vertical
|
|
189
|
+
---------------*/
|
|
190
|
+
|
|
191
|
+
.ui.vertical.steps {
|
|
192
|
+
display: inline-flex;
|
|
193
|
+
flex-direction: column;
|
|
194
|
+
overflow: visible;
|
|
195
|
+
}
|
|
196
|
+
.ui.vertical.steps .step {
|
|
197
|
+
justify-content: flex-start;
|
|
198
|
+
border-radius: 0em;
|
|
199
|
+
padding: 1.1428em 2em;
|
|
200
|
+
border-right: none;
|
|
201
|
+
border-bottom: 1px solid rgb(34 36 38 / 15%);
|
|
202
|
+
}
|
|
203
|
+
.ui.vertical.steps .step:first-child {
|
|
204
|
+
padding: 1.1428em 2em;
|
|
205
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
206
|
+
}
|
|
207
|
+
.ui.vertical.steps .step:last-child {
|
|
208
|
+
border-bottom: none;
|
|
209
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
210
|
+
}
|
|
211
|
+
.ui.vertical.steps .step:only-child {
|
|
212
|
+
border-radius: 0.2857rem;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/* Arrow */
|
|
216
|
+
.ui.vertical.steps .step::after {
|
|
217
|
+
display: none;
|
|
218
|
+
}
|
|
219
|
+
.ui.vertical.steps .step::after {
|
|
220
|
+
top: 50%;
|
|
221
|
+
right: 0%;
|
|
222
|
+
border-width: 0px 1px 1px 0px;
|
|
223
|
+
}
|
|
224
|
+
.ui.vertical.steps .step::after {
|
|
225
|
+
display: none;
|
|
226
|
+
}
|
|
227
|
+
.ui.vertical.steps .active.step::after {
|
|
228
|
+
display: block;
|
|
229
|
+
}
|
|
230
|
+
.ui.vertical.steps .step:last-child::after {
|
|
231
|
+
display: none;
|
|
232
|
+
}
|
|
233
|
+
.ui.vertical.steps .active.step:last-child::after {
|
|
234
|
+
display: block;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/*---------------
|
|
238
|
+
Responsive
|
|
239
|
+
----------------*/
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
/* Mobile (Default) */
|
|
243
|
+
|
|
244
|
+
@media (width <= 767px) {
|
|
245
|
+
.ui.steps:not(.unstackable) {
|
|
246
|
+
display: inline-flex;
|
|
247
|
+
overflow: visible;
|
|
248
|
+
flex-direction: column;
|
|
249
|
+
}
|
|
250
|
+
.ui.steps:not(.unstackable) .step {
|
|
251
|
+
width: 100% !important;
|
|
252
|
+
flex-direction: column;
|
|
253
|
+
border-radius: 0em;
|
|
254
|
+
padding: 1.1428em 2em;
|
|
255
|
+
}
|
|
256
|
+
.ui.steps:not(.unstackable) .step:first-child {
|
|
257
|
+
padding: 1.1428em 2em;
|
|
258
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
259
|
+
}
|
|
260
|
+
.ui.steps:not(.unstackable) .step:last-child {
|
|
261
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/* Arrow */
|
|
265
|
+
.ui.steps:not(.unstackable) .step::after {
|
|
266
|
+
display: none !important;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/* Content */
|
|
270
|
+
.ui.steps:not(.unstackable) .step .content {
|
|
271
|
+
text-align: center;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/* Icon */
|
|
275
|
+
.ui.steps:not(.unstackable) .step > .icon,
|
|
276
|
+
.ui.ordered.steps:not(.unstackable) .step::before {
|
|
277
|
+
margin: 0em 0em 1rem;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
/*******************************
|
|
283
|
+
States
|
|
284
|
+
*******************************/
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
/* Link Hover */
|
|
288
|
+
.ui.steps .link.step:hover::after,
|
|
289
|
+
.ui.steps .link.step:hover,
|
|
290
|
+
.ui.steps a.step:hover::after,
|
|
291
|
+
.ui.steps a.step:hover {
|
|
292
|
+
background: #F9FAFB;
|
|
293
|
+
color: rgb(0 0 0 / 80%);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/* Link Down */
|
|
297
|
+
.ui.steps .link.step:active::after,
|
|
298
|
+
.ui.steps .link.step:active,
|
|
299
|
+
.ui.steps a.step:active::after,
|
|
300
|
+
.ui.steps a.step:active {
|
|
301
|
+
background: #F3F4F5;
|
|
302
|
+
color: rgb(0 0 0 / 90%);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/* Active */
|
|
306
|
+
.ui.steps .step.active {
|
|
307
|
+
cursor: auto;
|
|
308
|
+
background: #F3F4F5;
|
|
309
|
+
}
|
|
310
|
+
.ui.steps .step.active::after {
|
|
311
|
+
background: #F3F4F5;
|
|
312
|
+
}
|
|
313
|
+
.ui.steps .step.active .title {
|
|
314
|
+
color: #4183C4;
|
|
315
|
+
}
|
|
316
|
+
.ui.ordered.steps .step.active::before,
|
|
317
|
+
.ui.steps .active.step .icon {
|
|
318
|
+
color: rgb(0 0 0 / 85%);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/* Active Arrow */
|
|
322
|
+
.ui.steps .step::after {
|
|
323
|
+
display: block;
|
|
324
|
+
}
|
|
325
|
+
.ui.steps .active.step::after {
|
|
326
|
+
display: block;
|
|
327
|
+
}
|
|
328
|
+
.ui.steps .step:last-child::after {
|
|
329
|
+
display: none;
|
|
330
|
+
}
|
|
331
|
+
.ui.steps .active.step:last-child::after {
|
|
332
|
+
display: none;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/* Active Hover */
|
|
336
|
+
.ui.steps .link.active.step:hover::after,
|
|
337
|
+
.ui.steps .link.active.step:hover,
|
|
338
|
+
.ui.steps a.active.step:hover::after,
|
|
339
|
+
.ui.steps a.active.step:hover {
|
|
340
|
+
cursor: pointer;
|
|
341
|
+
background: #DCDDDE;
|
|
342
|
+
color: rgb(0 0 0 / 87%);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* Completed */
|
|
346
|
+
.ui.steps .step.completed > .icon::before,
|
|
347
|
+
.ui.ordered.steps .step.completed::before {
|
|
348
|
+
color: #21BA45;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* Disabled */
|
|
352
|
+
.ui.steps .disabled.step {
|
|
353
|
+
cursor: auto;
|
|
354
|
+
background: #FFFFFF;
|
|
355
|
+
pointer-events: none;
|
|
356
|
+
}
|
|
357
|
+
.ui.steps .disabled.step,
|
|
358
|
+
.ui.steps .disabled.step .title,
|
|
359
|
+
.ui.steps .disabled.step .description {
|
|
360
|
+
color: rgb(40 40 40 / 30%);
|
|
361
|
+
}
|
|
362
|
+
.ui.steps .disabled.step::after {
|
|
363
|
+
background: #FFFFFF;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
/*******************************
|
|
368
|
+
Variations
|
|
369
|
+
*******************************/
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
/*--------------
|
|
373
|
+
Stackable
|
|
374
|
+
---------------*/
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
/* Tablet Or Below */
|
|
378
|
+
|
|
379
|
+
@media (width <= 991px) {
|
|
380
|
+
.ui[class*="tablet stackable"].steps {
|
|
381
|
+
display: inline-flex;
|
|
382
|
+
overflow: visible;
|
|
383
|
+
flex-direction: column;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* Steps */
|
|
387
|
+
.ui[class*="tablet stackable"].steps .step {
|
|
388
|
+
flex-direction: column;
|
|
389
|
+
border-radius: 0em;
|
|
390
|
+
padding: 1.1428em 2em;
|
|
391
|
+
}
|
|
392
|
+
.ui[class*="tablet stackable"].steps .step:first-child {
|
|
393
|
+
padding: 1.1428em 2em;
|
|
394
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
395
|
+
}
|
|
396
|
+
.ui[class*="tablet stackable"].steps .step:last-child {
|
|
397
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
/* Arrow */
|
|
401
|
+
.ui[class*="tablet stackable"].steps .step::after {
|
|
402
|
+
display: none !important;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
/* Content */
|
|
406
|
+
.ui[class*="tablet stackable"].steps .step .content {
|
|
407
|
+
text-align: center;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/* Icon */
|
|
411
|
+
.ui[class*="tablet stackable"].steps .step > .icon,
|
|
412
|
+
.ui[class*="tablet stackable"].ordered.steps .step::before {
|
|
413
|
+
margin: 0em 0em 1rem;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/*--------------
|
|
418
|
+
Fluid
|
|
419
|
+
---------------*/
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
/* Fluid */
|
|
423
|
+
.ui.fluid.steps {
|
|
424
|
+
display: flex;
|
|
425
|
+
width: 100%;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
/*--------------
|
|
429
|
+
Attached
|
|
430
|
+
---------------*/
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
/* Top */
|
|
434
|
+
.ui.attached.steps {
|
|
435
|
+
width: calc(100% + (--1px * 2)) !important;
|
|
436
|
+
margin: 0em -1px 0;
|
|
437
|
+
max-width: calc(100% + (--1px * 2));
|
|
438
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
439
|
+
}
|
|
440
|
+
.ui.attached.steps .step:first-child {
|
|
441
|
+
border-radius: 0.2857rem 0em 0em;
|
|
442
|
+
}
|
|
443
|
+
.ui.attached.steps .step:last-child {
|
|
444
|
+
border-radius: 0em 0.2857rem 0em 0em;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/* Bottom */
|
|
448
|
+
.ui.bottom.attached.steps {
|
|
449
|
+
margin: 0 -1px 0em;
|
|
450
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
451
|
+
}
|
|
452
|
+
.ui.bottom.attached.steps .step:first-child {
|
|
453
|
+
border-radius: 0em 0em 0em 0.2857rem;
|
|
454
|
+
}
|
|
455
|
+
.ui.bottom.attached.steps .step:last-child {
|
|
456
|
+
border-radius: 0em 0em 0.2857rem;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
/*-------------------
|
|
460
|
+
Evenly Divided
|
|
461
|
+
--------------------*/
|
|
462
|
+
|
|
463
|
+
.ui.one.steps,
|
|
464
|
+
.ui.two.steps,
|
|
465
|
+
.ui.three.steps,
|
|
466
|
+
.ui.four.steps,
|
|
467
|
+
.ui.five.steps,
|
|
468
|
+
.ui.six.steps,
|
|
469
|
+
.ui.seven.steps,
|
|
470
|
+
.ui.eight.steps {
|
|
471
|
+
width: 100%;
|
|
472
|
+
}
|
|
473
|
+
.ui.one.steps > .step,
|
|
474
|
+
.ui.two.steps > .step,
|
|
475
|
+
.ui.three.steps > .step,
|
|
476
|
+
.ui.four.steps > .step,
|
|
477
|
+
.ui.five.steps > .step,
|
|
478
|
+
.ui.six.steps > .step,
|
|
479
|
+
.ui.seven.steps > .step,
|
|
480
|
+
.ui.eight.steps > .step {
|
|
481
|
+
flex-wrap: nowrap;
|
|
482
|
+
}
|
|
483
|
+
.ui.one.steps > .step {
|
|
484
|
+
width: 100%;
|
|
485
|
+
}
|
|
486
|
+
.ui.two.steps > .step {
|
|
487
|
+
width: 50%;
|
|
488
|
+
}
|
|
489
|
+
.ui.three.steps > .step {
|
|
490
|
+
width: 33.333%;
|
|
491
|
+
}
|
|
492
|
+
.ui.four.steps > .step {
|
|
493
|
+
width: 25%;
|
|
494
|
+
}
|
|
495
|
+
.ui.five.steps > .step {
|
|
496
|
+
width: 20%;
|
|
497
|
+
}
|
|
498
|
+
.ui.six.steps > .step {
|
|
499
|
+
width: 16.666%;
|
|
500
|
+
}
|
|
501
|
+
.ui.seven.steps > .step {
|
|
502
|
+
width: 14.285%;
|
|
503
|
+
}
|
|
504
|
+
.ui.eight.steps > .step {
|
|
505
|
+
width: 12.5%;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/*-------------------
|
|
509
|
+
Sizes
|
|
510
|
+
--------------------*/
|
|
511
|
+
|
|
512
|
+
.ui.mini.steps .step,
|
|
513
|
+
.ui.mini.step {
|
|
514
|
+
font-size: 0.7857rem;
|
|
515
|
+
}
|
|
516
|
+
.ui.tiny.steps .step,
|
|
517
|
+
.ui.tiny.step {
|
|
518
|
+
font-size: 0.8571rem;
|
|
519
|
+
}
|
|
520
|
+
.ui.small.steps .step,
|
|
521
|
+
.ui.small.step {
|
|
522
|
+
font-size: 0.9285rem;
|
|
523
|
+
}
|
|
524
|
+
.ui.steps .step,
|
|
525
|
+
.ui.step {
|
|
526
|
+
font-size: 1rem;
|
|
527
|
+
}
|
|
528
|
+
.ui.large.steps .step,
|
|
529
|
+
.ui.large.step {
|
|
530
|
+
font-size: 1.1428rem;
|
|
531
|
+
}
|
|
532
|
+
.ui.big.steps .step,
|
|
533
|
+
.ui.big.step {
|
|
534
|
+
font-size: 1.2857rem;
|
|
535
|
+
}
|
|
536
|
+
.ui.huge.steps .step,
|
|
537
|
+
.ui.huge.step {
|
|
538
|
+
font-size: 1.4286rem;
|
|
539
|
+
}
|
|
540
|
+
.ui.massive.steps .step,
|
|
541
|
+
.ui.massive.step {
|
|
542
|
+
font-size: 1.7143rem;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
/*******************************
|
|
547
|
+
Theme Overrides
|
|
548
|
+
*******************************/
|
|
549
|
+
|
|
550
|
+
@font-face {
|
|
551
|
+
font-family: Step;
|
|
552
|
+
src: url("data:application/x-font-ttf;charset=utf-8;;base64,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") format('truetype'), url("data:application/font-woff;charset=utf-8;base64,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") format('woff');
|
|
553
|
+
}
|
|
554
|
+
.ui.steps .step.completed > .icon::before,
|
|
555
|
+
.ui.ordered.steps .step.completed::before {
|
|
556
|
+
font-family: Step;
|
|
557
|
+
content: '\e800';
|
|
558
|
+
|
|
559
|
+
/* '' */
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
/*******************************
|
|
564
|
+
Site Overrides
|
|
565
|
+
*******************************/
|
|
566
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.0 - Sticky
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* http://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Sticky
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.sticky {
|
|
17
|
+
position: static;
|
|
18
|
+
transition: none;
|
|
19
|
+
z-index: 800;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/*******************************
|
|
24
|
+
States
|
|
25
|
+
*******************************/
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
/* Bound */
|
|
29
|
+
.ui.sticky.bound {
|
|
30
|
+
position: absolute;
|
|
31
|
+
left: auto;
|
|
32
|
+
right: auto;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/* Fixed */
|
|
36
|
+
.ui.sticky.fixed {
|
|
37
|
+
position: fixed;
|
|
38
|
+
left: auto;
|
|
39
|
+
right: auto;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* Bound/Fixed Position */
|
|
43
|
+
.ui.sticky.bound.top,
|
|
44
|
+
.ui.sticky.fixed.top {
|
|
45
|
+
top: 0px;
|
|
46
|
+
bottom: auto;
|
|
47
|
+
}
|
|
48
|
+
.ui.sticky.bound.bottom,
|
|
49
|
+
.ui.sticky.fixed.bottom {
|
|
50
|
+
top: auto;
|
|
51
|
+
bottom: 0px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/*******************************
|
|
56
|
+
Types
|
|
57
|
+
*******************************/
|
|
58
|
+
|
|
59
|
+
.ui.native.sticky {
|
|
60
|
+
position: sticky;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/*******************************
|
|
65
|
+
Theme Overrides
|
|
66
|
+
*******************************/
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
/*******************************
|
|
71
|
+
Site Overrides
|
|
72
|
+
*******************************/
|
|
73
|
+
|