This commit is contained in:
Max Lynch
2015-07-19 09:19:40 -05:00
parent f1da4c8973
commit b059c88fc7
2 changed files with 14 additions and 5 deletions

View File

@@ -6,10 +6,14 @@ $toolbar-material-button-font-size: 2rem !default;
$toolbar-material-button-text-color: #007aff !default;
.toolbar[mode="md"] {
padding: 0px 15px;
padding: 0px 16px;
height: $toolbar-material-height;
background: $toolbar-material-background;
.toolbar-inner-title {
padding: 0;
}
ion-title {
font-size: $toolbar-material-title-font-size;
font-weight: 500;