fix(toolbar): fix wp back button in toolbar

references #5923
This commit is contained in:
Brandy Carney
2016-03-23 13:35:16 -04:00
parent 0e91a69257
commit 9a23a925a4

View File

@ -282,15 +282,16 @@ ion-buttons[right] {
// -------------------------------------------------- // --------------------------------------------------
.back-button { .back-button {
margin: 0 0 0 12px; margin: 0 6px;
min-width: 44px;
box-shadow: none; box-shadow: none;
} }
.back-button-icon { .back-button-icon {
margin: 0; margin: 0;
padding: 0 6px;
min-width: 30px;
font-size: 2.4rem; font-size: 2.4rem;
font-weight: normal; font-weight: normal;