Files
ionic-framework/core/src/components/menu-button/menu-button.md.vars.scss
Mike Hartington 57fbf6c396 fix(back-button): fix menu and back button alignment (#14268)
* fix(): fix menu and back button alignment

* fix(button): remove button-text span
2018-04-04 15:39:35 -04:00

8 lines
240 B
SCSS

@import "../../themes/ionic.globals.md";
// Material Design Menu Button
// --------------------------------------------------
/// @prop - Text color of the Menu button
$menu-button-md-color: $toolbar-md-text-color !default;