mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat: hairlines width can be configured with a sass variable
This commit is contained in:
@@ -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
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user