fix(nabber): iOS nabber updates

This commit is contained in:
Adam Bradley
2015-09-29 16:41:30 -05:00
parent 6b07b86e8e
commit f6331a688f
3 changed files with 73 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
}
.back-button {
margin: 0 4px;
margin: 0;
min-height: 3.2rem;
line-height: 1;
order: map-get($toolbar-order-ios, 'back-button');
@@ -59,7 +59,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
.back-button-icon {
display: inherit;
margin: 0;
min-width: 20px;
min-width: 18px;
font-size: 3.2rem;
}
@@ -76,7 +76,7 @@ ion-title {
left: 0;
width: 100%;
height: 100%;
padding: 0px 90px;
padding: 0px 90px 1px 90px;
pointer-events: none;
}