Files
Paul Stelzer e2ea08b29b fix(menu-button): Not visible if toolbar has primary color (#15847)
* fix(menu-button): Correct color if toolbar has custom color

* fix(menu-button): Fix variable name
2018-10-08 16:05:17 -05:00

22 lines
294 B
SCSS

@import "./menu-button";
@import "./menu-button.ios.vars";
// iOS Menu Button
// --------------------------------------------------
:host {
--color: #{$menu-button-ios-color};
}
:host(.activated) {
opacity: 0.4;
}
button {
@include padding(0, 5px);
}
ion-icon {
font-size: 31px;
}