fix .bar .button-clear font-size

This commit is contained in:
Adam Bradley
2013-12-02 14:38:04 -06:00
parent 97fab727a8
commit db61d965c2
3 changed files with 6 additions and 1 deletions

2
dist/css/ionic.css vendored
View File

@@ -2805,6 +2805,8 @@ a.subdued {
line-height: 30px; }
.bar .button.button-icon .icon, .bar .button.button-icon.icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before {
line-height: 32px; }
.bar .button.button-clear {
font-size: 18px; }
.bar .button-bar > .button, .bar .buttons > .button {
min-height: 31px;
height: 32px;

View File

@@ -154,6 +154,9 @@
line-height: $button-bar-button-height;
}
}
&.button-clear {
font-size: 18px;
}
}
.button-bar > .button, .buttons > .button {

View File

@@ -206,7 +206,7 @@
</a>
</header>
<header class="bar bar-calm">
<header class="bar">
<a class="button button-icon icon ion-arrow-left-c"></a>
<div class="button-bar">
<a class="button">First</a>