mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Tweaked button bar styles
This commit is contained in:
6
dist/css/ionic.css
vendored
6
dist/css/ionic.css
vendored
@ -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; }
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user