Tweaked button bar styles

This commit is contained in:
Max Lynch
2013-11-09 12:30:36 -06:00
parent 71e9a7fba9
commit 95c9a7c10f
2 changed files with 5 additions and 5 deletions

6
dist/css/ionic.css vendored
View File

@ -2639,7 +2639,7 @@ a.subdued {
line-height: 44px; }
.bar .title a {
color: inherit; }
.bar > .button {
.bar .button {
z-index: 1;
padding: 0 8px;
height: 32px;
@ -2647,10 +2647,10 @@ a.subdued {
min-height: 31px;
font-size: 12px;
line-height: 29px; }
.bar > .button .icon {
.bar .button .icon {
font-size: 24px;
line-height: 29px; }
.bar .button-bar > .button {
.bar .button-bar > .button, .bar .buttons > .button {
height: 32px;
min-height: 31px;
line-height: 30px; }

View File

@ -103,7 +103,7 @@
color: inherit;
}
> .button {
.button {
z-index: 1;
padding: 0 $button-bar-button-padding;
height: $button-bar-button-height;
@ -118,7 +118,7 @@
}
}
.button-bar > .button {
.button-bar > .button, .buttons > .button {
height: $button-bar-button-height;
min-height: $button-bar-button-height - 1;
line-height: $button-bar-button-height - 2;