.button-icon vertical centering .icon when in .bar, closes #168

This commit is contained in:
Adam Bradley
2013-11-20 10:02:41 -06:00
parent 915f98b454
commit cbf9a92e9e
2 changed files with 7 additions and 2 deletions

View File

@@ -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;

View File

@@ -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:"") {