Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixins/_button.scss')
-rw-r--r--src/mixins/_button.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mixins/_button.scss b/src/mixins/_button.scss
index 338e8e3..c90a94b 100644
--- a/src/mixins/_button.scss
+++ b/src/mixins/_button.scss
@@ -19,7 +19,10 @@
color: $light-color;
}
&.loading {
- @extend .btn-primary.loading;
+ &::after {
+ border-bottom-color: $light-color;
+ border-left-color: $light-color;
+ }
}
}