mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(all): cleanup mode font
This commit is contained in:
@ -13,8 +13,6 @@
|
||||
--padding-start: #{$toolbar-ios-padding};
|
||||
--padding-end: #{$toolbar-ios-padding};
|
||||
--min-height: #{$toolbar-ios-height};
|
||||
|
||||
font-family: $toolbar-ios-font-family;
|
||||
}
|
||||
|
||||
// iOS Toolbar Content
|
||||
|
@ -15,9 +15,6 @@ $toolbar-order-ios: (
|
||||
menu-toggle-end: 7,
|
||||
);
|
||||
|
||||
/// @prop - Font family of the toolbar
|
||||
$toolbar-ios-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the toolbar button
|
||||
$toolbar-ios-button-font-size: 17px !default;
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
--padding-start: #{$toolbar-md-padding};
|
||||
--padding-end: #{$toolbar-md-padding};
|
||||
--min-height: #{$toolbar-md-height};
|
||||
|
||||
font-family: $toolbar-md-font-family;
|
||||
}
|
||||
|
||||
|
||||
|
@ -15,9 +15,6 @@ $toolbar-order-md: (
|
||||
menu-toggle-end: 7,
|
||||
);
|
||||
|
||||
/// @prop - Font family of the toolbar
|
||||
$toolbar-md-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the toolbar button
|
||||
$toolbar-md-button-font-size: 14px !default;
|
||||
|
||||
|
@ -31,6 +31,8 @@
|
||||
|
||||
color: var(--color);
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
contain: content;
|
||||
|
||||
z-index: $z-index-toolbar;
|
||||
|
Reference in New Issue
Block a user