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:
authorYan Zhu <picturepan2@hotmail.com>2017-09-01 08:35:52 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-01 08:35:52 +0300
commit01ab1832dac5d902ede2e7f96af2c0296737c46f (patch)
tree99e6c1001c9776cd719be401485d335e7b6ed5f6 /src/_buttons.scss
parent30cf502553355cf2a632781a4839c44e1c83a71c (diff)
Improve SASS coding with Hound CI results, and change Hound CI configs.
Diffstat (limited to 'src/_buttons.scss')
-rw-r--r--src/_buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_buttons.scss b/src/_buttons.scss
index a8232f5..0c9540d 100644
--- a/src/_buttons.scss
+++ b/src/_buttons.scss
@@ -1,11 +1,11 @@
// Buttons
.btn {
+ @include control-transition();
appearance: none;
background: $bg-color-light;
border: $border-width solid $primary-color;
border-radius: $border-radius;
color: $primary-color;
- @include control-transition();
cursor: pointer;
display: inline-block;
font-size: $font-size;