summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/buttons.scss
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-02 14:27:45 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-02 14:27:45 -0500
commitd87e317be449274983f5c515edf5285a1bb08c21 (patch)
tree534def0d6a1403f33feaeac5b7ee49cc3924a22a /app/assets/stylesheets/framework/buttons.scss
parente2b6e9c3c531649535e47de0814dd4cb651411fa (diff)
downloadgitlab-ce-d87e317be449274983f5c515edf5285a1bb08c21.tar.gz
Added correct colors and styles from antetype mockup.
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index c99292c3f83..b3d7874d277 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -2,7 +2,7 @@
@include border-radius(3px);
font-size: $gl-font-size;
font-weight: 500;
- padding: $gl-vert-padding $gl-padding;
+ padding: $gl-vert-padding $gl-btn-padding;
&:focus,
&:active {