Reduce spacing between buttons, fix for large icons

This commit is contained in:
Paul Clarke 2016-05-10 14:58:29 +12:00
parent d8a13233e6
commit 75faa0de9f

View File

@ -4,7 +4,7 @@
// General buttons // General buttons
.btn { .btn {
height: 32px; height: 32px;
margin-right: $spacer-x * .75; // 12px margin-right: $spacer-x * .5; // 8px
position: relative; position: relative;
} }
@ -18,9 +18,10 @@
} }
// Gives button a larger icon // Gives button a larger icon
.btn--icon-large { .btn--icon-large[class*="font-icon-"]::before {
font-size: 20px; font-size: 20px;
line-height: 20px; line-height: 20px;
top: 0;
} }