mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
11 lines
345 B
SCSS
11 lines
345 B
SCSS
@import "../../themes/ionic.globals.ios";
|
|
|
|
// iOS Back Button
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Z index of the back button
|
|
$back-button-ios-button-z-index: $z-index-toolbar-buttons !default;
|
|
|
|
/// @prop - Text color of the back button
|
|
$back-button-ios-color: ion-color(primary, base) !default;
|