iOS toolbar css

This commit is contained in:
Adam Bradley
2015-07-22 14:21:32 -05:00
parent cb06c5580a
commit 0bf46d70b9
4 changed files with 13 additions and 15 deletions

View File

@@ -15,18 +15,16 @@ $navbar-ios-border-color: #c4c4c4 !default;
.navbar[mode="ios"] {
button,
[button] {
padding: 0;
margin: 0 1rem;
min-height: $navbar-ios-height;
min-width: 0;
}
.back-button {
padding: 0;
margin: 0 4px;
order: map-get($toolbar-order-ios, 'back-button');
overflow: inherit;
icon {
padding-right: 8px;
}
}
.back-button-icon {