feat: hairlines width can be configured with a sass variable

This commit is contained in:
Manu Mtz.-Almeida
2016-02-07 15:00:34 +01:00
parent 5ac1cf9048
commit 06b3a5b3bd
10 changed files with 24 additions and 17 deletions

View File

@@ -131,6 +131,9 @@ $button-ios-small-icon-font-size: 1.3em !default;
}
}
&.hairlines .button-outline {
border-width: $hairlines-width;
}
// iOS Outline Button Color Mixin
// --------------------------------------------------