fomantic-ui-sass 2.8.8.1 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Container
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -100,12 +100,29 @@
|
|
100
100
|
|
101
101
|
/* Text Container */
|
102
102
|
.ui.text.container {
|
103
|
-
font-family:
|
103
|
+
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";
|
104
104
|
max-width: 700px;
|
105
105
|
line-height: 1.5;
|
106
106
|
font-size: 1.14285714rem;
|
107
107
|
}
|
108
108
|
|
109
|
+
/* Wide Container */
|
110
|
+
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
|
111
|
+
.ui.ui.ui.wide.container {
|
112
|
+
width: 867.6px;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
|
116
|
+
.ui.ui.ui.wide.container {
|
117
|
+
width: 1119.6px;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
@media only screen and (min-width: 1200px) {
|
121
|
+
.ui.ui.ui.wide.container {
|
122
|
+
width: 1352.4px;
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
109
126
|
/* Fluid */
|
110
127
|
.ui.fluid.container {
|
111
128
|
width: 100%;
|
@@ -127,8 +144,86 @@
|
|
127
144
|
}
|
128
145
|
.ui.justified.container {
|
129
146
|
text-align: justify;
|
130
|
-
-
|
131
|
-
hyphens: auto;
|
147
|
+
-webkit-hyphens: auto;
|
148
|
+
-ms-hyphens: auto;
|
149
|
+
hyphens: auto;
|
150
|
+
}
|
151
|
+
|
152
|
+
/* --------------
|
153
|
+
Scrolling
|
154
|
+
--------------- */
|
155
|
+
.ui.scrolling.container {
|
156
|
+
overflow: auto;
|
157
|
+
-ms-scroll-chaining: none;
|
158
|
+
overscroll-behavior: none;
|
159
|
+
}
|
160
|
+
@media only screen and (max-width: 767.98px) {
|
161
|
+
.ui.scrolling.container.short {
|
162
|
+
max-height: 11.25em;
|
163
|
+
}
|
164
|
+
.ui.scrolling.container[class*="very short"] {
|
165
|
+
max-height: 7.5em;
|
166
|
+
}
|
167
|
+
.ui.scrolling.container {
|
168
|
+
max-height: 15em;
|
169
|
+
}
|
170
|
+
.ui.scrolling.container.long {
|
171
|
+
max-height: 30em;
|
172
|
+
}
|
173
|
+
.ui.scrolling.container[class*="very long"] {
|
174
|
+
max-height: 45em;
|
175
|
+
}
|
176
|
+
}
|
177
|
+
@media only screen and (min-width: 768px) {
|
178
|
+
.ui.scrolling.container.short {
|
179
|
+
max-height: 13.5em;
|
180
|
+
}
|
181
|
+
.ui.scrolling.container[class*="very short"] {
|
182
|
+
max-height: 9em;
|
183
|
+
}
|
184
|
+
.ui.scrolling.container {
|
185
|
+
max-height: 18em;
|
186
|
+
}
|
187
|
+
.ui.scrolling.container.long {
|
188
|
+
max-height: 36em;
|
189
|
+
}
|
190
|
+
.ui.scrolling.container[class*="very long"] {
|
191
|
+
max-height: 54em;
|
192
|
+
}
|
193
|
+
}
|
194
|
+
@media only screen and (min-width: 992px) {
|
195
|
+
.ui.scrolling.container.short {
|
196
|
+
max-height: 18em;
|
197
|
+
}
|
198
|
+
.ui.scrolling.container[class*="very short"] {
|
199
|
+
max-height: 12em;
|
200
|
+
}
|
201
|
+
.ui.scrolling.container {
|
202
|
+
max-height: 24em;
|
203
|
+
}
|
204
|
+
.ui.scrolling.container.long {
|
205
|
+
max-height: 48em;
|
206
|
+
}
|
207
|
+
.ui.scrolling.container[class*="very long"] {
|
208
|
+
max-height: 72em;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
@media only screen and (min-width: 1920px) {
|
212
|
+
.ui.scrolling.container.short {
|
213
|
+
max-height: 22.5em;
|
214
|
+
}
|
215
|
+
.ui.scrolling.container[class*="very short"] {
|
216
|
+
max-height: 15em;
|
217
|
+
}
|
218
|
+
.ui.scrolling.container {
|
219
|
+
max-height: 30em;
|
220
|
+
}
|
221
|
+
.ui.scrolling.container.long {
|
222
|
+
max-height: 60em;
|
223
|
+
}
|
224
|
+
.ui.scrolling.container[class*="very long"] {
|
225
|
+
max-height: 90em;
|
226
|
+
}
|
132
227
|
}
|
133
228
|
|
134
229
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Divider
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -22,25 +22,22 @@
|
|
22
22
|
letter-spacing: 0.05em;
|
23
23
|
color: rgba(0, 0, 0, 0.85);
|
24
24
|
-webkit-user-select: none;
|
25
|
-
-moz-user-select: none;
|
26
25
|
-ms-user-select: none;
|
27
26
|
user-select: none;
|
28
27
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
29
28
|
}
|
30
29
|
|
31
|
-
|
30
|
+
/* --------------
|
32
31
|
Basic
|
33
|
-
|
34
|
-
|
32
|
+
--------------- */
|
35
33
|
.ui.divider:not(.vertical):not(.horizontal) {
|
36
34
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
37
35
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
38
36
|
}
|
39
37
|
|
40
|
-
|
38
|
+
/* --------------
|
41
39
|
Coupling
|
42
|
-
|
43
|
-
|
40
|
+
--------------- */
|
44
41
|
|
45
42
|
/* Allow divider between each column row */
|
46
43
|
.ui.grid > .column + .divider,
|
@@ -48,38 +45,36 @@
|
|
48
45
|
left: auto;
|
49
46
|
}
|
50
47
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
48
|
+
/* --------------
|
49
|
+
Horizontal
|
50
|
+
--------------- */
|
55
51
|
.ui.horizontal.divider {
|
56
52
|
display: table;
|
57
53
|
white-space: nowrap;
|
58
54
|
height: auto;
|
59
|
-
margin:
|
55
|
+
margin: "";
|
60
56
|
line-height: 1;
|
61
57
|
text-align: center;
|
62
58
|
}
|
63
|
-
.ui.horizontal.divider
|
64
|
-
.ui.horizontal.divider
|
65
|
-
content:
|
59
|
+
.ui.horizontal.divider::before,
|
60
|
+
.ui.horizontal.divider::after {
|
61
|
+
content: "";
|
66
62
|
display: table-cell;
|
67
63
|
position: relative;
|
68
64
|
top: 50%;
|
69
65
|
width: 50%;
|
70
66
|
background-repeat: no-repeat;
|
71
67
|
}
|
72
|
-
.ui.horizontal.divider
|
68
|
+
.ui.horizontal.divider::before {
|
73
69
|
background-position: right 1em top 50%;
|
74
70
|
}
|
75
|
-
.ui.horizontal.divider
|
71
|
+
.ui.horizontal.divider::after {
|
76
72
|
background-position: left 1em top 50%;
|
77
73
|
}
|
78
74
|
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
75
|
+
/* --------------
|
76
|
+
Vertical
|
77
|
+
--------------- */
|
83
78
|
.ui.vertical.divider {
|
84
79
|
position: absolute;
|
85
80
|
z-index: 2;
|
@@ -91,24 +86,23 @@
|
|
91
86
|
height: 50%;
|
92
87
|
line-height: 0;
|
93
88
|
text-align: center;
|
94
|
-
|
95
|
-
transform: translateX(-50%);
|
89
|
+
transform: translateX(-50%);
|
96
90
|
}
|
97
|
-
.ui.vertical.divider
|
98
|
-
.ui.vertical.divider
|
91
|
+
.ui.vertical.divider::before,
|
92
|
+
.ui.vertical.divider::after {
|
99
93
|
position: absolute;
|
100
94
|
left: 50%;
|
101
|
-
content:
|
95
|
+
content: "";
|
102
96
|
z-index: 3;
|
103
97
|
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
104
98
|
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
105
99
|
width: 0;
|
106
100
|
height: calc(100% - 1rem);
|
107
101
|
}
|
108
|
-
.ui.vertical.divider
|
102
|
+
.ui.vertical.divider::before {
|
109
103
|
top: -100%;
|
110
104
|
}
|
111
|
-
.ui.vertical.divider
|
105
|
+
.ui.vertical.divider::after {
|
112
106
|
top: auto;
|
113
107
|
bottom: 0;
|
114
108
|
}
|
@@ -120,44 +114,42 @@
|
|
120
114
|
display: table;
|
121
115
|
white-space: nowrap;
|
122
116
|
height: auto;
|
123
|
-
margin:
|
117
|
+
margin: "";
|
124
118
|
overflow: hidden;
|
125
119
|
line-height: 1;
|
126
120
|
text-align: center;
|
127
121
|
position: static;
|
128
122
|
top: 0;
|
129
123
|
left: 0;
|
130
|
-
|
131
|
-
transform: none;
|
124
|
+
transform: none;
|
132
125
|
}
|
133
|
-
.ui.stackable.grid .ui.vertical.divider
|
134
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
135
|
-
.ui.stackable.grid .ui.vertical.divider
|
136
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
126
|
+
.ui.stackable.grid .ui.vertical.divider::before,
|
127
|
+
.ui.grid .stackable.row .ui.vertical.divider::before,
|
128
|
+
.ui.stackable.grid .ui.vertical.divider::after,
|
129
|
+
.ui.grid .stackable.row .ui.vertical.divider::after {
|
137
130
|
left: 0;
|
138
131
|
border-left: none;
|
139
132
|
border-right: none;
|
140
|
-
content:
|
133
|
+
content: "";
|
141
134
|
display: table-cell;
|
142
135
|
position: relative;
|
143
136
|
top: 50%;
|
144
137
|
width: 50%;
|
145
138
|
background-repeat: no-repeat;
|
146
139
|
}
|
147
|
-
.ui.stackable.grid .ui.vertical.divider
|
148
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
140
|
+
.ui.stackable.grid .ui.vertical.divider::before,
|
141
|
+
.ui.grid .stackable.row .ui.vertical.divider::before {
|
149
142
|
background-position: right 1em top 50%;
|
150
143
|
}
|
151
|
-
.ui.stackable.grid .ui.vertical.divider
|
152
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
144
|
+
.ui.stackable.grid .ui.vertical.divider::after,
|
145
|
+
.ui.grid .stackable.row .ui.vertical.divider::after {
|
153
146
|
background-position: left 1em top 50%;
|
154
147
|
}
|
155
148
|
}
|
156
149
|
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
150
|
+
/* --------------
|
151
|
+
Icon
|
152
|
+
--------------- */
|
161
153
|
.ui.divider > .icon {
|
162
154
|
margin: 0;
|
163
155
|
font-size: 1rem;
|
@@ -165,20 +157,19 @@
|
|
165
157
|
vertical-align: middle;
|
166
158
|
}
|
167
159
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
.ui.horizontal.divider[class*="left aligned"]:before {
|
160
|
+
/* --------------
|
161
|
+
Header
|
162
|
+
--------------- */
|
163
|
+
.ui.horizontal.divider[class*="left aligned"]::before {
|
173
164
|
display: none;
|
174
165
|
}
|
175
|
-
.ui.horizontal.divider[class*="left aligned"]
|
166
|
+
.ui.horizontal.divider[class*="left aligned"]::after {
|
176
167
|
width: 100%;
|
177
168
|
}
|
178
|
-
.ui.horizontal.divider[class*="right aligned"]
|
169
|
+
.ui.horizontal.divider[class*="right aligned"]::before {
|
179
170
|
width: 100%;
|
180
171
|
}
|
181
|
-
.ui.horizontal.divider[class*="right aligned"]
|
172
|
+
.ui.horizontal.divider[class*="right aligned"]::after {
|
182
173
|
display: none;
|
183
174
|
}
|
184
175
|
|
@@ -188,65 +179,56 @@
|
|
188
179
|
*******************************/
|
189
180
|
|
190
181
|
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
182
|
+
/* --------------
|
183
|
+
Hidden
|
184
|
+
--------------- */
|
195
185
|
.ui.hidden.divider {
|
196
186
|
border-color: transparent !important;
|
197
187
|
}
|
198
|
-
.ui.hidden.divider
|
199
|
-
.ui.hidden.divider
|
188
|
+
.ui.hidden.divider::before,
|
189
|
+
.ui.hidden.divider::after {
|
200
190
|
display: none;
|
201
191
|
}
|
202
192
|
|
203
|
-
|
193
|
+
/* --------------
|
204
194
|
Inverted
|
205
|
-
|
206
|
-
|
195
|
+
--------------- */
|
207
196
|
.ui.divider.inverted,
|
208
197
|
.ui.vertical.inverted.divider,
|
209
198
|
.ui.horizontal.inverted.divider {
|
210
|
-
color: #
|
199
|
+
color: #fff;
|
211
200
|
}
|
212
201
|
.ui.divider.inverted,
|
213
|
-
.ui.divider.inverted
|
214
|
-
.ui.divider.inverted
|
215
|
-
border-
|
216
|
-
border-left-color: rgba(34, 36, 38, 0.15) !important;
|
217
|
-
border-bottom-color: rgba(255, 255, 255, 0.15) !important;
|
218
|
-
border-right-color: rgba(255, 255, 255, 0.15) !important;
|
202
|
+
.ui.divider.inverted::after,
|
203
|
+
.ui.divider.inverted::before {
|
204
|
+
border-color: rgba(34, 36, 38, 0.15) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.15) rgba(34, 36, 38, 0.15) !important;
|
219
205
|
}
|
220
206
|
|
221
|
-
|
207
|
+
/* --------------
|
222
208
|
Fitted
|
223
|
-
|
224
|
-
|
209
|
+
--------------- */
|
225
210
|
.ui.fitted.divider {
|
226
211
|
margin: 0;
|
227
212
|
}
|
228
213
|
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
214
|
+
/* --------------
|
215
|
+
Clearing
|
216
|
+
--------------- */
|
233
217
|
.ui.clearing.divider {
|
234
218
|
clear: both;
|
235
219
|
}
|
236
220
|
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
221
|
+
/* --------------
|
222
|
+
Section
|
223
|
+
--------------- */
|
241
224
|
.ui.section.divider {
|
242
225
|
margin-top: 2rem;
|
243
226
|
margin-bottom: 2rem;
|
244
227
|
}
|
245
228
|
|
246
|
-
|
229
|
+
/* --------------
|
247
230
|
Sizes
|
248
|
-
|
249
|
-
|
231
|
+
--------------- */
|
250
232
|
.ui.divider {
|
251
233
|
font-size: 1rem;
|
252
234
|
}
|
@@ -277,16 +259,16 @@
|
|
277
259
|
Theme Overrides
|
278
260
|
*******************************/
|
279
261
|
|
280
|
-
.ui.horizontal.divider
|
281
|
-
.ui.horizontal.divider
|
282
|
-
background-image: url(
|
262
|
+
.ui.horizontal.divider::before,
|
263
|
+
.ui.horizontal.divider::after {
|
264
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
|
283
265
|
}
|
284
266
|
@media only screen and (max-width: 767px) {
|
285
|
-
.ui.stackable.grid .ui.vertical.divider
|
286
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
287
|
-
.ui.stackable.grid .ui.vertical.divider
|
288
|
-
.ui.grid .stackable.row .ui.vertical.divider
|
289
|
-
background-image: url(
|
267
|
+
.ui.stackable.grid .ui.vertical.divider::before,
|
268
|
+
.ui.grid .stackable.row .ui.vertical.divider::before,
|
269
|
+
.ui.stackable.grid .ui.vertical.divider::after,
|
270
|
+
.ui.grid .stackable.row .ui.vertical.divider::after {
|
271
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
|
290
272
|
}
|
291
273
|
}
|
292
274
|
|