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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 17:23:41 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 17:29:57 +0300
commit13c62cdbfad1cc7f140d59f018b6004f92e6d3b5 (patch)
treed773fe12f25a2a8c42fe8a918df05e0717eed5bb /app/assets/stylesheets/framework/buttons.scss
parent5aea280fa7017cc4eac814c31eb45e024ba84a1e (diff)
Add svg icon color to btn-color mixin
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss14
1 files changed, 6 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index c6fe614f503..f87b8a2ad1c 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -51,16 +51,13 @@
}
svg {
- vertical-align: top;
- position: relative;
- top: 2px;
path {
- fill: $white-light;
+ fill: $color;
}
use {
- stroke: $white-light;
+ stroke: $color;
}
}
}
@@ -189,9 +186,10 @@
}
svg {
- width: 16px;
- height: auto;
- vertical-align: middle;
+ height: 15px;
+ width: auto;
+ position: relative;
+ top: 2px;
}
}