@companix/uikit 0.1.18 → 0.1.19
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/dist/Button/Button.scss +5 -0
- package/package.json +1 -1
package/dist/Button/Button.scss
CHANGED
|
@@ -157,14 +157,19 @@
|
|
|
157
157
|
cursor: progress;
|
|
158
158
|
position: relative;
|
|
159
159
|
|
|
160
|
+
@include mixins.use-styles(button, loading);
|
|
161
|
+
|
|
160
162
|
.button-text {
|
|
161
163
|
visibility: hidden;
|
|
164
|
+
@include mixins.use-styles(button, loading, text);
|
|
162
165
|
}
|
|
163
166
|
|
|
164
167
|
.button-spinner {
|
|
165
168
|
position: absolute;
|
|
166
169
|
margin: 0;
|
|
167
170
|
color: inherit;
|
|
171
|
+
|
|
172
|
+
@include mixins.use-styles(button, loading, spinner);
|
|
168
173
|
}
|
|
169
174
|
}
|
|
170
175
|
}
|