rails-active-ui 0.2.2 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/datatables.css +15 -0
- data/app/assets/stylesheets.css +5 -1
- data/app/blocks/resource_list_block.rb +153 -0
- data/app/components/back_button_component.rb +34 -0
- data/app/components/button_component.rb +4 -2
- data/app/components/button_to_component.rb +3 -4
- data/app/components/column_component.rb +1 -1
- data/app/components/container_component.rb +1 -1
- data/app/components/dropdown_component.rb +8 -2
- data/app/components/grid_component.rb +5 -1
- data/app/components/link_to_component.rb +23 -0
- data/app/components/menu_item_component.rb +5 -1
- data/app/components/message_component.rb +3 -1
- data/app/components/modal_component.rb +23 -3
- data/app/components/paragraph_component.rb +13 -0
- data/app/components/row_component.rb +1 -1
- data/app/components/table_row_component.rb +3 -5
- data/app/components/template_component.rb +13 -0
- data/app/helpers/component_helper.rb +122 -76
- data/app/helpers/fui_helper.rb +37 -0
- data/app/javascript/datatables.js +10 -0
- data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
- data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
- data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
- data/app/javascript/ui/controllers/navigation_controller.js +23 -0
- data/app/javascript/ui/index.js +11 -0
- data/app/lib/component.rb +1 -1
- data/config/importmap.rb +3 -0
- data/config/initializers/ruby_template_handler.rb +4 -1
- 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/engine.rb +7 -2
- data/lib/ui/version.rb +1 -1
- metadata +205 -7
- data/app/components/link_component.rb +0 -23
|
@@ -0,0 +1,787 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Loader
|
|
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
|
+
Loader
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Standard Size */
|
|
18
|
+
.ui.loader {
|
|
19
|
+
display: none;
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 50%;
|
|
22
|
+
left: 50%;
|
|
23
|
+
margin: 0;
|
|
24
|
+
text-align: center;
|
|
25
|
+
z-index: 1000;
|
|
26
|
+
transform: translateX(-50%) translateY(-50%);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* Static Shape */
|
|
30
|
+
.ui.loader::before {
|
|
31
|
+
position: absolute;
|
|
32
|
+
content: "";
|
|
33
|
+
top: 0;
|
|
34
|
+
left: 50%;
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
border-radius: 500rem;
|
|
38
|
+
border: 0.2em solid rgba(0, 0, 0, 0.1);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Active Shape */
|
|
42
|
+
.ui.loader::after {
|
|
43
|
+
position: absolute;
|
|
44
|
+
content: "";
|
|
45
|
+
top: 0;
|
|
46
|
+
left: 50%;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 100%;
|
|
49
|
+
animation: loader 0.6s infinite linear;
|
|
50
|
+
border: 0.2em solid #767676;
|
|
51
|
+
border-radius: 500rem;
|
|
52
|
+
box-shadow: 0 0 0 1px transparent;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Speeds */
|
|
56
|
+
.ui.ui.fast.loading::after,
|
|
57
|
+
.ui.ui.fast.loading .input > i.icon::after,
|
|
58
|
+
.ui.ui.fast.loading > i.icon::after,
|
|
59
|
+
.ui.fast.loader::after {
|
|
60
|
+
animation-duration: 0.3s;
|
|
61
|
+
}
|
|
62
|
+
.ui.ui.slow.loading::after,
|
|
63
|
+
.ui.ui.slow.loading .input > i.icon::after,
|
|
64
|
+
.ui.ui.slow.loading > i.icon::after,
|
|
65
|
+
.ui.slow.loader::after {
|
|
66
|
+
animation-duration: 0.9s;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* Active Animation */
|
|
70
|
+
@keyframes loader {
|
|
71
|
+
100% {
|
|
72
|
+
transform: rotate(360deg);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/* -------------------
|
|
77
|
+
Coupling
|
|
78
|
+
-------------------- */
|
|
79
|
+
|
|
80
|
+
/* Show inside active dimmer */
|
|
81
|
+
.ui.dimmer > .loader {
|
|
82
|
+
display: block;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* Black Dimmer */
|
|
86
|
+
.ui.dimmer > .ui.loader {
|
|
87
|
+
color: rgba(255, 255, 255, 0.9);
|
|
88
|
+
}
|
|
89
|
+
.ui.dimmer > .ui.loader:not(.elastic)::before {
|
|
90
|
+
border-color: rgba(255, 255, 255, 0.15);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* White Dimmer (Inverted) */
|
|
94
|
+
.ui.inverted.dimmer > .ui.loader {
|
|
95
|
+
color: rgba(0, 0, 0, 0.87);
|
|
96
|
+
}
|
|
97
|
+
.ui.inverted.dimmer > .ui.loader:not(.elastic)::before {
|
|
98
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
/*******************************
|
|
103
|
+
Types
|
|
104
|
+
*******************************/
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
/* -------------------
|
|
108
|
+
Text
|
|
109
|
+
-------------------- */
|
|
110
|
+
.ui.ui.ui.ui.text.loader {
|
|
111
|
+
width: auto;
|
|
112
|
+
height: auto;
|
|
113
|
+
text-align: center;
|
|
114
|
+
font-style: normal;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
/*******************************
|
|
119
|
+
States
|
|
120
|
+
*******************************/
|
|
121
|
+
|
|
122
|
+
.ui.indeterminate.loader::after {
|
|
123
|
+
animation-direction: reverse;
|
|
124
|
+
animation-duration: 1.2s;
|
|
125
|
+
}
|
|
126
|
+
.ui.loader.active,
|
|
127
|
+
.ui.loader.visible {
|
|
128
|
+
display: block;
|
|
129
|
+
}
|
|
130
|
+
.ui.loader.disabled,
|
|
131
|
+
.ui.loader.hidden {
|
|
132
|
+
display: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
/*******************************
|
|
137
|
+
Variations
|
|
138
|
+
*******************************/
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
/* -------------------
|
|
142
|
+
Sizes
|
|
143
|
+
-------------------- */
|
|
144
|
+
.ui.loader {
|
|
145
|
+
width: 2.28571429rem;
|
|
146
|
+
height: 2.28571429rem;
|
|
147
|
+
font-size: 1em;
|
|
148
|
+
}
|
|
149
|
+
.ui.loader::before,
|
|
150
|
+
.ui.loader::after {
|
|
151
|
+
width: 2.28571429rem;
|
|
152
|
+
height: 2.28571429rem;
|
|
153
|
+
margin: 0 0 0 -1.14285714rem;
|
|
154
|
+
}
|
|
155
|
+
.ui.text.loader {
|
|
156
|
+
min-width: 2.28571429rem;
|
|
157
|
+
padding-top: 3.07142857rem;
|
|
158
|
+
}
|
|
159
|
+
.ui.mini.loader {
|
|
160
|
+
width: 1rem;
|
|
161
|
+
height: 1rem;
|
|
162
|
+
font-size: 0.78571429em;
|
|
163
|
+
}
|
|
164
|
+
.ui.mini.loader::before,
|
|
165
|
+
.ui.mini.loader::after {
|
|
166
|
+
width: 1rem;
|
|
167
|
+
height: 1rem;
|
|
168
|
+
margin: 0 0 0 -0.5rem;
|
|
169
|
+
}
|
|
170
|
+
.ui.mini.text.loader {
|
|
171
|
+
min-width: 1rem;
|
|
172
|
+
padding-top: 1.78571429rem;
|
|
173
|
+
}
|
|
174
|
+
.ui.tiny.loader {
|
|
175
|
+
width: 1.14285714rem;
|
|
176
|
+
height: 1.14285714rem;
|
|
177
|
+
font-size: 0.85714286em;
|
|
178
|
+
}
|
|
179
|
+
.ui.tiny.loader::before,
|
|
180
|
+
.ui.tiny.loader::after {
|
|
181
|
+
width: 1.14285714rem;
|
|
182
|
+
height: 1.14285714rem;
|
|
183
|
+
margin: 0 0 0 -0.57142857rem;
|
|
184
|
+
}
|
|
185
|
+
.ui.tiny.text.loader {
|
|
186
|
+
min-width: 1.14285714rem;
|
|
187
|
+
padding-top: 1.92857143rem;
|
|
188
|
+
}
|
|
189
|
+
.ui.small.loader {
|
|
190
|
+
width: 1.71428571rem;
|
|
191
|
+
height: 1.71428571rem;
|
|
192
|
+
font-size: 0.92857143em;
|
|
193
|
+
}
|
|
194
|
+
.ui.small.loader::before,
|
|
195
|
+
.ui.small.loader::after {
|
|
196
|
+
width: 1.71428571rem;
|
|
197
|
+
height: 1.71428571rem;
|
|
198
|
+
margin: 0 0 0 -0.85714286rem;
|
|
199
|
+
}
|
|
200
|
+
.ui.small.text.loader {
|
|
201
|
+
min-width: 1.71428571rem;
|
|
202
|
+
padding-top: 2.5rem;
|
|
203
|
+
}
|
|
204
|
+
.ui.large.loader {
|
|
205
|
+
width: 3.42857143rem;
|
|
206
|
+
height: 3.42857143rem;
|
|
207
|
+
font-size: 1.14285714em;
|
|
208
|
+
}
|
|
209
|
+
.ui.large.loader::before,
|
|
210
|
+
.ui.large.loader::after {
|
|
211
|
+
width: 3.42857143rem;
|
|
212
|
+
height: 3.42857143rem;
|
|
213
|
+
margin: 0 0 0 -1.71428571rem;
|
|
214
|
+
}
|
|
215
|
+
.ui.large.text.loader {
|
|
216
|
+
min-width: 3.42857143rem;
|
|
217
|
+
padding-top: 4.21428571rem;
|
|
218
|
+
}
|
|
219
|
+
.ui.big.loader {
|
|
220
|
+
width: 3.71428571rem;
|
|
221
|
+
height: 3.71428571rem;
|
|
222
|
+
font-size: 1.28571429em;
|
|
223
|
+
}
|
|
224
|
+
.ui.big.loader::before,
|
|
225
|
+
.ui.big.loader::after {
|
|
226
|
+
width: 3.71428571rem;
|
|
227
|
+
height: 3.71428571rem;
|
|
228
|
+
margin: 0 0 0 -1.85714286rem;
|
|
229
|
+
}
|
|
230
|
+
.ui.big.text.loader {
|
|
231
|
+
min-width: 3.71428571rem;
|
|
232
|
+
padding-top: 4.5rem;
|
|
233
|
+
}
|
|
234
|
+
.ui.huge.loader {
|
|
235
|
+
width: 4.14285714rem;
|
|
236
|
+
height: 4.14285714rem;
|
|
237
|
+
font-size: 1.42857143em;
|
|
238
|
+
}
|
|
239
|
+
.ui.huge.loader::before,
|
|
240
|
+
.ui.huge.loader::after {
|
|
241
|
+
width: 4.14285714rem;
|
|
242
|
+
height: 4.14285714rem;
|
|
243
|
+
margin: 0 0 0 -2.07142857rem;
|
|
244
|
+
}
|
|
245
|
+
.ui.huge.text.loader {
|
|
246
|
+
min-width: 4.14285714rem;
|
|
247
|
+
padding-top: 4.92857143rem;
|
|
248
|
+
}
|
|
249
|
+
.ui.massive.loader {
|
|
250
|
+
width: 4.57142857rem;
|
|
251
|
+
height: 4.57142857rem;
|
|
252
|
+
font-size: 1.71428571em;
|
|
253
|
+
}
|
|
254
|
+
.ui.massive.loader::before,
|
|
255
|
+
.ui.massive.loader::after {
|
|
256
|
+
width: 4.57142857rem;
|
|
257
|
+
height: 4.57142857rem;
|
|
258
|
+
margin: 0 0 0 -2.28571429rem;
|
|
259
|
+
}
|
|
260
|
+
.ui.massive.text.loader {
|
|
261
|
+
min-width: 4.57142857rem;
|
|
262
|
+
padding-top: 5.35714286rem;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
/* -------------------
|
|
266
|
+
Colors
|
|
267
|
+
-------------------- */
|
|
268
|
+
.ui.ui.primary.elastic.loader::before,
|
|
269
|
+
.ui.primary.basic.elastic.loading.button::before,
|
|
270
|
+
.ui.primary.basic.elastic.loading.button::after,
|
|
271
|
+
.ui.ui.ui.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
272
|
+
.ui.ui.ui.primary.elastic.loading .input > i.icon::before,
|
|
273
|
+
.ui.ui.ui.ui.primary.elastic.loading > i.icon::before,
|
|
274
|
+
.ui.ui.ui.ui.primary.loading:not(.usual):not(.button)::after,
|
|
275
|
+
.ui.ui.ui.ui.primary.loading .input > i.icon::after,
|
|
276
|
+
.ui.ui.ui.ui.primary.loading > i.icon::after,
|
|
277
|
+
.ui.ui.ui.primary.loader::after {
|
|
278
|
+
color: #2185d0;
|
|
279
|
+
}
|
|
280
|
+
.ui.inverted.primary.elastic.loader::before,
|
|
281
|
+
.ui.ui.ui.inverted.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
282
|
+
.ui.ui.ui.inverted.primary.elastic.loading .input > i.icon::before,
|
|
283
|
+
.ui.ui.ui.inverted.primary.elastic.loading > i.icon::before,
|
|
284
|
+
.ui.ui.ui.ui.inverted.primary.loading:not(.usual)::after,
|
|
285
|
+
.ui.ui.ui.ui.inverted.primary.loading .input > i.icon::after,
|
|
286
|
+
.ui.ui.ui.ui.inverted.primary.loading > i.icon::after,
|
|
287
|
+
.ui.ui.ui.inverted.primary.loader::after {
|
|
288
|
+
color: #54c8ff;
|
|
289
|
+
}
|
|
290
|
+
.ui.ui.secondary.elastic.loader::before,
|
|
291
|
+
.ui.secondary.basic.elastic.loading.button::before,
|
|
292
|
+
.ui.secondary.basic.elastic.loading.button::after,
|
|
293
|
+
.ui.ui.ui.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
294
|
+
.ui.ui.ui.secondary.elastic.loading .input > i.icon::before,
|
|
295
|
+
.ui.ui.ui.ui.secondary.elastic.loading > i.icon::before,
|
|
296
|
+
.ui.ui.ui.ui.secondary.loading:not(.usual):not(.button)::after,
|
|
297
|
+
.ui.ui.ui.ui.secondary.loading .input > i.icon::after,
|
|
298
|
+
.ui.ui.ui.ui.secondary.loading > i.icon::after,
|
|
299
|
+
.ui.ui.ui.secondary.loader::after {
|
|
300
|
+
color: #1b1c1d;
|
|
301
|
+
}
|
|
302
|
+
.ui.inverted.secondary.elastic.loader::before,
|
|
303
|
+
.ui.ui.ui.inverted.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
304
|
+
.ui.ui.ui.inverted.secondary.elastic.loading .input > i.icon::before,
|
|
305
|
+
.ui.ui.ui.inverted.secondary.elastic.loading > i.icon::before,
|
|
306
|
+
.ui.ui.ui.ui.inverted.secondary.loading:not(.usual)::after,
|
|
307
|
+
.ui.ui.ui.ui.inverted.secondary.loading .input > i.icon::after,
|
|
308
|
+
.ui.ui.ui.ui.inverted.secondary.loading > i.icon::after,
|
|
309
|
+
.ui.ui.ui.inverted.secondary.loader::after {
|
|
310
|
+
color: #545454;
|
|
311
|
+
}
|
|
312
|
+
.ui.ui.red.elastic.loader::before,
|
|
313
|
+
.ui.red.basic.elastic.loading.button::before,
|
|
314
|
+
.ui.red.basic.elastic.loading.button::after,
|
|
315
|
+
.ui.ui.ui.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
316
|
+
.ui.ui.ui.red.elastic.loading .input > i.icon::before,
|
|
317
|
+
.ui.ui.ui.ui.red.elastic.loading > i.icon::before,
|
|
318
|
+
.ui.ui.ui.ui.red.loading:not(.usual):not(.button)::after,
|
|
319
|
+
.ui.ui.ui.ui.red.loading .input > i.icon::after,
|
|
320
|
+
.ui.ui.ui.ui.red.loading > i.icon::after,
|
|
321
|
+
.ui.ui.ui.red.loader::after {
|
|
322
|
+
color: #db2828;
|
|
323
|
+
}
|
|
324
|
+
.ui.inverted.red.elastic.loader::before,
|
|
325
|
+
.ui.ui.ui.inverted.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
326
|
+
.ui.ui.ui.inverted.red.elastic.loading .input > i.icon::before,
|
|
327
|
+
.ui.ui.ui.inverted.red.elastic.loading > i.icon::before,
|
|
328
|
+
.ui.ui.ui.ui.inverted.red.loading:not(.usual)::after,
|
|
329
|
+
.ui.ui.ui.ui.inverted.red.loading .input > i.icon::after,
|
|
330
|
+
.ui.ui.ui.ui.inverted.red.loading > i.icon::after,
|
|
331
|
+
.ui.ui.ui.inverted.red.loader::after {
|
|
332
|
+
color: #ff695e;
|
|
333
|
+
}
|
|
334
|
+
.ui.ui.orange.elastic.loader::before,
|
|
335
|
+
.ui.orange.basic.elastic.loading.button::before,
|
|
336
|
+
.ui.orange.basic.elastic.loading.button::after,
|
|
337
|
+
.ui.ui.ui.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
338
|
+
.ui.ui.ui.orange.elastic.loading .input > i.icon::before,
|
|
339
|
+
.ui.ui.ui.ui.orange.elastic.loading > i.icon::before,
|
|
340
|
+
.ui.ui.ui.ui.orange.loading:not(.usual):not(.button)::after,
|
|
341
|
+
.ui.ui.ui.ui.orange.loading .input > i.icon::after,
|
|
342
|
+
.ui.ui.ui.ui.orange.loading > i.icon::after,
|
|
343
|
+
.ui.ui.ui.orange.loader::after {
|
|
344
|
+
color: #f2711c;
|
|
345
|
+
}
|
|
346
|
+
.ui.inverted.orange.elastic.loader::before,
|
|
347
|
+
.ui.ui.ui.inverted.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
348
|
+
.ui.ui.ui.inverted.orange.elastic.loading .input > i.icon::before,
|
|
349
|
+
.ui.ui.ui.inverted.orange.elastic.loading > i.icon::before,
|
|
350
|
+
.ui.ui.ui.ui.inverted.orange.loading:not(.usual)::after,
|
|
351
|
+
.ui.ui.ui.ui.inverted.orange.loading .input > i.icon::after,
|
|
352
|
+
.ui.ui.ui.ui.inverted.orange.loading > i.icon::after,
|
|
353
|
+
.ui.ui.ui.inverted.orange.loader::after {
|
|
354
|
+
color: #ff851b;
|
|
355
|
+
}
|
|
356
|
+
.ui.ui.yellow.elastic.loader::before,
|
|
357
|
+
.ui.yellow.basic.elastic.loading.button::before,
|
|
358
|
+
.ui.yellow.basic.elastic.loading.button::after,
|
|
359
|
+
.ui.ui.ui.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
360
|
+
.ui.ui.ui.yellow.elastic.loading .input > i.icon::before,
|
|
361
|
+
.ui.ui.ui.ui.yellow.elastic.loading > i.icon::before,
|
|
362
|
+
.ui.ui.ui.ui.yellow.loading:not(.usual):not(.button)::after,
|
|
363
|
+
.ui.ui.ui.ui.yellow.loading .input > i.icon::after,
|
|
364
|
+
.ui.ui.ui.ui.yellow.loading > i.icon::after,
|
|
365
|
+
.ui.ui.ui.yellow.loader::after {
|
|
366
|
+
color: #fbbd08;
|
|
367
|
+
}
|
|
368
|
+
.ui.inverted.yellow.elastic.loader::before,
|
|
369
|
+
.ui.ui.ui.inverted.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
370
|
+
.ui.ui.ui.inverted.yellow.elastic.loading .input > i.icon::before,
|
|
371
|
+
.ui.ui.ui.inverted.yellow.elastic.loading > i.icon::before,
|
|
372
|
+
.ui.ui.ui.ui.inverted.yellow.loading:not(.usual)::after,
|
|
373
|
+
.ui.ui.ui.ui.inverted.yellow.loading .input > i.icon::after,
|
|
374
|
+
.ui.ui.ui.ui.inverted.yellow.loading > i.icon::after,
|
|
375
|
+
.ui.ui.ui.inverted.yellow.loader::after {
|
|
376
|
+
color: #ffe21f;
|
|
377
|
+
}
|
|
378
|
+
.ui.ui.olive.elastic.loader::before,
|
|
379
|
+
.ui.olive.basic.elastic.loading.button::before,
|
|
380
|
+
.ui.olive.basic.elastic.loading.button::after,
|
|
381
|
+
.ui.ui.ui.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
382
|
+
.ui.ui.ui.olive.elastic.loading .input > i.icon::before,
|
|
383
|
+
.ui.ui.ui.ui.olive.elastic.loading > i.icon::before,
|
|
384
|
+
.ui.ui.ui.ui.olive.loading:not(.usual):not(.button)::after,
|
|
385
|
+
.ui.ui.ui.ui.olive.loading .input > i.icon::after,
|
|
386
|
+
.ui.ui.ui.ui.olive.loading > i.icon::after,
|
|
387
|
+
.ui.ui.ui.olive.loader::after {
|
|
388
|
+
color: #b5cc18;
|
|
389
|
+
}
|
|
390
|
+
.ui.inverted.olive.elastic.loader::before,
|
|
391
|
+
.ui.ui.ui.inverted.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
392
|
+
.ui.ui.ui.inverted.olive.elastic.loading .input > i.icon::before,
|
|
393
|
+
.ui.ui.ui.inverted.olive.elastic.loading > i.icon::before,
|
|
394
|
+
.ui.ui.ui.ui.inverted.olive.loading:not(.usual)::after,
|
|
395
|
+
.ui.ui.ui.ui.inverted.olive.loading .input > i.icon::after,
|
|
396
|
+
.ui.ui.ui.ui.inverted.olive.loading > i.icon::after,
|
|
397
|
+
.ui.ui.ui.inverted.olive.loader::after {
|
|
398
|
+
color: #d9e778;
|
|
399
|
+
}
|
|
400
|
+
.ui.ui.green.elastic.loader::before,
|
|
401
|
+
.ui.green.basic.elastic.loading.button::before,
|
|
402
|
+
.ui.green.basic.elastic.loading.button::after,
|
|
403
|
+
.ui.ui.ui.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
404
|
+
.ui.ui.ui.green.elastic.loading .input > i.icon::before,
|
|
405
|
+
.ui.ui.ui.ui.green.elastic.loading > i.icon::before,
|
|
406
|
+
.ui.ui.ui.ui.green.loading:not(.usual):not(.button)::after,
|
|
407
|
+
.ui.ui.ui.ui.green.loading .input > i.icon::after,
|
|
408
|
+
.ui.ui.ui.ui.green.loading > i.icon::after,
|
|
409
|
+
.ui.ui.ui.green.loader::after {
|
|
410
|
+
color: #21ba45;
|
|
411
|
+
}
|
|
412
|
+
.ui.inverted.green.elastic.loader::before,
|
|
413
|
+
.ui.ui.ui.inverted.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
414
|
+
.ui.ui.ui.inverted.green.elastic.loading .input > i.icon::before,
|
|
415
|
+
.ui.ui.ui.inverted.green.elastic.loading > i.icon::before,
|
|
416
|
+
.ui.ui.ui.ui.inverted.green.loading:not(.usual)::after,
|
|
417
|
+
.ui.ui.ui.ui.inverted.green.loading .input > i.icon::after,
|
|
418
|
+
.ui.ui.ui.ui.inverted.green.loading > i.icon::after,
|
|
419
|
+
.ui.ui.ui.inverted.green.loader::after {
|
|
420
|
+
color: #2ecc40;
|
|
421
|
+
}
|
|
422
|
+
.ui.ui.teal.elastic.loader::before,
|
|
423
|
+
.ui.teal.basic.elastic.loading.button::before,
|
|
424
|
+
.ui.teal.basic.elastic.loading.button::after,
|
|
425
|
+
.ui.ui.ui.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
426
|
+
.ui.ui.ui.teal.elastic.loading .input > i.icon::before,
|
|
427
|
+
.ui.ui.ui.ui.teal.elastic.loading > i.icon::before,
|
|
428
|
+
.ui.ui.ui.ui.teal.loading:not(.usual):not(.button)::after,
|
|
429
|
+
.ui.ui.ui.ui.teal.loading .input > i.icon::after,
|
|
430
|
+
.ui.ui.ui.ui.teal.loading > i.icon::after,
|
|
431
|
+
.ui.ui.ui.teal.loader::after {
|
|
432
|
+
color: #00b5ad;
|
|
433
|
+
}
|
|
434
|
+
.ui.inverted.teal.elastic.loader::before,
|
|
435
|
+
.ui.ui.ui.inverted.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
436
|
+
.ui.ui.ui.inverted.teal.elastic.loading .input > i.icon::before,
|
|
437
|
+
.ui.ui.ui.inverted.teal.elastic.loading > i.icon::before,
|
|
438
|
+
.ui.ui.ui.ui.inverted.teal.loading:not(.usual)::after,
|
|
439
|
+
.ui.ui.ui.ui.inverted.teal.loading .input > i.icon::after,
|
|
440
|
+
.ui.ui.ui.ui.inverted.teal.loading > i.icon::after,
|
|
441
|
+
.ui.ui.ui.inverted.teal.loader::after {
|
|
442
|
+
color: #6dffff;
|
|
443
|
+
}
|
|
444
|
+
.ui.ui.blue.elastic.loader::before,
|
|
445
|
+
.ui.blue.basic.elastic.loading.button::before,
|
|
446
|
+
.ui.blue.basic.elastic.loading.button::after,
|
|
447
|
+
.ui.ui.ui.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
448
|
+
.ui.ui.ui.blue.elastic.loading .input > i.icon::before,
|
|
449
|
+
.ui.ui.ui.ui.blue.elastic.loading > i.icon::before,
|
|
450
|
+
.ui.ui.ui.ui.blue.loading:not(.usual):not(.button)::after,
|
|
451
|
+
.ui.ui.ui.ui.blue.loading .input > i.icon::after,
|
|
452
|
+
.ui.ui.ui.ui.blue.loading > i.icon::after,
|
|
453
|
+
.ui.ui.ui.blue.loader::after {
|
|
454
|
+
color: #2185d0;
|
|
455
|
+
}
|
|
456
|
+
.ui.inverted.blue.elastic.loader::before,
|
|
457
|
+
.ui.ui.ui.inverted.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
458
|
+
.ui.ui.ui.inverted.blue.elastic.loading .input > i.icon::before,
|
|
459
|
+
.ui.ui.ui.inverted.blue.elastic.loading > i.icon::before,
|
|
460
|
+
.ui.ui.ui.ui.inverted.blue.loading:not(.usual)::after,
|
|
461
|
+
.ui.ui.ui.ui.inverted.blue.loading .input > i.icon::after,
|
|
462
|
+
.ui.ui.ui.ui.inverted.blue.loading > i.icon::after,
|
|
463
|
+
.ui.ui.ui.inverted.blue.loader::after {
|
|
464
|
+
color: #54c8ff;
|
|
465
|
+
}
|
|
466
|
+
.ui.ui.violet.elastic.loader::before,
|
|
467
|
+
.ui.violet.basic.elastic.loading.button::before,
|
|
468
|
+
.ui.violet.basic.elastic.loading.button::after,
|
|
469
|
+
.ui.ui.ui.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
470
|
+
.ui.ui.ui.violet.elastic.loading .input > i.icon::before,
|
|
471
|
+
.ui.ui.ui.ui.violet.elastic.loading > i.icon::before,
|
|
472
|
+
.ui.ui.ui.ui.violet.loading:not(.usual):not(.button)::after,
|
|
473
|
+
.ui.ui.ui.ui.violet.loading .input > i.icon::after,
|
|
474
|
+
.ui.ui.ui.ui.violet.loading > i.icon::after,
|
|
475
|
+
.ui.ui.ui.violet.loader::after {
|
|
476
|
+
color: #6435c9;
|
|
477
|
+
}
|
|
478
|
+
.ui.inverted.violet.elastic.loader::before,
|
|
479
|
+
.ui.ui.ui.inverted.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
480
|
+
.ui.ui.ui.inverted.violet.elastic.loading .input > i.icon::before,
|
|
481
|
+
.ui.ui.ui.inverted.violet.elastic.loading > i.icon::before,
|
|
482
|
+
.ui.ui.ui.ui.inverted.violet.loading:not(.usual)::after,
|
|
483
|
+
.ui.ui.ui.ui.inverted.violet.loading .input > i.icon::after,
|
|
484
|
+
.ui.ui.ui.ui.inverted.violet.loading > i.icon::after,
|
|
485
|
+
.ui.ui.ui.inverted.violet.loader::after {
|
|
486
|
+
color: #a291fb;
|
|
487
|
+
}
|
|
488
|
+
.ui.ui.purple.elastic.loader::before,
|
|
489
|
+
.ui.purple.basic.elastic.loading.button::before,
|
|
490
|
+
.ui.purple.basic.elastic.loading.button::after,
|
|
491
|
+
.ui.ui.ui.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
492
|
+
.ui.ui.ui.purple.elastic.loading .input > i.icon::before,
|
|
493
|
+
.ui.ui.ui.ui.purple.elastic.loading > i.icon::before,
|
|
494
|
+
.ui.ui.ui.ui.purple.loading:not(.usual):not(.button)::after,
|
|
495
|
+
.ui.ui.ui.ui.purple.loading .input > i.icon::after,
|
|
496
|
+
.ui.ui.ui.ui.purple.loading > i.icon::after,
|
|
497
|
+
.ui.ui.ui.purple.loader::after {
|
|
498
|
+
color: #a333c8;
|
|
499
|
+
}
|
|
500
|
+
.ui.inverted.purple.elastic.loader::before,
|
|
501
|
+
.ui.ui.ui.inverted.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
502
|
+
.ui.ui.ui.inverted.purple.elastic.loading .input > i.icon::before,
|
|
503
|
+
.ui.ui.ui.inverted.purple.elastic.loading > i.icon::before,
|
|
504
|
+
.ui.ui.ui.ui.inverted.purple.loading:not(.usual)::after,
|
|
505
|
+
.ui.ui.ui.ui.inverted.purple.loading .input > i.icon::after,
|
|
506
|
+
.ui.ui.ui.ui.inverted.purple.loading > i.icon::after,
|
|
507
|
+
.ui.ui.ui.inverted.purple.loader::after {
|
|
508
|
+
color: #dc73ff;
|
|
509
|
+
}
|
|
510
|
+
.ui.ui.pink.elastic.loader::before,
|
|
511
|
+
.ui.pink.basic.elastic.loading.button::before,
|
|
512
|
+
.ui.pink.basic.elastic.loading.button::after,
|
|
513
|
+
.ui.ui.ui.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
514
|
+
.ui.ui.ui.pink.elastic.loading .input > i.icon::before,
|
|
515
|
+
.ui.ui.ui.ui.pink.elastic.loading > i.icon::before,
|
|
516
|
+
.ui.ui.ui.ui.pink.loading:not(.usual):not(.button)::after,
|
|
517
|
+
.ui.ui.ui.ui.pink.loading .input > i.icon::after,
|
|
518
|
+
.ui.ui.ui.ui.pink.loading > i.icon::after,
|
|
519
|
+
.ui.ui.ui.pink.loader::after {
|
|
520
|
+
color: #e03997;
|
|
521
|
+
}
|
|
522
|
+
.ui.inverted.pink.elastic.loader::before,
|
|
523
|
+
.ui.ui.ui.inverted.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
524
|
+
.ui.ui.ui.inverted.pink.elastic.loading .input > i.icon::before,
|
|
525
|
+
.ui.ui.ui.inverted.pink.elastic.loading > i.icon::before,
|
|
526
|
+
.ui.ui.ui.ui.inverted.pink.loading:not(.usual)::after,
|
|
527
|
+
.ui.ui.ui.ui.inverted.pink.loading .input > i.icon::after,
|
|
528
|
+
.ui.ui.ui.ui.inverted.pink.loading > i.icon::after,
|
|
529
|
+
.ui.ui.ui.inverted.pink.loader::after {
|
|
530
|
+
color: #ff8edf;
|
|
531
|
+
}
|
|
532
|
+
.ui.ui.brown.elastic.loader::before,
|
|
533
|
+
.ui.brown.basic.elastic.loading.button::before,
|
|
534
|
+
.ui.brown.basic.elastic.loading.button::after,
|
|
535
|
+
.ui.ui.ui.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
536
|
+
.ui.ui.ui.brown.elastic.loading .input > i.icon::before,
|
|
537
|
+
.ui.ui.ui.ui.brown.elastic.loading > i.icon::before,
|
|
538
|
+
.ui.ui.ui.ui.brown.loading:not(.usual):not(.button)::after,
|
|
539
|
+
.ui.ui.ui.ui.brown.loading .input > i.icon::after,
|
|
540
|
+
.ui.ui.ui.ui.brown.loading > i.icon::after,
|
|
541
|
+
.ui.ui.ui.brown.loader::after {
|
|
542
|
+
color: #a5673f;
|
|
543
|
+
}
|
|
544
|
+
.ui.inverted.brown.elastic.loader::before,
|
|
545
|
+
.ui.ui.ui.inverted.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
546
|
+
.ui.ui.ui.inverted.brown.elastic.loading .input > i.icon::before,
|
|
547
|
+
.ui.ui.ui.inverted.brown.elastic.loading > i.icon::before,
|
|
548
|
+
.ui.ui.ui.ui.inverted.brown.loading:not(.usual)::after,
|
|
549
|
+
.ui.ui.ui.ui.inverted.brown.loading .input > i.icon::after,
|
|
550
|
+
.ui.ui.ui.ui.inverted.brown.loading > i.icon::after,
|
|
551
|
+
.ui.ui.ui.inverted.brown.loader::after {
|
|
552
|
+
color: #d67c1c;
|
|
553
|
+
}
|
|
554
|
+
.ui.ui.grey.elastic.loader::before,
|
|
555
|
+
.ui.grey.basic.elastic.loading.button::before,
|
|
556
|
+
.ui.grey.basic.elastic.loading.button::after,
|
|
557
|
+
.ui.ui.ui.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
558
|
+
.ui.ui.ui.grey.elastic.loading .input > i.icon::before,
|
|
559
|
+
.ui.ui.ui.ui.grey.elastic.loading > i.icon::before,
|
|
560
|
+
.ui.ui.ui.ui.grey.loading:not(.usual):not(.button)::after,
|
|
561
|
+
.ui.ui.ui.ui.grey.loading .input > i.icon::after,
|
|
562
|
+
.ui.ui.ui.ui.grey.loading > i.icon::after,
|
|
563
|
+
.ui.ui.ui.grey.loader::after {
|
|
564
|
+
color: #767676;
|
|
565
|
+
}
|
|
566
|
+
.ui.inverted.grey.elastic.loader::before,
|
|
567
|
+
.ui.ui.ui.inverted.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
568
|
+
.ui.ui.ui.inverted.grey.elastic.loading .input > i.icon::before,
|
|
569
|
+
.ui.ui.ui.inverted.grey.elastic.loading > i.icon::before,
|
|
570
|
+
.ui.ui.ui.ui.inverted.grey.loading:not(.usual)::after,
|
|
571
|
+
.ui.ui.ui.ui.inverted.grey.loading .input > i.icon::after,
|
|
572
|
+
.ui.ui.ui.ui.inverted.grey.loading > i.icon::after,
|
|
573
|
+
.ui.ui.ui.inverted.grey.loader::after {
|
|
574
|
+
color: #dcddde;
|
|
575
|
+
}
|
|
576
|
+
.ui.ui.black.elastic.loader::before,
|
|
577
|
+
.ui.black.basic.elastic.loading.button::before,
|
|
578
|
+
.ui.black.basic.elastic.loading.button::after,
|
|
579
|
+
.ui.ui.ui.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
580
|
+
.ui.ui.ui.black.elastic.loading .input > i.icon::before,
|
|
581
|
+
.ui.ui.ui.ui.black.elastic.loading > i.icon::before,
|
|
582
|
+
.ui.ui.ui.ui.black.loading:not(.usual):not(.button)::after,
|
|
583
|
+
.ui.ui.ui.ui.black.loading .input > i.icon::after,
|
|
584
|
+
.ui.ui.ui.ui.black.loading > i.icon::after,
|
|
585
|
+
.ui.ui.ui.black.loader::after {
|
|
586
|
+
color: #1b1c1d;
|
|
587
|
+
}
|
|
588
|
+
.ui.inverted.black.elastic.loader::before,
|
|
589
|
+
.ui.ui.ui.inverted.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
|
590
|
+
.ui.ui.ui.inverted.black.elastic.loading .input > i.icon::before,
|
|
591
|
+
.ui.ui.ui.inverted.black.elastic.loading > i.icon::before,
|
|
592
|
+
.ui.ui.ui.ui.inverted.black.loading:not(.usual)::after,
|
|
593
|
+
.ui.ui.ui.ui.inverted.black.loading .input > i.icon::after,
|
|
594
|
+
.ui.ui.ui.ui.inverted.black.loading > i.icon::after,
|
|
595
|
+
.ui.ui.ui.inverted.black.loader::after {
|
|
596
|
+
color: #545454;
|
|
597
|
+
}
|
|
598
|
+
.ui.ui.elastic.loader::before,
|
|
599
|
+
.ui.ui.ui.elastic.loading::before,
|
|
600
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
|
601
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
|
602
|
+
.ui.ui.ui.ui.loading:not(.usual)::after,
|
|
603
|
+
.ui.ui.ui.ui.loading .input > i.icon::after,
|
|
604
|
+
.ui.ui.ui.ui.loading > i.icon::after,
|
|
605
|
+
.ui.ui.ui.loader::after {
|
|
606
|
+
border-color: currentColor;
|
|
607
|
+
}
|
|
608
|
+
.ui.ui.ui.ui.elastic.loading.button:not(.inverted):not(.basic)::before {
|
|
609
|
+
color: #fff;
|
|
610
|
+
}
|
|
611
|
+
.ui.elastic.basic.loading.button::before,
|
|
612
|
+
.ui.elastic.basic.loading.button::after {
|
|
613
|
+
color: #767676;
|
|
614
|
+
}
|
|
615
|
+
.ui.ui.ui.ui.double.loading.button::after {
|
|
616
|
+
border-bottom-color: currentColor;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
/* -------------------
|
|
620
|
+
Inline
|
|
621
|
+
-------------------- */
|
|
622
|
+
.ui.inline.loader {
|
|
623
|
+
position: relative;
|
|
624
|
+
vertical-align: middle;
|
|
625
|
+
margin: 0;
|
|
626
|
+
left: 0;
|
|
627
|
+
top: 0;
|
|
628
|
+
transform: none;
|
|
629
|
+
}
|
|
630
|
+
.ui.inline.loader.active,
|
|
631
|
+
.ui.inline.loader.visible {
|
|
632
|
+
display: inline-block;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
/* Centered Inline */
|
|
636
|
+
.ui.centered.inline.loader.active,
|
|
637
|
+
.ui.centered.inline.loader.visible {
|
|
638
|
+
display: block;
|
|
639
|
+
margin-left: auto;
|
|
640
|
+
margin-right: auto;
|
|
641
|
+
}
|
|
642
|
+
.ui.ui.ui.ui.ui.ui.loading::after,
|
|
643
|
+
.ui.ui.ui.ui.ui.ui.loading .input > i.icon::after,
|
|
644
|
+
.ui.ui.ui.ui.ui.ui.loading > i.icon::after,
|
|
645
|
+
.ui.ui.ui.ui.ui.loader::after {
|
|
646
|
+
border-left-color: transparent;
|
|
647
|
+
border-right-color: transparent;
|
|
648
|
+
}
|
|
649
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double)::after,
|
|
650
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) .input > i.icon::after,
|
|
651
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) > i.icon::after,
|
|
652
|
+
.ui.ui.ui.ui.ui.ui.loader:not(.double)::after {
|
|
653
|
+
border-bottom-color: transparent;
|
|
654
|
+
}
|
|
655
|
+
.ui.ui.ui.ui.ui.ui.loading.card::after,
|
|
656
|
+
.ui.ui.ui.ui.ui.ui.loading.segments::after,
|
|
657
|
+
.ui.ui.ui.ui.ui.ui.loading.segment::after,
|
|
658
|
+
.ui.ui.ui.ui.ui.ui.loading.form::after {
|
|
659
|
+
border-left-color: rgba(0, 0, 0, 0.1);
|
|
660
|
+
border-right-color: rgba(0, 0, 0, 0.1);
|
|
661
|
+
}
|
|
662
|
+
.ui.ui.ui.ui.ui.ui.loading.card:not(.double)::after,
|
|
663
|
+
.ui.ui.ui.ui.ui.ui.loading.segments:not(.double)::after,
|
|
664
|
+
.ui.ui.ui.ui.ui.ui.loading.segment:not(.double)::after,
|
|
665
|
+
.ui.ui.ui.ui.ui.ui.loading.form:not(.double)::after {
|
|
666
|
+
border-bottom-color: rgba(0, 0, 0, 0.1);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
/* -------------------
|
|
670
|
+
Elastic
|
|
671
|
+
-------------------- */
|
|
672
|
+
.ui.dimmer > .ui.elastic.loader {
|
|
673
|
+
color: #fff;
|
|
674
|
+
}
|
|
675
|
+
.ui.inverted.dimmer > .ui.elastic.loader {
|
|
676
|
+
color: #767676;
|
|
677
|
+
}
|
|
678
|
+
.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
|
679
|
+
.ui.ui.elastic.loading .input > i.icon::after,
|
|
680
|
+
.ui.ui.elastic.loading > i.icon::after,
|
|
681
|
+
.ui.ui.elastic.loader::after {
|
|
682
|
+
animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
|
683
|
+
animation-delay: 0.3s;
|
|
684
|
+
}
|
|
685
|
+
.ui.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
|
686
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
|
687
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
|
688
|
+
.ui.ui.elastic.loader::before {
|
|
689
|
+
animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
|
690
|
+
-moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
|
691
|
+
border-right-color: transparent;
|
|
692
|
+
}
|
|
693
|
+
.ui.elastic.inline.loader:empty {
|
|
694
|
+
animation: loader 8s infinite linear;
|
|
695
|
+
}
|
|
696
|
+
.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
|
697
|
+
.ui.ui.slow.elastic.loading .input > i.icon::after,
|
|
698
|
+
.ui.ui.slow.elastic.loading > i.icon::after,
|
|
699
|
+
.ui.ui.slow.elastic.loader::after {
|
|
700
|
+
animation-duration: 1.5s;
|
|
701
|
+
animation-delay: 0.45s;
|
|
702
|
+
}
|
|
703
|
+
.ui.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
|
704
|
+
.ui.ui.ui.slow.elastic.loading .input > i.icon::before,
|
|
705
|
+
.ui.ui.ui.slow.elastic.loading > i.icon::before,
|
|
706
|
+
.ui.ui.slow.elastic.loader::before {
|
|
707
|
+
animation-duration: 1.5s;
|
|
708
|
+
}
|
|
709
|
+
.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
|
710
|
+
.ui.ui.fast.elastic.loading .input > i.icon::after,
|
|
711
|
+
.ui.ui.fast.elastic.loading > i.icon::after,
|
|
712
|
+
.ui.ui.fast.elastic.loader::after {
|
|
713
|
+
animation-duration: 0.66s;
|
|
714
|
+
animation-delay: 0.2s;
|
|
715
|
+
}
|
|
716
|
+
.ui.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
|
717
|
+
.ui.ui.ui.fast.elastic.loading .input > i.icon::before,
|
|
718
|
+
.ui.ui.ui.fast.elastic.loading > i.icon::before,
|
|
719
|
+
.ui.ui.fast.elastic.loader::before {
|
|
720
|
+
animation-duration: 0.66s;
|
|
721
|
+
}
|
|
722
|
+
@keyframes elastic-loader {
|
|
723
|
+
0%,
|
|
724
|
+
1% {
|
|
725
|
+
border-left-color: transparent;
|
|
726
|
+
border-bottom-color: transparent;
|
|
727
|
+
}
|
|
728
|
+
1.1%,
|
|
729
|
+
50% {
|
|
730
|
+
border-left-color: inherit;
|
|
731
|
+
}
|
|
732
|
+
10%,
|
|
733
|
+
35.1% {
|
|
734
|
+
border-bottom-color: transparent;
|
|
735
|
+
}
|
|
736
|
+
10.1%,
|
|
737
|
+
35% {
|
|
738
|
+
border-bottom-color: inherit;
|
|
739
|
+
}
|
|
740
|
+
50.1% {
|
|
741
|
+
border-left-color: transparent;
|
|
742
|
+
}
|
|
743
|
+
100% {
|
|
744
|
+
border-left-color: transparent;
|
|
745
|
+
border-bottom-color: transparent;
|
|
746
|
+
transform: rotate(360deg);
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
@keyframes currentcolor-elastic-loader {
|
|
750
|
+
0%,
|
|
751
|
+
1% {
|
|
752
|
+
border-left-color: transparent;
|
|
753
|
+
border-bottom-color: transparent;
|
|
754
|
+
}
|
|
755
|
+
1.1%,
|
|
756
|
+
50% {
|
|
757
|
+
border-left-color: currentColor;
|
|
758
|
+
}
|
|
759
|
+
10%,
|
|
760
|
+
35.1% {
|
|
761
|
+
border-bottom-color: transparent;
|
|
762
|
+
}
|
|
763
|
+
10.1%,
|
|
764
|
+
35% {
|
|
765
|
+
border-bottom-color: currentColor;
|
|
766
|
+
}
|
|
767
|
+
50.1% {
|
|
768
|
+
border-left-color: transparent;
|
|
769
|
+
}
|
|
770
|
+
100% {
|
|
771
|
+
border-left-color: transparent;
|
|
772
|
+
border-bottom-color: transparent;
|
|
773
|
+
transform: rotate(360deg);
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
/*******************************
|
|
779
|
+
Theme Overrides
|
|
780
|
+
*******************************/
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
/*******************************
|
|
785
|
+
Site Overrides
|
|
786
|
+
*******************************/
|
|
787
|
+
|