fix(menu-button): move font-size to host for easier customization (#18699)

fixes #18667
This commit is contained in:
Brandy Carney
2019-07-02 15:37:16 -04:00
committed by GitHub
parent c6bb2730a8
commit 876ab41ba8
3 changed files with 10 additions and 6 deletions

View File

@ -11,6 +11,8 @@
--padding-end: 5px;
height: 32px;
font-size: 31px;
}
:host(.activated) {
@ -23,10 +25,6 @@
}
}
ion-icon {
font-size: 31px;
}
// Menu Button Color: Focused
// --------------------------------------------------