fix: icon sizing
This commit is contained in:
parent
29d8a76cd1
commit
6fcd879287
|
|
@ -5,13 +5,13 @@
|
||||||
icon, pull{
|
icon, pull{
|
||||||
@apply inline-block;
|
@apply inline-block;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1.27em;
|
||||||
|
vertical-align: text-bottom;
|
||||||
--icon-src: '';
|
--icon-src: '';
|
||||||
background-image: var(--icon-src);
|
background-image: var(--icon-src);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin-bottom: -0.1em;
|
|
||||||
}
|
}
|
||||||
pull{
|
pull{
|
||||||
margin-right: -.5em;
|
margin-right: -.5em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue