mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
.button-icon vertical centering .icon when in .bar, closes #168
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
padding: 0 6px;
|
||||
min-width: initial;
|
||||
background: none;
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
background: none;
|
||||
|
||||
&.button:active, &.button.active {
|
||||
@@ -148,7 +148,7 @@
|
||||
@include transition(opacity .1s);
|
||||
padding: 0 $button-clear-padding;
|
||||
max-height: $button-height;
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
|
||||
|
||||
@@ -23,12 +23,17 @@
|
||||
&.button-clear {
|
||||
color: $color;
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
|
||||
@if $font-size != "" {
|
||||
font-size: $font-size;
|
||||
}
|
||||
}
|
||||
&.button-icon {
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin button-outline($color, $text-color:"") {
|
||||
|
||||
Reference in New Issue
Block a user