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