[BUGFIX] Icon position in button
This commit is contained in:
parent
d41ca2a306
commit
80633dcfa8
@ -7,6 +7,7 @@ button {
|
|||||||
font-family: $font-family-icons;
|
font-family: $font-family-icons;
|
||||||
font-size: $button-font-size;
|
font-size: $button-font-size;
|
||||||
height: 1.8em;
|
height: 1.8em;
|
||||||
|
line-height: 1.95;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -37,7 +38,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.close {
|
&.close {
|
||||||
background: none;
|
background-color: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@if $shadows == 1 {
|
@if $shadows == 1 {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -46,6 +47,7 @@ button {
|
|||||||
float: right;
|
float: right;
|
||||||
font-size: $button-font-size;
|
font-size: $button-font-size;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
line-height: 1.2;
|
||||||
margin: $button-distance;
|
margin: $button-distance;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user