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