We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2a5f commit 24e022eCopy full SHA for 24e022e
less/_defaults/_colors.less
@@ -189,3 +189,4 @@
189
// --------------------------------------------------
190
@shadow: @black;
191
@shadow-inverted: @white;
192
+@shadow-opacity: 50%;
less/core/loading.less
@@ -1,7 +1,7 @@
1
@loading-anim-delay: 0.16s;
2
3
.loading {
4
- background-color: fade(@shadow, 50%);
+ background-color: fade(@shadow, @shadow-opacity);
5
color: @shadow-inverted;
6
7
&__inner,
less/core/shadow.less
@@ -1,3 +1,3 @@
.shadow {
}
0 commit comments