ux(sass): a lot of polish on headings and margins, ONLY USE bottom margins, othewise margin collapse causes issues

This commit is contained in:
Torkel Ödegaard
2016-02-18 12:16:47 +01:00
parent 25ca751ab8
commit 3003a8cb6e
16 changed files with 157 additions and 145 deletions

View File

@@ -16,3 +16,9 @@
}
// Button sizes
@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
padding: $padding-y $padding-x;
font-size: $font-size;
@include border-radius($border-radius);
}