mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -14,7 +14,6 @@ $toolbar-order-ios: (
|
||||
menu-toggle-end: 7,
|
||||
);
|
||||
|
||||
$toolbar-ios-padding: 4px !default;
|
||||
$toolbar-ios-button-font-size: 1.7rem !default;
|
||||
|
||||
$toolbar-ios-title-font-size: 1.7rem !default;
|
||||
@@ -80,8 +79,6 @@ $navbar-ios-height: $toolbar-ios-height !default;
|
||||
}
|
||||
|
||||
.toolbar-title-ios {
|
||||
margin-top: 1px;
|
||||
|
||||
font-size: $toolbar-ios-title-font-size;
|
||||
font-weight: $toolbar-ios-title-font-weight;
|
||||
text-align: $toolbar-ios-title-text-align;
|
||||
@@ -157,7 +154,7 @@ $navbar-ios-height: $toolbar-ios-height !default;
|
||||
// --------------------------------------------------
|
||||
|
||||
.bar-button-ios {
|
||||
padding: 0 5px;
|
||||
padding: 0 4px;
|
||||
|
||||
height: 32px;
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ $toolbar-order-md: (
|
||||
menu-toggle-end: 7,
|
||||
);
|
||||
|
||||
$toolbar-md-padding: 4px !default;
|
||||
$toolbar-md-title-font-size: 2rem !default;
|
||||
$toolbar-md-title-text-color: color-contrast($colors-md, $toolbar-md-background, md) !default;
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ $toolbar-order-wp: (
|
||||
menu-toggle-end: 7,
|
||||
);
|
||||
|
||||
$toolbar-wp-padding: 4px !default;
|
||||
$toolbar-wp-title-padding: 0 6px !default;
|
||||
$toolbar-wp-title-font-size: 1.5rem !default;
|
||||
$toolbar-wp-title-font-weight: bold !default;
|
||||
|
||||
Reference in New Issue
Block a user