fomantic-ui 2.9.1-beta.27 → 2.9.1-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +0 -1
- package/.github/workflows/ci.yml +6 -0
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +13 -7
- package/README.md +1 -1
- package/dist/components/accordion.css +9 -21
- package/dist/components/accordion.js +3 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +2 -3
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +3 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +336 -713
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +5 -10
- package/dist/components/calendar.js +3 -3
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +88 -201
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +35 -86
- package/dist/components/checkbox.js +3 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +4 -8
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +20 -129
- package/dist/components/dimmer.js +3 -3
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +3 -6
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +51 -149
- package/dist/components/dropdown.js +13 -7
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +2 -7
- package/dist/components/embed.js +3 -3
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +1 -2
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +7 -21
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +30 -71
- package/dist/components/flyout.js +3 -16
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +32 -101
- package/dist/components/form.js +3 -3
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +72 -182
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +5 -11
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +37 -74
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +8 -21
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +15 -50
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -38
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +18 -45
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -7
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +21 -103
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +49 -145
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +50 -114
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +20 -54
- package/dist/components/modal.js +3 -11
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +2 -5
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +7 -25
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +68 -139
- package/dist/components/popup.js +16 -7
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +25 -120
- package/dist/components/progress.js +3 -3
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +2 -39
- package/dist/components/rating.js +3 -3
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +6 -11
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +26 -58
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +8 -22
- package/dist/components/search.js +3 -3
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +32 -89
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +4 -16
- package/dist/components/shape.js +3 -15
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +59 -147
- package/dist/components/sidebar.js +3 -16
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -14
- package/dist/components/site.js +11 -38
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +8 -26
- package/dist/components/slider.js +3 -3
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +3 -3
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +11 -43
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -89
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +3 -11
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +3 -5
- package/dist/components/tab.js +3 -3
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +202 -409
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +32 -108
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +264 -1312
- package/dist/components/transition.js +3 -3
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +3 -11
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +51 -3547
- package/dist/semantic.js +107 -181
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/fixed.html +1 -1
- package/examples/grid.html +1 -1
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +2 -2
- package/src/definitions/behaviors/form.js +2 -2
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +2 -10
- package/src/definitions/collections/table.less +4 -0
- package/src/definitions/elements/button.less +7 -2
- package/src/definitions/elements/icon.less +19 -27
- package/src/definitions/elements/image.less +0 -4
- package/src/definitions/elements/loader.less +2 -0
- package/src/definitions/elements/segment.less +3 -1
- package/src/definitions/globals/site.js +10 -37
- package/src/definitions/modules/accordion.js +2 -2
- package/src/definitions/modules/calendar.js +2 -2
- package/src/definitions/modules/checkbox.js +2 -2
- package/src/definitions/modules/dimmer.js +2 -2
- package/src/definitions/modules/dimmer.less +2 -10
- package/src/definitions/modules/dropdown.js +12 -6
- package/src/definitions/modules/dropdown.less +1 -4
- package/src/definitions/modules/embed.js +2 -2
- package/src/definitions/modules/flyout.js +2 -15
- package/src/definitions/modules/flyout.less +0 -1
- package/src/definitions/modules/modal.js +2 -10
- package/src/definitions/modules/modal.less +0 -2
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +15 -6
- package/src/definitions/modules/popup.less +2 -0
- package/src/definitions/modules/progress.js +2 -2
- package/src/definitions/modules/rating.js +2 -2
- package/src/definitions/modules/rating.less +2 -4
- package/src/definitions/modules/search.js +2 -2
- package/src/definitions/modules/search.less +0 -1
- package/src/definitions/modules/shape.js +2 -14
- package/src/definitions/modules/sidebar.js +2 -15
- package/src/definitions/modules/sidebar.less +0 -1
- package/src/definitions/modules/slider.js +2 -2
- package/src/definitions/modules/sticky.js +2 -10
- package/src/definitions/modules/sticky.less +0 -7
- package/src/definitions/modules/tab.js +2 -2
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/toast.less +3 -1
- package/src/definitions/modules/transition.js +2 -2
- package/src/definitions/views/card.less +4 -15
- package/src/semantic.less +6 -6
- package/src/themes/amazon/elements/button.variables +4 -9
- package/src/themes/bootstrap3/elements/button.variables +3 -7
- package/src/themes/classic/elements/button.variables +6 -12
- package/src/themes/classic/views/card.overrides +2 -4
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/form.variables +1 -2
- package/src/themes/default/collections/menu.variables +2 -4
- package/src/themes/default/collections/message.variables +38 -76
- package/src/themes/default/collections/table.variables +2 -4
- package/src/themes/default/elements/button.variables +6 -12
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/elements/icon.variables +9 -11
- package/src/themes/default/elements/input.variables +1 -2
- package/src/themes/default/elements/list.variables +3 -7
- package/src/themes/default/elements/placeholder.variables +12 -8
- package/src/themes/default/elements/segment.variables +5 -6
- package/src/themes/default/elements/step.variables +1 -2
- package/src/themes/default/globals/site.variables +41 -83
- package/src/themes/default/modules/accordion.variables +4 -8
- package/src/themes/default/modules/checkbox.variables +4 -8
- package/src/themes/default/modules/dimmer.variables +1 -3
- package/src/themes/default/modules/dropdown.variables +1 -2
- package/src/themes/default/modules/embed.variables +2 -5
- package/src/themes/default/modules/modal.variables +3 -6
- package/src/themes/default/modules/progress.variables +1 -2
- package/src/themes/default/modules/rating.variables +1 -2
- package/src/themes/default/modules/search.variables +3 -6
- package/src/themes/default/modules/shape.variables +1 -2
- package/src/themes/default/modules/slider.variables +3 -1
- package/src/themes/default/views/card.variables +8 -18
- package/src/themes/github/collections/form.variables +1 -2
- package/src/themes/github/collections/menu.variables +1 -2
- package/src/themes/github/collections/message.variables +2 -4
- package/src/themes/github/elements/button.variables +4 -8
- package/src/themes/github/elements/input.variables +1 -2
- package/src/themes/github/modules/dropdown.variables +1 -3
- package/src/themes/material/elements/button.variables +2 -4
- package/src/themes/material/elements/icon.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +0 -38
- package/src/themes/raised/elements/button.variables +1 -2
- package/src/themes/round/elements/button.variables +1 -3
- package/src/themes/striped/modules/progress.overrides +11 -11
- package/tasks/README.md +2 -2
- package/tasks/admin/components/create.js +2 -2
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +1 -1
- package/tasks/build/javascript.js +1 -1
- package/tasks/build.js +2 -2
- package/tasks/collections/docs.js +1 -1
- package/tasks/collections/install.js +2 -2
- package/tasks/collections/various.js +1 -1
- package/tasks/config/admin/release.js +5 -5
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +3 -3
- package/tasks/config/admin/templates/package.json +5 -5
- package/tasks/config/tasks.js +15 -11
- package/tasks/docs/build.js +2 -2
- package/tasks/install.js +2 -3
- package/tasks/watch.js +1 -1
package/dist/components/icon.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.29+70adac5 - Icon
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -79,8 +79,7 @@ i.loading.icon {
|
|
79
79
|
}
|
80
80
|
i.loading.icon,
|
81
81
|
i.loading.icons {
|
82
|
-
|
83
|
-
animation: loader 2s linear infinite;
|
82
|
+
animation: loader 2s linear infinite;
|
84
83
|
}
|
85
84
|
|
86
85
|
|
@@ -125,7 +124,6 @@ i.link.icon:not(.disabled),
|
|
125
124
|
i.link.icons:not(.disabled) {
|
126
125
|
cursor: pointer;
|
127
126
|
opacity: 0.8;
|
128
|
-
-webkit-transition: opacity 0.1s ease;
|
129
127
|
transition: opacity 0.1s ease;
|
130
128
|
}
|
131
129
|
i.link.icon:hover,
|
@@ -140,19 +138,16 @@ i.circular.icon {
|
|
140
138
|
border-radius: 500em !important;
|
141
139
|
line-height: 1 !important;
|
142
140
|
padding: 0.5em 0 !important;
|
143
|
-
|
144
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
141
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
145
142
|
width: 2em !important;
|
146
143
|
height: 2em !important;
|
147
144
|
}
|
148
145
|
i.circular.icon.colored {
|
149
|
-
|
150
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
146
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
151
147
|
}
|
152
148
|
i.circular.inverted.icon {
|
153
149
|
border: none;
|
154
|
-
|
155
|
-
box-shadow: none;
|
150
|
+
box-shadow: none;
|
156
151
|
}
|
157
152
|
|
158
153
|
/* -------------------
|
@@ -160,21 +155,17 @@ i.circular.inverted.icon {
|
|
160
155
|
-------------------- */
|
161
156
|
i.flipped.icon,
|
162
157
|
i.horizontally.flipped.icon {
|
163
|
-
|
164
|
-
transform: scale(-1, 1);
|
158
|
+
transform: scale(-1, 1);
|
165
159
|
}
|
166
160
|
i.vertically.flipped.icon {
|
167
|
-
|
168
|
-
transform: scale(1, -1);
|
161
|
+
transform: scale(1, -1);
|
169
162
|
}
|
170
163
|
.icons i.flipped.icon:not(.corner):not(:first-child),
|
171
164
|
.icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
|
172
|
-
|
173
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
165
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
174
166
|
}
|
175
167
|
.icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
|
176
|
-
|
177
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
168
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
178
169
|
}
|
179
170
|
|
180
171
|
/* -------------------
|
@@ -183,32 +174,26 @@ i.vertically.flipped.icon {
|
|
183
174
|
i.rotated.icon,
|
184
175
|
i.right.rotated.icon,
|
185
176
|
i.clockwise.rotated.icon {
|
186
|
-
|
187
|
-
transform: rotate(90deg);
|
177
|
+
transform: rotate(90deg);
|
188
178
|
}
|
189
179
|
i.left.rotated.icon,
|
190
180
|
i.counterclockwise.rotated.icon {
|
191
|
-
|
192
|
-
transform: rotate(-90deg);
|
181
|
+
transform: rotate(-90deg);
|
193
182
|
}
|
194
183
|
i.halfway.rotated.icon {
|
195
|
-
|
196
|
-
transform: rotate(180deg);
|
184
|
+
transform: rotate(180deg);
|
197
185
|
}
|
198
186
|
.icons i.rotated.rotated.icon:not(.corner):not(:first-child),
|
199
187
|
.icons i.right.rotated.icon:not(.corner):not(:first-child),
|
200
188
|
.icons i.clockwise.rotated.icon:not(.corner):not(:first-child) {
|
201
|
-
|
202
|
-
transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
189
|
+
transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
203
190
|
}
|
204
191
|
.icons i.left.rotated.icon:not(.corner):not(:first-child),
|
205
192
|
.icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child) {
|
206
|
-
|
207
|
-
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
193
|
+
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
208
194
|
}
|
209
195
|
.icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
|
210
|
-
|
211
|
-
transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
196
|
+
transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
212
197
|
}
|
213
198
|
|
214
199
|
/* --------------------------
|
@@ -217,62 +202,50 @@ i.halfway.rotated.icon {
|
|
217
202
|
i.rotated.flipped.icon,
|
218
203
|
i.right.rotated.flipped.icon,
|
219
204
|
i.clockwise.rotated.flipped.icon {
|
220
|
-
|
221
|
-
transform: scale(-1, 1) rotate(90deg);
|
205
|
+
transform: scale(-1, 1) rotate(90deg);
|
222
206
|
}
|
223
207
|
i.left.rotated.flipped.icon,
|
224
208
|
i.counterclockwise.rotated.flipped.icon {
|
225
|
-
|
226
|
-
transform: scale(-1, 1) rotate(-90deg);
|
209
|
+
transform: scale(-1, 1) rotate(-90deg);
|
227
210
|
}
|
228
211
|
i.halfway.rotated.flipped.icon {
|
229
|
-
|
230
|
-
transform: scale(-1, 1) rotate(180deg);
|
212
|
+
transform: scale(-1, 1) rotate(180deg);
|
231
213
|
}
|
232
214
|
i.rotated.vertically.flipped.icon,
|
233
215
|
i.right.rotated.vertically.flipped.icon,
|
234
216
|
i.clockwise.rotated.vertically.flipped.icon {
|
235
|
-
|
236
|
-
transform: scale(1, -1) rotate(90deg);
|
217
|
+
transform: scale(1, -1) rotate(90deg);
|
237
218
|
}
|
238
219
|
i.left.rotated.vertically.flipped.icon,
|
239
220
|
i.counterclockwise.rotated.vertically.flipped.icon {
|
240
|
-
|
241
|
-
transform: scale(1, -1) rotate(-90deg);
|
221
|
+
transform: scale(1, -1) rotate(-90deg);
|
242
222
|
}
|
243
223
|
i.halfway.rotated.vertically.flipped.icon {
|
244
|
-
|
245
|
-
transform: scale(1, -1) rotate(180deg);
|
224
|
+
transform: scale(1, -1) rotate(180deg);
|
246
225
|
}
|
247
226
|
.icons i.rotated.flipped.icon:not(.corner):not(:first-child),
|
248
227
|
.icons i.right.rotated.flipped.icon:not(.corner):not(:first-child),
|
249
228
|
.icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
250
|
-
|
251
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
229
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
252
230
|
}
|
253
231
|
.icons i.left.rotated.flipped.icon:not(.corner):not(:first-child),
|
254
232
|
.icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
255
|
-
|
256
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
233
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
257
234
|
}
|
258
235
|
.icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
|
259
|
-
|
260
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
236
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
261
237
|
}
|
262
238
|
.icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
263
239
|
.icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
264
240
|
.icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
265
|
-
|
266
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
241
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
267
242
|
}
|
268
243
|
.icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
269
244
|
.icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
270
|
-
|
271
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
245
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
272
246
|
}
|
273
247
|
.icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
274
|
-
|
275
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
248
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
276
249
|
}
|
277
250
|
|
278
251
|
/* -------------------
|
@@ -284,17 +257,14 @@ i.bordered.icon {
|
|
284
257
|
width: 2em;
|
285
258
|
height: 2em;
|
286
259
|
padding: 0.5em 0 !important;
|
287
|
-
|
288
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
260
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
289
261
|
}
|
290
262
|
i.bordered.icon.colored {
|
291
|
-
|
292
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
263
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
293
264
|
}
|
294
265
|
i.bordered.inverted.icon {
|
295
266
|
border: none;
|
296
|
-
|
297
|
-
box-shadow: none;
|
267
|
+
box-shadow: none;
|
298
268
|
}
|
299
269
|
|
300
270
|
/* -------------------
|
@@ -576,8 +546,7 @@ i.icons .icon {
|
|
576
546
|
margin: 0;
|
577
547
|
}
|
578
548
|
i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
|
579
|
-
|
580
|
-
transform: translateX(-50%) translateY(-50%);
|
549
|
+
transform: translateX(-50%) translateY(-50%);
|
581
550
|
}
|
582
551
|
i.icons .icon:first-child {
|
583
552
|
position: static;
|
@@ -586,8 +555,7 @@ i.icons .icon:first-child {
|
|
586
555
|
vertical-align: top;
|
587
556
|
}
|
588
557
|
i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
|
589
|
-
|
590
|
-
transform: none;
|
558
|
+
transform: none;
|
591
559
|
}
|
592
560
|
|
593
561
|
/* Corner Icon */
|
@@ -600,8 +568,7 @@ i.icons .corner.icon {
|
|
600
568
|
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
|
601
569
|
}
|
602
570
|
i.icons .corner.icon:not(.rotated):not(.flipped) {
|
603
|
-
|
604
|
-
transform: none;
|
571
|
+
transform: none;
|
605
572
|
}
|
606
573
|
i.icons .icon.corner[class*="top right"] {
|
607
574
|
top: 0;
|
@@ -640,14 +607,12 @@ i.bordered.icons,
|
|
640
607
|
i.circular.icons {
|
641
608
|
width: 2em;
|
642
609
|
height: 2em;
|
643
|
-
|
644
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
610
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
645
611
|
vertical-align: middle;
|
646
612
|
}
|
647
613
|
i.bordered.icons.colored,
|
648
614
|
i.circular.icons.colored {
|
649
|
-
|
650
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
615
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
651
616
|
}
|
652
617
|
i.circular.icons {
|
653
618
|
border-radius: 500em;
|
@@ -655,16 +620,14 @@ i.circular.icons {
|
|
655
620
|
i.bordered.icons i.icon:first-child,
|
656
621
|
i.circular.icons i.icon:first-child {
|
657
622
|
position: absolute;
|
658
|
-
|
659
|
-
transform: translateX(-50%) translateY(-50%);
|
623
|
+
transform: translateX(-50%) translateY(-50%);
|
660
624
|
}
|
661
625
|
|
662
626
|
/* Inverted Icon */
|
663
627
|
i.bordered.inverted.icons,
|
664
628
|
i.circular.inverted.icons {
|
665
629
|
border: none;
|
666
|
-
|
667
|
-
box-shadow: none;
|
630
|
+
box-shadow: none;
|
668
631
|
background-color: #1b1c1d;
|
669
632
|
color: #fff;
|
670
633
|
}
|