fomantic-ui 2.9.4-beta.10 → 2.9.4-beta.100
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/.all-contributorsrc +29 -1
- package/.eslintrc.js +17 -0
- package/.github/FUNDING.yml +1 -1
- package/.github/workflows/ci.yml +8 -8
- package/.github/workflows/depsreview.yml +14 -0
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +5 -0
- package/README.md +2 -12
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +21 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +47 -12
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +10 -4
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +7 -3
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +46 -38
- package/dist/components/dropdown.js +109 -34
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +17 -7
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +4309 -3713
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +12 -1
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -1
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +3 -3
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -3
- package/dist/components/form.js +66 -23
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +7 -1
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +2 -1
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +3 -3
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +15 -6
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +34 -23
- package/dist/components/search.js +78 -14
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +7 -5
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +4 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +14 -6
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +152 -2
- package/dist/components/slider.js +142 -44
- package/dist/components/slider.min.css +2 -2
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +4 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +992 -86
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +4 -2
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +32 -21
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +7 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +7 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +4 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +6179 -3968
- package/dist/semantic.js +571 -188
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +14 -14
- package/semantic.json.example +1 -1
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +65 -22
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +43 -23
- package/src/definitions/collections/grid.less +85 -70
- package/src/definitions/collections/menu.less +38 -27
- package/src/definitions/collections/message.less +1 -0
- package/src/definitions/collections/table.less +183 -157
- package/src/definitions/elements/button.less +61 -25
- package/src/definitions/elements/container.less +6 -4
- package/src/definitions/elements/divider.less +4 -1
- package/src/definitions/elements/emoji.less +3 -1
- package/src/definitions/elements/header.less +7 -4
- package/src/definitions/elements/icon.less +35 -28
- package/src/definitions/elements/input.less +21 -13
- package/src/definitions/elements/label.less +19 -8
- package/src/definitions/elements/list.less +28 -21
- package/src/definitions/elements/loader.less +17 -12
- package/src/definitions/elements/segment.less +12 -7
- package/src/definitions/elements/step.less +405 -87
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/globals/site.less +17 -12
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/accordion.less +15 -13
- package/src/definitions/modules/calendar.js +46 -11
- package/src/definitions/modules/calendar.less +6 -4
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/checkbox.less +12 -6
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dimmer.less +16 -10
- package/src/definitions/modules/dropdown.js +108 -33
- package/src/definitions/modules/dropdown.less +109 -78
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/flyout.less +51 -45
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/modal.less +109 -82
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/nag.less +8 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/popup.less +3 -1
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/progress.less +24 -6
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +77 -13
- package/src/definitions/modules/search.less +41 -25
- package/src/definitions/modules/shape.js +6 -4
- package/src/definitions/modules/sidebar.js +3 -1
- package/src/definitions/modules/slider.js +141 -43
- package/src/definitions/modules/slider.less +129 -27
- package/src/definitions/modules/sticky.js +3 -1
- package/src/definitions/modules/tab.js +3 -1
- package/src/definitions/modules/toast.js +6 -2
- package/src/definitions/modules/toast.less +35 -24
- package/src/definitions/modules/transition.js +6 -2
- package/src/definitions/views/card.less +7 -5
- package/src/definitions/views/feed.less +14 -1
- package/src/definitions/views/item.less +7 -5
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/elements/button.variables +3 -0
- package/src/themes/default/elements/emoji.variables +172 -23
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/elements/step.variables +33 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +23 -2
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/progress.variables +1 -1
- package/src/themes/default/modules/search.variables +15 -12
- package/src/themes/default/modules/slider.variables +10 -0
- package/src/themes/default/views/feed.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/joypixels/elements/emoji.variables +183 -22
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/tasks/admin/components/create.js +4 -4
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/components/update.js +3 -3
- package/tasks/admin/distributions/create.js +3 -3
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +19 -10
- package/tasks/build/javascript.js +12 -5
- package/tasks/check-install.js +1 -1
- package/tasks/config/defaults.js +4 -0
- package/tasks/config/project/release.js +19 -1
- package/tasks/config/tasks.js +7 -7
- package/tasks/docs/build.js +3 -3
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +3 -1
- package/tasks/install.js +2 -2
- package/tasks/watch.js +1 -1
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +114 -13
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +82 -44
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +25 -11
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +101 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +38 -12
- package/types/fomantic-ui-progress.d.ts +12 -6
- package/types/fomantic-ui-rating.d.ts +1 -1
- package/types/fomantic-ui-search.d.ts +138 -22
- package/types/fomantic-ui-shape.d.ts +2 -2
- package/types/fomantic-ui-sidebar.d.ts +4 -4
- package/types/fomantic-ui-slider.d.ts +56 -4
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +6 -6
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +41 -7
- package/types/fomantic-ui-visibility.d.ts +3 -3
- package/types/index.d.ts +25 -25
- package/types/tests.ts +188 -0
- package/types/tsconfig.json +1 -1
- package/types/fomantic-ui-tests.ts +0 -25
package/dist/components/step.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.4-beta.
|
2
|
+
* # Fomantic-UI 2.9.4-beta.100+7f5f82a - Step
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -13,7 +13,7 @@
|
|
13
13
|
Plural
|
14
14
|
*******************************/
|
15
15
|
|
16
|
-
.ui.steps {
|
16
|
+
.ui.steps:not(.circular) {
|
17
17
|
display: inline-flex;
|
18
18
|
flex-direction: row;
|
19
19
|
align-items: stretch;
|
@@ -43,7 +43,7 @@
|
|
43
43
|
Singular
|
44
44
|
*******************************/
|
45
45
|
|
46
|
-
.ui.steps .step {
|
46
|
+
.ui.steps:not(.circular) .step {
|
47
47
|
position: relative;
|
48
48
|
display: flex;
|
49
49
|
flex: 1 0 auto;
|
@@ -63,7 +63,7 @@
|
|
63
63
|
}
|
64
64
|
|
65
65
|
/* Arrow */
|
66
|
-
.ui.steps .step::after {
|
66
|
+
.ui.steps:not(.circular) .step::after {
|
67
67
|
display: none;
|
68
68
|
position: absolute;
|
69
69
|
z-index: 2;
|
@@ -81,20 +81,20 @@
|
|
81
81
|
}
|
82
82
|
|
83
83
|
/* First Step */
|
84
|
-
.ui.steps .step:first-child {
|
84
|
+
.ui.steps:not(.circular) .step:first-child {
|
85
85
|
padding-left: 2em;
|
86
86
|
border-radius: 0.28571429rem 0 0 0.28571429rem;
|
87
87
|
}
|
88
88
|
|
89
89
|
/* Last Step */
|
90
|
-
.ui.steps .step:last-child {
|
90
|
+
.ui.steps:not(.circular) .step:last-child {
|
91
91
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
92
92
|
border-right: none;
|
93
93
|
margin-right: 0;
|
94
94
|
}
|
95
95
|
|
96
96
|
/* Only Step */
|
97
|
-
.ui.steps .step:only-child {
|
97
|
+
.ui.steps:not(.circular) .step:only-child {
|
98
98
|
border-radius: 0.28571429rem;
|
99
99
|
}
|
100
100
|
|
@@ -109,6 +109,7 @@
|
|
109
109
|
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";
|
110
110
|
font-size: 1.14285714em;
|
111
111
|
font-weight: bold;
|
112
|
+
line-height: 1.14285714em;
|
112
113
|
}
|
113
114
|
.ui.steps .step > .title {
|
114
115
|
width: 100%;
|
@@ -119,6 +120,7 @@
|
|
119
120
|
font-weight: normal;
|
120
121
|
font-size: 0.92857143em;
|
121
122
|
color: rgba(0, 0, 0, 0.87);
|
123
|
+
line-height: 1.14285714em;
|
122
124
|
}
|
123
125
|
.ui.steps .step > .description {
|
124
126
|
width: 100%;
|
@@ -156,6 +158,119 @@
|
|
156
158
|
Types
|
157
159
|
*******************************/
|
158
160
|
|
161
|
+
.ui.circular.steps {
|
162
|
+
border: 0;
|
163
|
+
border-radius: 0;
|
164
|
+
box-shadow: none;
|
165
|
+
}
|
166
|
+
.ui.circular.steps:not(.vertical) {
|
167
|
+
background: transparent;
|
168
|
+
border: 0;
|
169
|
+
border-radius: 0;
|
170
|
+
box-shadow: none;
|
171
|
+
position: relative;
|
172
|
+
display: flex;
|
173
|
+
padding: 1em 0;
|
174
|
+
margin: 1em 0;
|
175
|
+
}
|
176
|
+
.ui.circular.steps:not(.vertical) .step {
|
177
|
+
background: rgba(34, 36, 38, 0.15);
|
178
|
+
cursor: default;
|
179
|
+
height: 2px;
|
180
|
+
display: flex;
|
181
|
+
flex-wrap: wrap;
|
182
|
+
align-items: center;
|
183
|
+
flex: 1;
|
184
|
+
position: relative;
|
185
|
+
margin-left: 2.2em;
|
186
|
+
}
|
187
|
+
.ui.circular.steps:not(.vertical) .step::before {
|
188
|
+
left: -2.2em;
|
189
|
+
}
|
190
|
+
.ui.circular.steps:not(.vertical) .step::after {
|
191
|
+
left: calc((-2.2em + 0.95em) - 0.3em);
|
192
|
+
}
|
193
|
+
.ui.circular.steps:not(.vertical) .step.link::before,
|
194
|
+
.ui.circular.steps:not(.vertical) .step.link::after {
|
195
|
+
cursor: pointer;
|
196
|
+
}
|
197
|
+
.ui.circular.steps:not(.vertical) .step.completed {
|
198
|
+
background: #21ba45;
|
199
|
+
}
|
200
|
+
.ui.circular.steps:not(.vertical) .step.completed::after {
|
201
|
+
left: calc(-2.2em + ((2.2em / 2) / 2) + (2px / 2));
|
202
|
+
}
|
203
|
+
.ui.circular.steps:not(.vertical) .step:last-child {
|
204
|
+
flex: 0;
|
205
|
+
}
|
206
|
+
.ui.circular.steps:not(.vertical) .step .content {
|
207
|
+
margin-top: -1.5em;
|
208
|
+
padding: 0 0.5em;
|
209
|
+
}
|
210
|
+
.ui.circular.steps:not(.vertical) .step .content.center.aligned {
|
211
|
+
margin-top: -0.65em;
|
212
|
+
}
|
213
|
+
.ui.circular.steps:not(.vertical) .step .content.center.aligned .title {
|
214
|
+
padding: 0 0.5em;
|
215
|
+
margin-left: -0.5em;
|
216
|
+
background: #fff;
|
217
|
+
}
|
218
|
+
.ui.circular.steps:not(.vertical) .step .content.bottom.aligned {
|
219
|
+
margin-top: 0.5em;
|
220
|
+
}
|
221
|
+
.ui.circular.steps:not(.vertical) .step .content:not(.aligned) .title + .description {
|
222
|
+
margin-top: 0.5em;
|
223
|
+
}
|
224
|
+
.ui.circular.steps .step {
|
225
|
+
color: inherit;
|
226
|
+
}
|
227
|
+
.ui.circular.steps .step::before {
|
228
|
+
content: "";
|
229
|
+
border-radius: 50%;
|
230
|
+
border: 2px solid rgba(34, 36, 38, 0.15);
|
231
|
+
height: 2.2em;
|
232
|
+
width: 2.2em;
|
233
|
+
line-height: 2.2em;
|
234
|
+
position: absolute;
|
235
|
+
}
|
236
|
+
.ui.circular.steps .step::after {
|
237
|
+
content: "";
|
238
|
+
display: block;
|
239
|
+
position: absolute;
|
240
|
+
border-radius: 50%;
|
241
|
+
background: rgba(34, 36, 38, 0.15);
|
242
|
+
height: 0.95em;
|
243
|
+
width: 0.95em;
|
244
|
+
}
|
245
|
+
.ui.circular.steps .step.active::before {
|
246
|
+
border-color: #21ba45;
|
247
|
+
}
|
248
|
+
.ui.circular.steps .step.active::after {
|
249
|
+
background: #21ba45;
|
250
|
+
}
|
251
|
+
.ui.circular.steps .step.active .title {
|
252
|
+
color: #21ba45;
|
253
|
+
}
|
254
|
+
.ui.circular.steps .step.completed::before {
|
255
|
+
background: #21ba45;
|
256
|
+
border-color: #21ba45;
|
257
|
+
}
|
258
|
+
.ui.circular.steps .step.completed::after {
|
259
|
+
background: transparent;
|
260
|
+
content: "\e800";
|
261
|
+
font-family: Step;
|
262
|
+
color: #fff;
|
263
|
+
height: auto;
|
264
|
+
line-height: 1em;
|
265
|
+
}
|
266
|
+
@supports selector(:has(.f)) {
|
267
|
+
.ui.circular.steps:not(.vertical) .step:last-child:has(.content) {
|
268
|
+
flex: 1;
|
269
|
+
}
|
270
|
+
.ui.circular.steps:not(.vertical) .step:last-child:has(.center.aligned.content) {
|
271
|
+
background: none;
|
272
|
+
}
|
273
|
+
}
|
159
274
|
|
160
275
|
/* --------------
|
161
276
|
Ordered
|
@@ -164,17 +279,31 @@
|
|
164
279
|
counter-reset: ordered;
|
165
280
|
}
|
166
281
|
.ui.ordered.steps .step::before {
|
167
|
-
display: block;
|
168
|
-
position: static;
|
169
282
|
text-align: center;
|
170
283
|
content: counter(ordered);
|
171
284
|
align-self: center;
|
172
|
-
margin-right: 1rem;
|
173
|
-
font-size: 2.5em;
|
174
285
|
counter-increment: ordered;
|
175
286
|
font-family: inherit;
|
176
287
|
font-weight: bold;
|
177
288
|
}
|
289
|
+
.ui.ordered.steps:not(.circular) .step::before {
|
290
|
+
display: block;
|
291
|
+
position: static;
|
292
|
+
font-size: 2.5em;
|
293
|
+
margin-right: 1rem;
|
294
|
+
}
|
295
|
+
.ui.circular.ordered.steps .step::before {
|
296
|
+
line-height: calc(2.2em - 2px);
|
297
|
+
}
|
298
|
+
.ui.circular.ordered.steps .step.completed::before {
|
299
|
+
content: "";
|
300
|
+
}
|
301
|
+
.ui.circular.ordered.steps .step::after {
|
302
|
+
background: transparent;
|
303
|
+
}
|
304
|
+
.ui.circular.ordered.steps .step.active::before {
|
305
|
+
color: #21ba45;
|
306
|
+
}
|
178
307
|
.ui.ordered.steps .step > * {
|
179
308
|
display: block;
|
180
309
|
align-self: center;
|
@@ -183,65 +312,108 @@
|
|
183
312
|
/* --------------
|
184
313
|
Vertical
|
185
314
|
--------------- */
|
186
|
-
.ui.vertical.steps {
|
315
|
+
.ui.vertical.steps:not(.circular) {
|
187
316
|
display: inline-flex;
|
188
317
|
flex-direction: column;
|
189
318
|
overflow: visible;
|
190
319
|
}
|
191
|
-
.ui.vertical.steps .step {
|
320
|
+
.ui.vertical.steps:not(.circular) .step {
|
192
321
|
justify-content: flex-start;
|
193
322
|
border-radius: 0;
|
194
323
|
padding: 1.14285714em 2em;
|
195
324
|
border-right: none;
|
196
325
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
197
326
|
}
|
198
|
-
.ui.vertical.steps .step:first-child {
|
327
|
+
.ui.vertical.steps:not(.circular) .step:first-child {
|
199
328
|
padding: 1.14285714em 2em;
|
200
329
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
201
330
|
}
|
202
|
-
.ui.vertical.steps .step:last-child {
|
331
|
+
.ui.vertical.steps:not(.circular) .step:last-child {
|
203
332
|
border-bottom: none;
|
204
333
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
205
334
|
}
|
206
|
-
.ui.vertical.steps .step:only-child {
|
335
|
+
.ui.vertical.steps:not(.circular) .step:only-child {
|
207
336
|
border-radius: 0.28571429rem;
|
208
337
|
}
|
209
338
|
|
210
339
|
/* Arrow */
|
211
|
-
.ui.vertical.steps .step::after {
|
340
|
+
.ui.vertical.steps:not(.circular) .step::after {
|
212
341
|
top: 50%;
|
213
342
|
right: 0;
|
214
343
|
border-width: 0 1px 1px 0;
|
215
344
|
display: none;
|
216
345
|
}
|
217
|
-
.ui.right.vertical.steps .step::after {
|
346
|
+
.ui.right.vertical.steps:not(.circular) .step::after {
|
218
347
|
border-width: 1px 0 0 1px;
|
219
348
|
left: 0;
|
220
349
|
right: 100%;
|
221
350
|
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
|
222
351
|
}
|
223
|
-
.ui.vertical.steps .active.step::after {
|
352
|
+
.ui.vertical.steps:not(.circular) .active.step::after {
|
224
353
|
display: block;
|
225
354
|
}
|
226
|
-
.ui.vertical.steps .step:last-child::after {
|
355
|
+
.ui.vertical.steps:not(.circular) .step:last-child::after {
|
227
356
|
display: none;
|
228
357
|
}
|
229
|
-
.ui.vertical.steps .active.step:last-child::after {
|
358
|
+
.ui.vertical.steps:not(.circular) .active.step:last-child::after {
|
230
359
|
display: block;
|
231
360
|
}
|
232
361
|
|
362
|
+
/* Circular Step */
|
363
|
+
.ui.circular.vertical.steps {
|
364
|
+
display: inline-flex;
|
365
|
+
flex-flow: column wrap;
|
366
|
+
align-items: flex-start;
|
367
|
+
}
|
368
|
+
.ui.circular.vertical.steps .step {
|
369
|
+
position: relative;
|
370
|
+
width: 100%;
|
371
|
+
}
|
372
|
+
.ui.circular.vertical.steps .step::before {
|
373
|
+
left: 0;
|
374
|
+
top: 0;
|
375
|
+
}
|
376
|
+
.ui.circular.vertical.steps .step::after {
|
377
|
+
left: calc((2.2em / (2.2 * 2)) + 2px);
|
378
|
+
top: calc((2.2em / (2.2 * 2)) + 2px);
|
379
|
+
}
|
380
|
+
.ui.circular.vertical.steps .step .content {
|
381
|
+
padding-left: 3.5em;
|
382
|
+
}
|
383
|
+
.ui.circular.vertical.steps .step:not(:last-child) {
|
384
|
+
padding-bottom: 3em;
|
385
|
+
}
|
386
|
+
.ui.circular.vertical.steps .step:not(:last-child) .content::before {
|
387
|
+
content: "";
|
388
|
+
position: absolute;
|
389
|
+
border-left: 2px solid rgba(34, 36, 38, 0.15);
|
390
|
+
top: 2.2em;
|
391
|
+
bottom: 0;
|
392
|
+
left: calc(2.2em / 2);
|
393
|
+
}
|
394
|
+
.ui.circular.vertical.steps .step.completed .content::before {
|
395
|
+
border-color: #21ba45;
|
396
|
+
}
|
397
|
+
.ui.circular.vertical.steps .step.completed::before {
|
398
|
+
background: #21ba45;
|
399
|
+
border-color: #21ba45;
|
400
|
+
}
|
401
|
+
.ui.circular.vertical.steps .step.completed::after {
|
402
|
+
top: calc((2.2em / (2.2 * 2)) + (2px - (2px / 2)));
|
403
|
+
}
|
404
|
+
|
233
405
|
/* ---------------
|
234
406
|
Responsive
|
235
407
|
---------------- */
|
236
408
|
|
237
409
|
/* Mobile (Default) */
|
238
410
|
@media only screen and (max-width: 767.98px) {
|
239
|
-
.ui.steps:not(.unstackable) {
|
411
|
+
.ui.steps:not(.unstackable):not(.circular) {
|
240
412
|
display: inline-flex;
|
241
413
|
overflow: visible;
|
242
414
|
flex-direction: column;
|
243
415
|
}
|
244
|
-
.ui.steps:not(.unstackable) .step {
|
416
|
+
.ui.steps:not(.unstackable):not(.circular) .step {
|
245
417
|
width: 100% !important;
|
246
418
|
flex-direction: column;
|
247
419
|
border-radius: 0;
|
@@ -249,34 +421,34 @@
|
|
249
421
|
border-right: none;
|
250
422
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
251
423
|
}
|
252
|
-
.ui.steps:not(.unstackable) .step:first-child {
|
424
|
+
.ui.steps:not(.unstackable):not(.circular) .step:first-child {
|
253
425
|
padding: 1.14285714em 2em;
|
254
426
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
255
427
|
}
|
256
|
-
.ui.steps:not(.unstackable) .step:last-child {
|
428
|
+
.ui.steps:not(.unstackable):not(.circular) .step:last-child {
|
257
429
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
258
430
|
border-bottom: none;
|
259
431
|
}
|
260
432
|
|
261
433
|
/* Arrow */
|
262
|
-
.ui.steps:not(.unstackable) .step::after {
|
434
|
+
.ui.steps:not(.unstackable):not(.circular) .step::after {
|
263
435
|
top: unset;
|
264
436
|
bottom: -1.14285714em;
|
265
437
|
right: 50%;
|
266
438
|
transform: translateY(-50%) translateX(50%) rotate(45deg);
|
267
439
|
}
|
268
|
-
.ui.vertical.steps .active.step:last-child::after {
|
440
|
+
.ui.vertical.steps:not(.circular) .active.step:last-child::after {
|
269
441
|
display: none;
|
270
442
|
}
|
271
443
|
|
272
444
|
/* Content */
|
273
|
-
.ui.steps:not(.unstackable) .step .content {
|
445
|
+
.ui.steps:not(.unstackable):not(.circular) .step .content {
|
274
446
|
text-align: center;
|
275
447
|
}
|
276
448
|
|
277
449
|
/* Icon */
|
278
|
-
.ui.steps:not(.unstackable) .step > i.icon,
|
279
|
-
.ui.ordered.steps:not(.unstackable) .step::before {
|
450
|
+
.ui.steps:not(.unstackable):not(.circular) .step > i.icon,
|
451
|
+
.ui.ordered.steps:not(.unstackable):not(.circular) .step::before {
|
280
452
|
margin: 0 0 1rem 0;
|
281
453
|
}
|
282
454
|
}
|
@@ -288,32 +460,32 @@
|
|
288
460
|
|
289
461
|
|
290
462
|
/* Link Hover */
|
291
|
-
.ui.steps .link.step:hover::after,
|
292
|
-
.ui.steps .link.step:hover,
|
293
|
-
.ui.steps a.step:hover::after,
|
294
|
-
.ui.steps a.step:hover {
|
463
|
+
.ui.steps:not(.circular) .link.step:hover::after,
|
464
|
+
.ui.steps:not(.circular) .link.step:hover,
|
465
|
+
.ui.steps:not(.circular) a.step:hover::after,
|
466
|
+
.ui.steps:not(.circular) a.step:hover {
|
295
467
|
background: #f9fafb;
|
296
468
|
color: rgba(0, 0, 0, 0.8);
|
297
469
|
}
|
298
470
|
|
299
471
|
/* Link Down */
|
300
|
-
.ui.steps .link.step:active::after,
|
301
|
-
.ui.steps .link.step:active,
|
302
|
-
.ui.steps a.step:active::after,
|
303
|
-
.ui.steps a.step:active {
|
472
|
+
.ui.steps:not(.circular) .link.step:active::after,
|
473
|
+
.ui.steps:not(.circular) .link.step:active,
|
474
|
+
.ui.steps:not(.circular) a.step:active::after,
|
475
|
+
.ui.steps:not(.circular) a.step:active {
|
304
476
|
background: #f3f4f5;
|
305
477
|
color: rgba(0, 0, 0, 0.9);
|
306
478
|
}
|
307
479
|
|
308
480
|
/* Active */
|
309
|
-
.ui.steps .step.active {
|
481
|
+
.ui.steps:not(.circular) .step.active {
|
310
482
|
cursor: auto;
|
311
483
|
background: #f3f4f5;
|
312
484
|
}
|
313
|
-
.ui.steps .step.active::after {
|
485
|
+
.ui.steps:not(.circular) .step.active::after {
|
314
486
|
background: #f3f4f5;
|
315
487
|
}
|
316
|
-
.ui.steps .step.active .title {
|
488
|
+
.ui.steps:not(.circular) .step.active .title {
|
317
489
|
color: #4183c4;
|
318
490
|
}
|
319
491
|
.ui.ordered.steps .step.active::before,
|
@@ -322,24 +494,24 @@
|
|
322
494
|
}
|
323
495
|
|
324
496
|
/* Active Arrow */
|
325
|
-
.ui.steps .step::after {
|
497
|
+
.ui.steps:not(.circular) .step::after {
|
326
498
|
display: block;
|
327
499
|
}
|
328
|
-
.ui.steps .active.step::after {
|
500
|
+
.ui.steps:not(.circular) .active.step::after {
|
329
501
|
display: block;
|
330
502
|
}
|
331
|
-
.ui.steps .step:last-child::after {
|
503
|
+
.ui.steps:not(.circular) .step:last-child::after {
|
332
504
|
display: none;
|
333
505
|
}
|
334
|
-
.ui.steps .active.step:last-child::after {
|
506
|
+
.ui.steps:not(.circular) .active.step:last-child::after {
|
335
507
|
display: none;
|
336
508
|
}
|
337
509
|
|
338
510
|
/* Active Hover */
|
339
|
-
.ui.steps .link.active.step:hover::after,
|
340
|
-
.ui.steps .link.active.step:hover,
|
341
|
-
.ui.steps a.active.step:hover::after,
|
342
|
-
.ui.steps a.active.step:hover {
|
511
|
+
.ui.steps:not(.circular) .link.active.step:hover::after,
|
512
|
+
.ui.steps:not(.circular) .link.active.step:hover,
|
513
|
+
.ui.steps:not(.circular) a.active.step:hover::after,
|
514
|
+
.ui.steps:not(.circular) a.active.step:hover {
|
343
515
|
cursor: pointer;
|
344
516
|
background: #dcddde;
|
345
517
|
color: rgba(0, 0, 0, 0.87);
|
@@ -352,19 +524,27 @@
|
|
352
524
|
}
|
353
525
|
|
354
526
|
/* Disabled */
|
355
|
-
.ui.steps .disabled.step {
|
527
|
+
.ui.steps:not(.circular) .disabled.step {
|
356
528
|
cursor: auto;
|
357
529
|
background: #fff;
|
358
530
|
pointer-events: none;
|
359
531
|
}
|
360
|
-
.ui.steps .disabled.step,
|
361
|
-
.ui.steps .disabled.step .title,
|
362
|
-
.ui.steps .disabled.step .description {
|
532
|
+
.ui.steps:not(.circular) .disabled.step,
|
533
|
+
.ui.steps:not(.circular) .disabled.step .title,
|
534
|
+
.ui.steps:not(.circular) .disabled.step .description {
|
363
535
|
color: rgba(40, 40, 40, 0.3);
|
364
536
|
}
|
365
|
-
.ui.steps .disabled.step::after {
|
537
|
+
.ui.steps:not(.circular) .disabled.step::after {
|
366
538
|
background: #fff;
|
367
539
|
}
|
540
|
+
.ui.circular.steps .disabled.step {
|
541
|
+
cursor: auto;
|
542
|
+
opacity: 0.5;
|
543
|
+
}
|
544
|
+
.ui.circular.steps .disabled.step::before,
|
545
|
+
.ui.circular.steps .disabled.step::after {
|
546
|
+
cursor: auto;
|
547
|
+
}
|
368
548
|
|
369
549
|
|
370
550
|
/*******************************
|
@@ -378,31 +558,31 @@
|
|
378
558
|
|
379
559
|
/* Tablet Or Below */
|
380
560
|
@media only screen and (max-width: 991.98px) {
|
381
|
-
.ui[class*="tablet stackable"].steps {
|
561
|
+
.ui[class*="tablet stackable"].steps:not(.circular) {
|
382
562
|
display: inline-flex;
|
383
563
|
overflow: visible;
|
384
564
|
flex-direction: column;
|
385
565
|
}
|
386
566
|
|
387
567
|
/* Steps */
|
388
|
-
.ui[class*="tablet stackable"].steps .step {
|
568
|
+
.ui[class*="tablet stackable"].steps:not(.circular) .step {
|
389
569
|
flex-direction: column;
|
390
570
|
border-radius: 0;
|
391
571
|
padding: 1.14285714em 2em;
|
392
572
|
border-right: none;
|
393
573
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
394
574
|
}
|
395
|
-
.ui[class*="tablet stackable"].steps .step:first-child {
|
575
|
+
.ui[class*="tablet stackable"].steps:not(.circular) .step:first-child {
|
396
576
|
padding: 1.14285714em 2em;
|
397
577
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
398
578
|
}
|
399
|
-
.ui[class*="tablet stackable"].steps .step:last-child {
|
579
|
+
.ui[class*="tablet stackable"].steps:not(.circular) .step:last-child {
|
400
580
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
401
581
|
border-bottom: none;
|
402
582
|
}
|
403
583
|
|
404
584
|
/* Arrow */
|
405
|
-
.ui[class*="tablet stackable"].steps .step::after {
|
585
|
+
.ui[class*="tablet stackable"].steps:not(.circular) .step::after {
|
406
586
|
top: unset;
|
407
587
|
bottom: -1.14285714em;
|
408
588
|
right: 50%;
|
@@ -410,7 +590,7 @@
|
|
410
590
|
}
|
411
591
|
|
412
592
|
/* Content */
|
413
|
-
.ui[class*="tablet stackable"].steps .step .content {
|
593
|
+
.ui[class*="tablet stackable"].steps:not(.circular) .step .content {
|
414
594
|
text-align: center;
|
415
595
|
}
|
416
596
|
|
@@ -436,28 +616,28 @@
|
|
436
616
|
--------------- */
|
437
617
|
|
438
618
|
/* Top */
|
439
|
-
.ui.attached.steps {
|
619
|
+
.ui.attached.steps:not(.circular) {
|
440
620
|
width: calc(100% + 2px) !important;
|
441
621
|
margin: 0 -1px 0;
|
442
622
|
max-width: calc(100% + 2px);
|
443
623
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
444
624
|
}
|
445
|
-
.ui.attached.steps .step:first-child {
|
625
|
+
.ui.attached.steps:not(.circular) .step:first-child {
|
446
626
|
border-radius: 0.28571429rem 0 0 0;
|
447
627
|
}
|
448
|
-
.ui.attached.steps .step:last-child {
|
628
|
+
.ui.attached.steps:not(.circular) .step:last-child {
|
449
629
|
border-radius: 0 0.28571429rem 0 0;
|
450
630
|
}
|
451
631
|
|
452
632
|
/* Bottom */
|
453
|
-
.ui.bottom.attached.steps {
|
633
|
+
.ui.bottom.attached.steps:not(.circular) {
|
454
634
|
margin: 0 -1px 0;
|
455
635
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
456
636
|
}
|
457
|
-
.ui.bottom.attached.steps .step:first-child {
|
637
|
+
.ui.bottom.attached.steps:not(.circular) .step:first-child {
|
458
638
|
border-radius: 0 0 0 0.28571429rem;
|
459
639
|
}
|
460
|
-
.ui.bottom.attached.steps .step:last-child {
|
640
|
+
.ui.bottom.attached.steps:not(.circular) .step:last-child {
|
461
641
|
border-radius: 0 0 0.28571429rem 0;
|
462
642
|
}
|
463
643
|
|
@@ -520,43 +700,71 @@
|
|
520
700
|
.ui.mini.step {
|
521
701
|
font-size: 0.78571429rem;
|
522
702
|
}
|
703
|
+
.ui.mini.circular.steps:not(.vertical) {
|
704
|
+
margin: 0.78571429rem 0;
|
705
|
+
padding: 0.78571429rem 0;
|
706
|
+
}
|
523
707
|
.ui.tiny.steps .step,
|
524
708
|
.ui.tiny.step {
|
525
709
|
font-size: 0.85714286rem;
|
526
710
|
}
|
711
|
+
.ui.tiny.circular.steps:not(.vertical) {
|
712
|
+
margin: 0.85714286rem 0;
|
713
|
+
padding: 0.85714286rem 0;
|
714
|
+
}
|
527
715
|
.ui.small.steps .step,
|
528
716
|
.ui.small.step {
|
529
717
|
font-size: 0.92857143rem;
|
530
718
|
}
|
719
|
+
.ui.small.circular.steps:not(.vertical) {
|
720
|
+
margin: 0.92857143rem 0;
|
721
|
+
padding: 0.92857143rem 0;
|
722
|
+
}
|
531
723
|
.ui.large.steps .step,
|
532
724
|
.ui.large.step {
|
533
725
|
font-size: 1.14285714rem;
|
534
726
|
}
|
727
|
+
.ui.large.circular.steps:not(.vertical) {
|
728
|
+
margin: 1.14285714rem 0;
|
729
|
+
padding: 1.14285714rem 0;
|
730
|
+
}
|
535
731
|
.ui.big.steps .step,
|
536
732
|
.ui.big.step {
|
537
733
|
font-size: 1.28571429rem;
|
538
734
|
}
|
735
|
+
.ui.big.circular.steps:not(.vertical) {
|
736
|
+
margin: 1.28571429rem 0;
|
737
|
+
padding: 1.28571429rem 0;
|
738
|
+
}
|
539
739
|
.ui.huge.steps .step,
|
540
740
|
.ui.huge.step {
|
541
741
|
font-size: 1.42857143rem;
|
542
742
|
}
|
743
|
+
.ui.huge.circular.steps:not(.vertical) {
|
744
|
+
margin: 1.42857143rem 0;
|
745
|
+
padding: 1.42857143rem 0;
|
746
|
+
}
|
543
747
|
.ui.massive.steps .step,
|
544
748
|
.ui.massive.step {
|
545
749
|
font-size: 1.71428571rem;
|
546
750
|
}
|
751
|
+
.ui.massive.circular.steps:not(.vertical) {
|
752
|
+
margin: 1.71428571rem 0;
|
753
|
+
padding: 1.71428571rem 0;
|
754
|
+
}
|
547
755
|
|
548
756
|
/* --------------
|
549
757
|
Inverted
|
550
758
|
--------------- */
|
551
|
-
.ui.inverted.steps {
|
759
|
+
.ui.inverted.steps:not(.circular) {
|
552
760
|
border: 1px solid #555;
|
553
761
|
}
|
554
|
-
.ui.inverted.steps .step {
|
762
|
+
.ui.inverted.steps:not(.circular) .step {
|
555
763
|
color: rgba(255, 255, 255, 0.9);
|
556
764
|
background: #1b1c1d;
|
557
765
|
border-color: #555;
|
558
766
|
}
|
559
|
-
.ui.inverted.steps .step::after {
|
767
|
+
.ui.inverted.steps:not(.circular) .step::after {
|
560
768
|
background-color: #1b1c1d;
|
561
769
|
border-color: #555;
|
562
770
|
}
|
@@ -565,44 +773,742 @@
|
|
565
773
|
}
|
566
774
|
|
567
775
|
/* Active */
|
568
|
-
.ui.inverted.steps .step.active,
|
569
|
-
.ui.inverted.steps .step.active::after {
|
776
|
+
.ui.inverted.steps:not(.circular) .step.active,
|
777
|
+
.ui.inverted.steps:not(.circular) .step.active::after {
|
570
778
|
background: #333;
|
571
779
|
}
|
572
|
-
.ui.inverted.ordered.steps .step.active::before,
|
573
|
-
.ui.inverted.steps .active.step i.icon {
|
780
|
+
.ui.inverted.ordered.steps:not(.circular) .step.active::before,
|
781
|
+
.ui.inverted.steps:not(.circular) .active.step i.icon {
|
574
782
|
color: #ffffff;
|
575
783
|
}
|
576
784
|
|
577
785
|
/* Disabled */
|
578
|
-
.ui.inverted.steps .disabled.step,
|
579
|
-
.ui.inverted.steps .disabled.step::after {
|
786
|
+
.ui.inverted.steps:not(.circular) .disabled.step,
|
787
|
+
.ui.inverted.steps:not(.circular) .disabled.step::after {
|
580
788
|
background: #222;
|
581
789
|
}
|
582
|
-
.ui.inverted.steps .disabled.step,
|
583
|
-
.ui.inverted.steps .disabled.step .title,
|
584
|
-
.ui.inverted.steps .disabled.step .description {
|
790
|
+
.ui.inverted.steps:not(.circular) .disabled.step,
|
791
|
+
.ui.inverted.steps:not(.circular) .disabled.step .title,
|
792
|
+
.ui.inverted.steps:not(.circular) .disabled.step .description {
|
585
793
|
color: rgba(225, 225, 225, 0.3);
|
586
794
|
}
|
587
795
|
|
588
796
|
/* Link Hover */
|
589
|
-
.ui.inverted.steps .link.step:hover::after,
|
590
|
-
.ui.inverted.steps .link.step:hover,
|
591
|
-
.ui.inverted.steps a.step:hover::after,
|
592
|
-
.ui.inverted.steps a.step:hover {
|
797
|
+
.ui.inverted.steps:not(.circular) .link.step:hover::after,
|
798
|
+
.ui.inverted.steps:not(.circular) .link.step:hover,
|
799
|
+
.ui.inverted.steps:not(.circular) a.step:hover::after,
|
800
|
+
.ui.inverted.steps:not(.circular) a.step:hover {
|
593
801
|
background: #3f3f3f;
|
594
802
|
color: #ffffff;
|
595
803
|
}
|
596
804
|
|
597
805
|
/* Link Down */
|
598
|
-
.ui.inverted.steps .link.step:active::after,
|
599
|
-
.ui.inverted.steps .link.step:active,
|
600
|
-
.ui.inverted.steps a.step:active::after,
|
601
|
-
.ui.inverted.steps a.step:active {
|
806
|
+
.ui.inverted.steps:not(.circular) .link.step:active::after,
|
807
|
+
.ui.inverted.steps:not(.circular) .link.step:active,
|
808
|
+
.ui.inverted.steps:not(.circular) a.step:active::after,
|
809
|
+
.ui.inverted.steps:not(.circular) a.step:active {
|
602
810
|
background: #444;
|
603
811
|
color: #ffffff;
|
604
812
|
}
|
605
813
|
|
814
|
+
/* Circular Step */
|
815
|
+
.ui.inverted.circular.steps .step .content {
|
816
|
+
color: rgba(255, 255, 255, 0.9);
|
817
|
+
}
|
818
|
+
.ui.inverted.circular.steps:not(.vertical) .step:not(.completed) {
|
819
|
+
background: rgba(255, 255, 255, 0.9);
|
820
|
+
}
|
821
|
+
.ui.inverted.circular.steps:not(.vertical) .step:not(.active):not(.completed)::before {
|
822
|
+
border-color: rgba(255, 255, 255, 0.9);
|
823
|
+
}
|
824
|
+
.ui.inverted.circular.steps:not(.vertical) .step .center.aligned.content .title {
|
825
|
+
background: #1b1c1d;
|
826
|
+
}
|
827
|
+
.ui.inverted.circular.steps:not(.ordered) .step:not(.active):not(.completed)::after {
|
828
|
+
background: rgba(255, 255, 255, 0.9);
|
829
|
+
}
|
830
|
+
.ui.inverted.circular.steps.vertical .step:not(.active):not(.completed)::before {
|
831
|
+
border-color: rgba(255, 255, 255, 0.9);
|
832
|
+
}
|
833
|
+
.ui.inverted.circular.steps.vertical .step:not(.completed) .content::before {
|
834
|
+
background: rgba(255, 255, 255, 0.9);
|
835
|
+
}
|
836
|
+
.ui.ui.circular.steps .step.primary::before {
|
837
|
+
border-color: #2185d0;
|
838
|
+
}
|
839
|
+
.ui.ui.circular.steps .step.primary::after {
|
840
|
+
background: #2185d0;
|
841
|
+
}
|
842
|
+
.ui.ui.primary.circular.steps .step.active::before,
|
843
|
+
.ui.ui.ui.circular.steps .step.primary.active::before {
|
844
|
+
border-color: #2185d0;
|
845
|
+
}
|
846
|
+
.ui.ui.primary.circular.steps .step.active::after,
|
847
|
+
.ui.ui.ui.circular.steps .step.primary.active::after {
|
848
|
+
background: #2185d0;
|
849
|
+
}
|
850
|
+
.ui.ui.primary.circular.steps .step.completed::before,
|
851
|
+
.ui.ui.ui.circular.steps .step.primary.completed::before {
|
852
|
+
background: #2185d0;
|
853
|
+
border-color: #2185d0;
|
854
|
+
}
|
855
|
+
.ui.ui.primary.circular.steps:not(.vertical) .step.completed,
|
856
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.primary.completed {
|
857
|
+
background: #2185d0;
|
858
|
+
}
|
859
|
+
.ui.ui.circular.steps:not(.vertical) .step.primary {
|
860
|
+
background: #2185d0;
|
861
|
+
}
|
862
|
+
.ui.ui.primary.circular.steps .step.active .content .title,
|
863
|
+
.ui.ui.ui.circular.steps .step.primary.active .content .title {
|
864
|
+
color: #2185d0;
|
865
|
+
}
|
866
|
+
.ui.ui.vertical.circular.steps .step.completed.primary .content::before {
|
867
|
+
border-color: #2185d0;
|
868
|
+
}
|
869
|
+
.ui.ui.primary.vertical.circular.steps .step.completed .content::before,
|
870
|
+
.ui.ui.vertical.circular.steps .step.primary.completed .content::before {
|
871
|
+
border-color: #2185d0;
|
872
|
+
}
|
873
|
+
.ui.ui.primary.circular.ordered.steps .step::after,
|
874
|
+
.ui.ui.circular.ordered.steps .step.primary::after {
|
875
|
+
background: transparent;
|
876
|
+
}
|
877
|
+
.ui.ui.primary.circular.ordered.steps .step.active::before,
|
878
|
+
.ui.ui.circular.ordered.steps .step.primary.active::before {
|
879
|
+
color: #2185d0;
|
880
|
+
}
|
881
|
+
.ui.ui.circular.steps .step.secondary::before {
|
882
|
+
border-color: #1b1c1d;
|
883
|
+
}
|
884
|
+
.ui.ui.circular.steps .step.secondary::after {
|
885
|
+
background: #1b1c1d;
|
886
|
+
}
|
887
|
+
.ui.ui.secondary.circular.steps .step.active::before,
|
888
|
+
.ui.ui.ui.circular.steps .step.secondary.active::before {
|
889
|
+
border-color: #1b1c1d;
|
890
|
+
}
|
891
|
+
.ui.ui.secondary.circular.steps .step.active::after,
|
892
|
+
.ui.ui.ui.circular.steps .step.secondary.active::after {
|
893
|
+
background: #1b1c1d;
|
894
|
+
}
|
895
|
+
.ui.ui.secondary.circular.steps .step.completed::before,
|
896
|
+
.ui.ui.ui.circular.steps .step.secondary.completed::before {
|
897
|
+
background: #1b1c1d;
|
898
|
+
border-color: #1b1c1d;
|
899
|
+
}
|
900
|
+
.ui.ui.secondary.circular.steps:not(.vertical) .step.completed,
|
901
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.secondary.completed {
|
902
|
+
background: #1b1c1d;
|
903
|
+
}
|
904
|
+
.ui.ui.circular.steps:not(.vertical) .step.secondary {
|
905
|
+
background: #1b1c1d;
|
906
|
+
}
|
907
|
+
.ui.ui.secondary.circular.steps .step.active .content .title,
|
908
|
+
.ui.ui.ui.circular.steps .step.secondary.active .content .title {
|
909
|
+
color: #1b1c1d;
|
910
|
+
}
|
911
|
+
.ui.ui.vertical.circular.steps .step.completed.secondary .content::before {
|
912
|
+
border-color: #1b1c1d;
|
913
|
+
}
|
914
|
+
.ui.ui.secondary.vertical.circular.steps .step.completed .content::before,
|
915
|
+
.ui.ui.vertical.circular.steps .step.secondary.completed .content::before {
|
916
|
+
border-color: #1b1c1d;
|
917
|
+
}
|
918
|
+
.ui.ui.secondary.circular.ordered.steps .step::after,
|
919
|
+
.ui.ui.circular.ordered.steps .step.secondary::after {
|
920
|
+
background: transparent;
|
921
|
+
}
|
922
|
+
.ui.ui.secondary.circular.ordered.steps .step.active::before,
|
923
|
+
.ui.ui.circular.ordered.steps .step.secondary.active::before {
|
924
|
+
color: #1b1c1d;
|
925
|
+
}
|
926
|
+
.ui.ui.circular.steps .step.red::before {
|
927
|
+
border-color: #db2828;
|
928
|
+
}
|
929
|
+
.ui.ui.circular.steps .step.red::after {
|
930
|
+
background: #db2828;
|
931
|
+
}
|
932
|
+
.ui.ui.red.circular.steps .step.active::before,
|
933
|
+
.ui.ui.ui.circular.steps .step.red.active::before {
|
934
|
+
border-color: #db2828;
|
935
|
+
}
|
936
|
+
.ui.ui.red.circular.steps .step.active::after,
|
937
|
+
.ui.ui.ui.circular.steps .step.red.active::after {
|
938
|
+
background: #db2828;
|
939
|
+
}
|
940
|
+
.ui.ui.red.circular.steps .step.completed::before,
|
941
|
+
.ui.ui.ui.circular.steps .step.red.completed::before {
|
942
|
+
background: #db2828;
|
943
|
+
border-color: #db2828;
|
944
|
+
}
|
945
|
+
.ui.ui.red.circular.steps:not(.vertical) .step.completed,
|
946
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.red.completed {
|
947
|
+
background: #db2828;
|
948
|
+
}
|
949
|
+
.ui.ui.circular.steps:not(.vertical) .step.red {
|
950
|
+
background: #db2828;
|
951
|
+
}
|
952
|
+
.ui.ui.red.circular.steps .step.active .content .title,
|
953
|
+
.ui.ui.ui.circular.steps .step.red.active .content .title {
|
954
|
+
color: #db2828;
|
955
|
+
}
|
956
|
+
.ui.ui.vertical.circular.steps .step.completed.red .content::before {
|
957
|
+
border-color: #db2828;
|
958
|
+
}
|
959
|
+
.ui.ui.red.vertical.circular.steps .step.completed .content::before,
|
960
|
+
.ui.ui.vertical.circular.steps .step.red.completed .content::before {
|
961
|
+
border-color: #db2828;
|
962
|
+
}
|
963
|
+
.ui.ui.red.circular.ordered.steps .step::after,
|
964
|
+
.ui.ui.circular.ordered.steps .step.red::after {
|
965
|
+
background: transparent;
|
966
|
+
}
|
967
|
+
.ui.ui.red.circular.ordered.steps .step.active::before,
|
968
|
+
.ui.ui.circular.ordered.steps .step.red.active::before {
|
969
|
+
color: #db2828;
|
970
|
+
}
|
971
|
+
.ui.ui.circular.steps .step.orange::before {
|
972
|
+
border-color: #f2711c;
|
973
|
+
}
|
974
|
+
.ui.ui.circular.steps .step.orange::after {
|
975
|
+
background: #f2711c;
|
976
|
+
}
|
977
|
+
.ui.ui.orange.circular.steps .step.active::before,
|
978
|
+
.ui.ui.ui.circular.steps .step.orange.active::before {
|
979
|
+
border-color: #f2711c;
|
980
|
+
}
|
981
|
+
.ui.ui.orange.circular.steps .step.active::after,
|
982
|
+
.ui.ui.ui.circular.steps .step.orange.active::after {
|
983
|
+
background: #f2711c;
|
984
|
+
}
|
985
|
+
.ui.ui.orange.circular.steps .step.completed::before,
|
986
|
+
.ui.ui.ui.circular.steps .step.orange.completed::before {
|
987
|
+
background: #f2711c;
|
988
|
+
border-color: #f2711c;
|
989
|
+
}
|
990
|
+
.ui.ui.orange.circular.steps:not(.vertical) .step.completed,
|
991
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.orange.completed {
|
992
|
+
background: #f2711c;
|
993
|
+
}
|
994
|
+
.ui.ui.circular.steps:not(.vertical) .step.orange {
|
995
|
+
background: #f2711c;
|
996
|
+
}
|
997
|
+
.ui.ui.orange.circular.steps .step.active .content .title,
|
998
|
+
.ui.ui.ui.circular.steps .step.orange.active .content .title {
|
999
|
+
color: #f2711c;
|
1000
|
+
}
|
1001
|
+
.ui.ui.vertical.circular.steps .step.completed.orange .content::before {
|
1002
|
+
border-color: #f2711c;
|
1003
|
+
}
|
1004
|
+
.ui.ui.orange.vertical.circular.steps .step.completed .content::before,
|
1005
|
+
.ui.ui.vertical.circular.steps .step.orange.completed .content::before {
|
1006
|
+
border-color: #f2711c;
|
1007
|
+
}
|
1008
|
+
.ui.ui.orange.circular.ordered.steps .step::after,
|
1009
|
+
.ui.ui.circular.ordered.steps .step.orange::after {
|
1010
|
+
background: transparent;
|
1011
|
+
}
|
1012
|
+
.ui.ui.orange.circular.ordered.steps .step.active::before,
|
1013
|
+
.ui.ui.circular.ordered.steps .step.orange.active::before {
|
1014
|
+
color: #f2711c;
|
1015
|
+
}
|
1016
|
+
.ui.ui.circular.steps .step.yellow::before {
|
1017
|
+
border-color: #fbbd08;
|
1018
|
+
}
|
1019
|
+
.ui.ui.circular.steps .step.yellow::after {
|
1020
|
+
background: #fbbd08;
|
1021
|
+
}
|
1022
|
+
.ui.ui.yellow.circular.steps .step.active::before,
|
1023
|
+
.ui.ui.ui.circular.steps .step.yellow.active::before {
|
1024
|
+
border-color: #fbbd08;
|
1025
|
+
}
|
1026
|
+
.ui.ui.yellow.circular.steps .step.active::after,
|
1027
|
+
.ui.ui.ui.circular.steps .step.yellow.active::after {
|
1028
|
+
background: #fbbd08;
|
1029
|
+
}
|
1030
|
+
.ui.ui.yellow.circular.steps .step.completed::before,
|
1031
|
+
.ui.ui.ui.circular.steps .step.yellow.completed::before {
|
1032
|
+
background: #fbbd08;
|
1033
|
+
border-color: #fbbd08;
|
1034
|
+
}
|
1035
|
+
.ui.ui.yellow.circular.steps:not(.vertical) .step.completed,
|
1036
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.yellow.completed {
|
1037
|
+
background: #fbbd08;
|
1038
|
+
}
|
1039
|
+
.ui.ui.circular.steps:not(.vertical) .step.yellow {
|
1040
|
+
background: #fbbd08;
|
1041
|
+
}
|
1042
|
+
.ui.ui.yellow.circular.steps .step.active .content .title,
|
1043
|
+
.ui.ui.ui.circular.steps .step.yellow.active .content .title {
|
1044
|
+
color: #fbbd08;
|
1045
|
+
}
|
1046
|
+
.ui.ui.vertical.circular.steps .step.completed.yellow .content::before {
|
1047
|
+
border-color: #fbbd08;
|
1048
|
+
}
|
1049
|
+
.ui.ui.yellow.vertical.circular.steps .step.completed .content::before,
|
1050
|
+
.ui.ui.vertical.circular.steps .step.yellow.completed .content::before {
|
1051
|
+
border-color: #fbbd08;
|
1052
|
+
}
|
1053
|
+
.ui.ui.yellow.circular.ordered.steps .step::after,
|
1054
|
+
.ui.ui.circular.ordered.steps .step.yellow::after {
|
1055
|
+
background: transparent;
|
1056
|
+
}
|
1057
|
+
.ui.ui.yellow.circular.ordered.steps .step.active::before,
|
1058
|
+
.ui.ui.circular.ordered.steps .step.yellow.active::before {
|
1059
|
+
color: #fbbd08;
|
1060
|
+
}
|
1061
|
+
.ui.ui.circular.steps .step.olive::before {
|
1062
|
+
border-color: #b5cc18;
|
1063
|
+
}
|
1064
|
+
.ui.ui.circular.steps .step.olive::after {
|
1065
|
+
background: #b5cc18;
|
1066
|
+
}
|
1067
|
+
.ui.ui.olive.circular.steps .step.active::before,
|
1068
|
+
.ui.ui.ui.circular.steps .step.olive.active::before {
|
1069
|
+
border-color: #b5cc18;
|
1070
|
+
}
|
1071
|
+
.ui.ui.olive.circular.steps .step.active::after,
|
1072
|
+
.ui.ui.ui.circular.steps .step.olive.active::after {
|
1073
|
+
background: #b5cc18;
|
1074
|
+
}
|
1075
|
+
.ui.ui.olive.circular.steps .step.completed::before,
|
1076
|
+
.ui.ui.ui.circular.steps .step.olive.completed::before {
|
1077
|
+
background: #b5cc18;
|
1078
|
+
border-color: #b5cc18;
|
1079
|
+
}
|
1080
|
+
.ui.ui.olive.circular.steps:not(.vertical) .step.completed,
|
1081
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.olive.completed {
|
1082
|
+
background: #b5cc18;
|
1083
|
+
}
|
1084
|
+
.ui.ui.circular.steps:not(.vertical) .step.olive {
|
1085
|
+
background: #b5cc18;
|
1086
|
+
}
|
1087
|
+
.ui.ui.olive.circular.steps .step.active .content .title,
|
1088
|
+
.ui.ui.ui.circular.steps .step.olive.active .content .title {
|
1089
|
+
color: #b5cc18;
|
1090
|
+
}
|
1091
|
+
.ui.ui.vertical.circular.steps .step.completed.olive .content::before {
|
1092
|
+
border-color: #b5cc18;
|
1093
|
+
}
|
1094
|
+
.ui.ui.olive.vertical.circular.steps .step.completed .content::before,
|
1095
|
+
.ui.ui.vertical.circular.steps .step.olive.completed .content::before {
|
1096
|
+
border-color: #b5cc18;
|
1097
|
+
}
|
1098
|
+
.ui.ui.olive.circular.ordered.steps .step::after,
|
1099
|
+
.ui.ui.circular.ordered.steps .step.olive::after {
|
1100
|
+
background: transparent;
|
1101
|
+
}
|
1102
|
+
.ui.ui.olive.circular.ordered.steps .step.active::before,
|
1103
|
+
.ui.ui.circular.ordered.steps .step.olive.active::before {
|
1104
|
+
color: #b5cc18;
|
1105
|
+
}
|
1106
|
+
.ui.ui.circular.steps .step.green::before {
|
1107
|
+
border-color: #21ba45;
|
1108
|
+
}
|
1109
|
+
.ui.ui.circular.steps .step.green::after {
|
1110
|
+
background: #21ba45;
|
1111
|
+
}
|
1112
|
+
.ui.ui.green.circular.steps .step.active::before,
|
1113
|
+
.ui.ui.ui.circular.steps .step.green.active::before {
|
1114
|
+
border-color: #21ba45;
|
1115
|
+
}
|
1116
|
+
.ui.ui.green.circular.steps .step.active::after,
|
1117
|
+
.ui.ui.ui.circular.steps .step.green.active::after {
|
1118
|
+
background: #21ba45;
|
1119
|
+
}
|
1120
|
+
.ui.ui.green.circular.steps .step.completed::before,
|
1121
|
+
.ui.ui.ui.circular.steps .step.green.completed::before {
|
1122
|
+
background: #21ba45;
|
1123
|
+
border-color: #21ba45;
|
1124
|
+
}
|
1125
|
+
.ui.ui.green.circular.steps:not(.vertical) .step.completed,
|
1126
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.green.completed {
|
1127
|
+
background: #21ba45;
|
1128
|
+
}
|
1129
|
+
.ui.ui.circular.steps:not(.vertical) .step.green {
|
1130
|
+
background: #21ba45;
|
1131
|
+
}
|
1132
|
+
.ui.ui.green.circular.steps .step.active .content .title,
|
1133
|
+
.ui.ui.ui.circular.steps .step.green.active .content .title {
|
1134
|
+
color: #21ba45;
|
1135
|
+
}
|
1136
|
+
.ui.ui.vertical.circular.steps .step.completed.green .content::before {
|
1137
|
+
border-color: #21ba45;
|
1138
|
+
}
|
1139
|
+
.ui.ui.green.vertical.circular.steps .step.completed .content::before,
|
1140
|
+
.ui.ui.vertical.circular.steps .step.green.completed .content::before {
|
1141
|
+
border-color: #21ba45;
|
1142
|
+
}
|
1143
|
+
.ui.ui.green.circular.ordered.steps .step::after,
|
1144
|
+
.ui.ui.circular.ordered.steps .step.green::after {
|
1145
|
+
background: transparent;
|
1146
|
+
}
|
1147
|
+
.ui.ui.green.circular.ordered.steps .step.active::before,
|
1148
|
+
.ui.ui.circular.ordered.steps .step.green.active::before {
|
1149
|
+
color: #21ba45;
|
1150
|
+
}
|
1151
|
+
.ui.ui.circular.steps .step.teal::before {
|
1152
|
+
border-color: #00b5ad;
|
1153
|
+
}
|
1154
|
+
.ui.ui.circular.steps .step.teal::after {
|
1155
|
+
background: #00b5ad;
|
1156
|
+
}
|
1157
|
+
.ui.ui.teal.circular.steps .step.active::before,
|
1158
|
+
.ui.ui.ui.circular.steps .step.teal.active::before {
|
1159
|
+
border-color: #00b5ad;
|
1160
|
+
}
|
1161
|
+
.ui.ui.teal.circular.steps .step.active::after,
|
1162
|
+
.ui.ui.ui.circular.steps .step.teal.active::after {
|
1163
|
+
background: #00b5ad;
|
1164
|
+
}
|
1165
|
+
.ui.ui.teal.circular.steps .step.completed::before,
|
1166
|
+
.ui.ui.ui.circular.steps .step.teal.completed::before {
|
1167
|
+
background: #00b5ad;
|
1168
|
+
border-color: #00b5ad;
|
1169
|
+
}
|
1170
|
+
.ui.ui.teal.circular.steps:not(.vertical) .step.completed,
|
1171
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.teal.completed {
|
1172
|
+
background: #00b5ad;
|
1173
|
+
}
|
1174
|
+
.ui.ui.circular.steps:not(.vertical) .step.teal {
|
1175
|
+
background: #00b5ad;
|
1176
|
+
}
|
1177
|
+
.ui.ui.teal.circular.steps .step.active .content .title,
|
1178
|
+
.ui.ui.ui.circular.steps .step.teal.active .content .title {
|
1179
|
+
color: #00b5ad;
|
1180
|
+
}
|
1181
|
+
.ui.ui.vertical.circular.steps .step.completed.teal .content::before {
|
1182
|
+
border-color: #00b5ad;
|
1183
|
+
}
|
1184
|
+
.ui.ui.teal.vertical.circular.steps .step.completed .content::before,
|
1185
|
+
.ui.ui.vertical.circular.steps .step.teal.completed .content::before {
|
1186
|
+
border-color: #00b5ad;
|
1187
|
+
}
|
1188
|
+
.ui.ui.teal.circular.ordered.steps .step::after,
|
1189
|
+
.ui.ui.circular.ordered.steps .step.teal::after {
|
1190
|
+
background: transparent;
|
1191
|
+
}
|
1192
|
+
.ui.ui.teal.circular.ordered.steps .step.active::before,
|
1193
|
+
.ui.ui.circular.ordered.steps .step.teal.active::before {
|
1194
|
+
color: #00b5ad;
|
1195
|
+
}
|
1196
|
+
.ui.ui.circular.steps .step.blue::before {
|
1197
|
+
border-color: #2185d0;
|
1198
|
+
}
|
1199
|
+
.ui.ui.circular.steps .step.blue::after {
|
1200
|
+
background: #2185d0;
|
1201
|
+
}
|
1202
|
+
.ui.ui.blue.circular.steps .step.active::before,
|
1203
|
+
.ui.ui.ui.circular.steps .step.blue.active::before {
|
1204
|
+
border-color: #2185d0;
|
1205
|
+
}
|
1206
|
+
.ui.ui.blue.circular.steps .step.active::after,
|
1207
|
+
.ui.ui.ui.circular.steps .step.blue.active::after {
|
1208
|
+
background: #2185d0;
|
1209
|
+
}
|
1210
|
+
.ui.ui.blue.circular.steps .step.completed::before,
|
1211
|
+
.ui.ui.ui.circular.steps .step.blue.completed::before {
|
1212
|
+
background: #2185d0;
|
1213
|
+
border-color: #2185d0;
|
1214
|
+
}
|
1215
|
+
.ui.ui.blue.circular.steps:not(.vertical) .step.completed,
|
1216
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.blue.completed {
|
1217
|
+
background: #2185d0;
|
1218
|
+
}
|
1219
|
+
.ui.ui.circular.steps:not(.vertical) .step.blue {
|
1220
|
+
background: #2185d0;
|
1221
|
+
}
|
1222
|
+
.ui.ui.blue.circular.steps .step.active .content .title,
|
1223
|
+
.ui.ui.ui.circular.steps .step.blue.active .content .title {
|
1224
|
+
color: #2185d0;
|
1225
|
+
}
|
1226
|
+
.ui.ui.vertical.circular.steps .step.completed.blue .content::before {
|
1227
|
+
border-color: #2185d0;
|
1228
|
+
}
|
1229
|
+
.ui.ui.blue.vertical.circular.steps .step.completed .content::before,
|
1230
|
+
.ui.ui.vertical.circular.steps .step.blue.completed .content::before {
|
1231
|
+
border-color: #2185d0;
|
1232
|
+
}
|
1233
|
+
.ui.ui.blue.circular.ordered.steps .step::after,
|
1234
|
+
.ui.ui.circular.ordered.steps .step.blue::after {
|
1235
|
+
background: transparent;
|
1236
|
+
}
|
1237
|
+
.ui.ui.blue.circular.ordered.steps .step.active::before,
|
1238
|
+
.ui.ui.circular.ordered.steps .step.blue.active::before {
|
1239
|
+
color: #2185d0;
|
1240
|
+
}
|
1241
|
+
.ui.ui.circular.steps .step.violet::before {
|
1242
|
+
border-color: #6435c9;
|
1243
|
+
}
|
1244
|
+
.ui.ui.circular.steps .step.violet::after {
|
1245
|
+
background: #6435c9;
|
1246
|
+
}
|
1247
|
+
.ui.ui.violet.circular.steps .step.active::before,
|
1248
|
+
.ui.ui.ui.circular.steps .step.violet.active::before {
|
1249
|
+
border-color: #6435c9;
|
1250
|
+
}
|
1251
|
+
.ui.ui.violet.circular.steps .step.active::after,
|
1252
|
+
.ui.ui.ui.circular.steps .step.violet.active::after {
|
1253
|
+
background: #6435c9;
|
1254
|
+
}
|
1255
|
+
.ui.ui.violet.circular.steps .step.completed::before,
|
1256
|
+
.ui.ui.ui.circular.steps .step.violet.completed::before {
|
1257
|
+
background: #6435c9;
|
1258
|
+
border-color: #6435c9;
|
1259
|
+
}
|
1260
|
+
.ui.ui.violet.circular.steps:not(.vertical) .step.completed,
|
1261
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.violet.completed {
|
1262
|
+
background: #6435c9;
|
1263
|
+
}
|
1264
|
+
.ui.ui.circular.steps:not(.vertical) .step.violet {
|
1265
|
+
background: #6435c9;
|
1266
|
+
}
|
1267
|
+
.ui.ui.violet.circular.steps .step.active .content .title,
|
1268
|
+
.ui.ui.ui.circular.steps .step.violet.active .content .title {
|
1269
|
+
color: #6435c9;
|
1270
|
+
}
|
1271
|
+
.ui.ui.vertical.circular.steps .step.completed.violet .content::before {
|
1272
|
+
border-color: #6435c9;
|
1273
|
+
}
|
1274
|
+
.ui.ui.violet.vertical.circular.steps .step.completed .content::before,
|
1275
|
+
.ui.ui.vertical.circular.steps .step.violet.completed .content::before {
|
1276
|
+
border-color: #6435c9;
|
1277
|
+
}
|
1278
|
+
.ui.ui.violet.circular.ordered.steps .step::after,
|
1279
|
+
.ui.ui.circular.ordered.steps .step.violet::after {
|
1280
|
+
background: transparent;
|
1281
|
+
}
|
1282
|
+
.ui.ui.violet.circular.ordered.steps .step.active::before,
|
1283
|
+
.ui.ui.circular.ordered.steps .step.violet.active::before {
|
1284
|
+
color: #6435c9;
|
1285
|
+
}
|
1286
|
+
.ui.ui.circular.steps .step.purple::before {
|
1287
|
+
border-color: #a333c8;
|
1288
|
+
}
|
1289
|
+
.ui.ui.circular.steps .step.purple::after {
|
1290
|
+
background: #a333c8;
|
1291
|
+
}
|
1292
|
+
.ui.ui.purple.circular.steps .step.active::before,
|
1293
|
+
.ui.ui.ui.circular.steps .step.purple.active::before {
|
1294
|
+
border-color: #a333c8;
|
1295
|
+
}
|
1296
|
+
.ui.ui.purple.circular.steps .step.active::after,
|
1297
|
+
.ui.ui.ui.circular.steps .step.purple.active::after {
|
1298
|
+
background: #a333c8;
|
1299
|
+
}
|
1300
|
+
.ui.ui.purple.circular.steps .step.completed::before,
|
1301
|
+
.ui.ui.ui.circular.steps .step.purple.completed::before {
|
1302
|
+
background: #a333c8;
|
1303
|
+
border-color: #a333c8;
|
1304
|
+
}
|
1305
|
+
.ui.ui.purple.circular.steps:not(.vertical) .step.completed,
|
1306
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.purple.completed {
|
1307
|
+
background: #a333c8;
|
1308
|
+
}
|
1309
|
+
.ui.ui.circular.steps:not(.vertical) .step.purple {
|
1310
|
+
background: #a333c8;
|
1311
|
+
}
|
1312
|
+
.ui.ui.purple.circular.steps .step.active .content .title,
|
1313
|
+
.ui.ui.ui.circular.steps .step.purple.active .content .title {
|
1314
|
+
color: #a333c8;
|
1315
|
+
}
|
1316
|
+
.ui.ui.vertical.circular.steps .step.completed.purple .content::before {
|
1317
|
+
border-color: #a333c8;
|
1318
|
+
}
|
1319
|
+
.ui.ui.purple.vertical.circular.steps .step.completed .content::before,
|
1320
|
+
.ui.ui.vertical.circular.steps .step.purple.completed .content::before {
|
1321
|
+
border-color: #a333c8;
|
1322
|
+
}
|
1323
|
+
.ui.ui.purple.circular.ordered.steps .step::after,
|
1324
|
+
.ui.ui.circular.ordered.steps .step.purple::after {
|
1325
|
+
background: transparent;
|
1326
|
+
}
|
1327
|
+
.ui.ui.purple.circular.ordered.steps .step.active::before,
|
1328
|
+
.ui.ui.circular.ordered.steps .step.purple.active::before {
|
1329
|
+
color: #a333c8;
|
1330
|
+
}
|
1331
|
+
.ui.ui.circular.steps .step.pink::before {
|
1332
|
+
border-color: #e03997;
|
1333
|
+
}
|
1334
|
+
.ui.ui.circular.steps .step.pink::after {
|
1335
|
+
background: #e03997;
|
1336
|
+
}
|
1337
|
+
.ui.ui.pink.circular.steps .step.active::before,
|
1338
|
+
.ui.ui.ui.circular.steps .step.pink.active::before {
|
1339
|
+
border-color: #e03997;
|
1340
|
+
}
|
1341
|
+
.ui.ui.pink.circular.steps .step.active::after,
|
1342
|
+
.ui.ui.ui.circular.steps .step.pink.active::after {
|
1343
|
+
background: #e03997;
|
1344
|
+
}
|
1345
|
+
.ui.ui.pink.circular.steps .step.completed::before,
|
1346
|
+
.ui.ui.ui.circular.steps .step.pink.completed::before {
|
1347
|
+
background: #e03997;
|
1348
|
+
border-color: #e03997;
|
1349
|
+
}
|
1350
|
+
.ui.ui.pink.circular.steps:not(.vertical) .step.completed,
|
1351
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.pink.completed {
|
1352
|
+
background: #e03997;
|
1353
|
+
}
|
1354
|
+
.ui.ui.circular.steps:not(.vertical) .step.pink {
|
1355
|
+
background: #e03997;
|
1356
|
+
}
|
1357
|
+
.ui.ui.pink.circular.steps .step.active .content .title,
|
1358
|
+
.ui.ui.ui.circular.steps .step.pink.active .content .title {
|
1359
|
+
color: #e03997;
|
1360
|
+
}
|
1361
|
+
.ui.ui.vertical.circular.steps .step.completed.pink .content::before {
|
1362
|
+
border-color: #e03997;
|
1363
|
+
}
|
1364
|
+
.ui.ui.pink.vertical.circular.steps .step.completed .content::before,
|
1365
|
+
.ui.ui.vertical.circular.steps .step.pink.completed .content::before {
|
1366
|
+
border-color: #e03997;
|
1367
|
+
}
|
1368
|
+
.ui.ui.pink.circular.ordered.steps .step::after,
|
1369
|
+
.ui.ui.circular.ordered.steps .step.pink::after {
|
1370
|
+
background: transparent;
|
1371
|
+
}
|
1372
|
+
.ui.ui.pink.circular.ordered.steps .step.active::before,
|
1373
|
+
.ui.ui.circular.ordered.steps .step.pink.active::before {
|
1374
|
+
color: #e03997;
|
1375
|
+
}
|
1376
|
+
.ui.ui.circular.steps .step.brown::before {
|
1377
|
+
border-color: #a5673f;
|
1378
|
+
}
|
1379
|
+
.ui.ui.circular.steps .step.brown::after {
|
1380
|
+
background: #a5673f;
|
1381
|
+
}
|
1382
|
+
.ui.ui.brown.circular.steps .step.active::before,
|
1383
|
+
.ui.ui.ui.circular.steps .step.brown.active::before {
|
1384
|
+
border-color: #a5673f;
|
1385
|
+
}
|
1386
|
+
.ui.ui.brown.circular.steps .step.active::after,
|
1387
|
+
.ui.ui.ui.circular.steps .step.brown.active::after {
|
1388
|
+
background: #a5673f;
|
1389
|
+
}
|
1390
|
+
.ui.ui.brown.circular.steps .step.completed::before,
|
1391
|
+
.ui.ui.ui.circular.steps .step.brown.completed::before {
|
1392
|
+
background: #a5673f;
|
1393
|
+
border-color: #a5673f;
|
1394
|
+
}
|
1395
|
+
.ui.ui.brown.circular.steps:not(.vertical) .step.completed,
|
1396
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.brown.completed {
|
1397
|
+
background: #a5673f;
|
1398
|
+
}
|
1399
|
+
.ui.ui.circular.steps:not(.vertical) .step.brown {
|
1400
|
+
background: #a5673f;
|
1401
|
+
}
|
1402
|
+
.ui.ui.brown.circular.steps .step.active .content .title,
|
1403
|
+
.ui.ui.ui.circular.steps .step.brown.active .content .title {
|
1404
|
+
color: #a5673f;
|
1405
|
+
}
|
1406
|
+
.ui.ui.vertical.circular.steps .step.completed.brown .content::before {
|
1407
|
+
border-color: #a5673f;
|
1408
|
+
}
|
1409
|
+
.ui.ui.brown.vertical.circular.steps .step.completed .content::before,
|
1410
|
+
.ui.ui.vertical.circular.steps .step.brown.completed .content::before {
|
1411
|
+
border-color: #a5673f;
|
1412
|
+
}
|
1413
|
+
.ui.ui.brown.circular.ordered.steps .step::after,
|
1414
|
+
.ui.ui.circular.ordered.steps .step.brown::after {
|
1415
|
+
background: transparent;
|
1416
|
+
}
|
1417
|
+
.ui.ui.brown.circular.ordered.steps .step.active::before,
|
1418
|
+
.ui.ui.circular.ordered.steps .step.brown.active::before {
|
1419
|
+
color: #a5673f;
|
1420
|
+
}
|
1421
|
+
.ui.ui.circular.steps .step.grey::before {
|
1422
|
+
border-color: #767676;
|
1423
|
+
}
|
1424
|
+
.ui.ui.circular.steps .step.grey::after {
|
1425
|
+
background: #767676;
|
1426
|
+
}
|
1427
|
+
.ui.ui.grey.circular.steps .step.active::before,
|
1428
|
+
.ui.ui.ui.circular.steps .step.grey.active::before {
|
1429
|
+
border-color: #767676;
|
1430
|
+
}
|
1431
|
+
.ui.ui.grey.circular.steps .step.active::after,
|
1432
|
+
.ui.ui.ui.circular.steps .step.grey.active::after {
|
1433
|
+
background: #767676;
|
1434
|
+
}
|
1435
|
+
.ui.ui.grey.circular.steps .step.completed::before,
|
1436
|
+
.ui.ui.ui.circular.steps .step.grey.completed::before {
|
1437
|
+
background: #767676;
|
1438
|
+
border-color: #767676;
|
1439
|
+
}
|
1440
|
+
.ui.ui.grey.circular.steps:not(.vertical) .step.completed,
|
1441
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.grey.completed {
|
1442
|
+
background: #767676;
|
1443
|
+
}
|
1444
|
+
.ui.ui.circular.steps:not(.vertical) .step.grey {
|
1445
|
+
background: #767676;
|
1446
|
+
}
|
1447
|
+
.ui.ui.grey.circular.steps .step.active .content .title,
|
1448
|
+
.ui.ui.ui.circular.steps .step.grey.active .content .title {
|
1449
|
+
color: #767676;
|
1450
|
+
}
|
1451
|
+
.ui.ui.vertical.circular.steps .step.completed.grey .content::before {
|
1452
|
+
border-color: #767676;
|
1453
|
+
}
|
1454
|
+
.ui.ui.grey.vertical.circular.steps .step.completed .content::before,
|
1455
|
+
.ui.ui.vertical.circular.steps .step.grey.completed .content::before {
|
1456
|
+
border-color: #767676;
|
1457
|
+
}
|
1458
|
+
.ui.ui.grey.circular.ordered.steps .step::after,
|
1459
|
+
.ui.ui.circular.ordered.steps .step.grey::after {
|
1460
|
+
background: transparent;
|
1461
|
+
}
|
1462
|
+
.ui.ui.grey.circular.ordered.steps .step.active::before,
|
1463
|
+
.ui.ui.circular.ordered.steps .step.grey.active::before {
|
1464
|
+
color: #767676;
|
1465
|
+
}
|
1466
|
+
.ui.ui.circular.steps .step.black::before {
|
1467
|
+
border-color: #1b1c1d;
|
1468
|
+
}
|
1469
|
+
.ui.ui.circular.steps .step.black::after {
|
1470
|
+
background: #1b1c1d;
|
1471
|
+
}
|
1472
|
+
.ui.ui.black.circular.steps .step.active::before,
|
1473
|
+
.ui.ui.ui.circular.steps .step.black.active::before {
|
1474
|
+
border-color: #1b1c1d;
|
1475
|
+
}
|
1476
|
+
.ui.ui.black.circular.steps .step.active::after,
|
1477
|
+
.ui.ui.ui.circular.steps .step.black.active::after {
|
1478
|
+
background: #1b1c1d;
|
1479
|
+
}
|
1480
|
+
.ui.ui.black.circular.steps .step.completed::before,
|
1481
|
+
.ui.ui.ui.circular.steps .step.black.completed::before {
|
1482
|
+
background: #1b1c1d;
|
1483
|
+
border-color: #1b1c1d;
|
1484
|
+
}
|
1485
|
+
.ui.ui.black.circular.steps:not(.vertical) .step.completed,
|
1486
|
+
.ui.ui.ui.circular.steps:not(.vertical) .step.black.completed {
|
1487
|
+
background: #1b1c1d;
|
1488
|
+
}
|
1489
|
+
.ui.ui.circular.steps:not(.vertical) .step.black {
|
1490
|
+
background: #1b1c1d;
|
1491
|
+
}
|
1492
|
+
.ui.ui.black.circular.steps .step.active .content .title,
|
1493
|
+
.ui.ui.ui.circular.steps .step.black.active .content .title {
|
1494
|
+
color: #1b1c1d;
|
1495
|
+
}
|
1496
|
+
.ui.ui.vertical.circular.steps .step.completed.black .content::before {
|
1497
|
+
border-color: #1b1c1d;
|
1498
|
+
}
|
1499
|
+
.ui.ui.black.vertical.circular.steps .step.completed .content::before,
|
1500
|
+
.ui.ui.vertical.circular.steps .step.black.completed .content::before {
|
1501
|
+
border-color: #1b1c1d;
|
1502
|
+
}
|
1503
|
+
.ui.ui.black.circular.ordered.steps .step::after,
|
1504
|
+
.ui.ui.circular.ordered.steps .step.black::after {
|
1505
|
+
background: transparent;
|
1506
|
+
}
|
1507
|
+
.ui.ui.black.circular.ordered.steps .step.active::before,
|
1508
|
+
.ui.ui.circular.ordered.steps .step.black.active::before {
|
1509
|
+
color: #1b1c1d;
|
1510
|
+
}
|
1511
|
+
|
606
1512
|
|
607
1513
|
/*******************************
|
608
1514
|
Theme Overrides
|