mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(segment/toolbar): fixed segment padding iOS and toolbar text for MD
references #689
This commit is contained in:
@@ -18,13 +18,8 @@ $segment-button-ios-font-size: 1.3rem !default;
|
||||
$segment-button-ios-border-radius: 4px !default;
|
||||
|
||||
$segment-button-ios-toolbar-button-max-width: 100px !default;
|
||||
$segment-button-ios-padding: 0 16px !default;
|
||||
|
||||
|
||||
ion-segment {
|
||||
padding: $segment-button-ios-padding;
|
||||
}
|
||||
|
||||
.segment-button {
|
||||
min-height: $segment-button-ios-min-height;
|
||||
line-height: $segment-button-ios-line-height;
|
||||
|
||||
@@ -115,6 +115,8 @@ ion-buttons[right] {
|
||||
border: 0;
|
||||
font-size: $toolbar-md-button-font-size;
|
||||
border-radius: $bar-button-md-border-radius;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@mixin md-bar-button-default($color-name, $color-value) {
|
||||
|
||||
Reference in New Issue
Block a user