fix(nav): back button and title not aligned on baseline

fixes #8983
This commit is contained in:
Manu Mtz.-Almeida
2016-11-27 18:09:23 +01:00
parent 78e1e97975
commit d82bb01505
10 changed files with 12 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ $toolbar-order-ios: (
menu-toggle-end: 7,
);
$toolbar-ios-padding: 4px !default;
$toolbar-ios-button-font-size: 1.7rem !default;
$toolbar-ios-title-font-size: 1.7rem !default;
@@ -80,8 +79,6 @@ $navbar-ios-height: $toolbar-ios-height !default;
}
.toolbar-title-ios {
margin-top: 1px;
font-size: $toolbar-ios-title-font-size;
font-weight: $toolbar-ios-title-font-weight;
text-align: $toolbar-ios-title-text-align;
@@ -157,7 +154,7 @@ $navbar-ios-height: $toolbar-ios-height !default;
// --------------------------------------------------
.bar-button-ios {
padding: 0 5px;
padding: 0 4px;
height: 32px;

View File

@@ -14,7 +14,6 @@ $toolbar-order-md: (
menu-toggle-end: 7,
);
$toolbar-md-padding: 4px !default;
$toolbar-md-title-font-size: 2rem !default;
$toolbar-md-title-text-color: color-contrast($colors-md, $toolbar-md-background, md) !default;

View File

@@ -14,7 +14,6 @@ $toolbar-order-wp: (
menu-toggle-end: 7,
);
$toolbar-wp-padding: 4px !default;
$toolbar-wp-title-padding: 0 6px !default;
$toolbar-wp-title-font-size: 1.5rem !default;
$toolbar-wp-title-font-weight: bold !default;