refactor(bar): android backbutton/title sizes

This commit is contained in:
Adam Bradley
2015-01-15 15:58:01 -06:00
parent 6f50c87ec3
commit 9bf2dab540

View File

@@ -260,6 +260,22 @@
}
.platform-android {
.bar {
.back-button .icon:before {
font-size: 24px;
}
.title {
font-size: 19px;
line-height: 43px;
}
}
}
// Default styles for buttons inside of styled bars
.bar-light {
.button {