[Fix #849] Fix the display of icons in buttons

Some changes were forgotten in #841
This commit is contained in:
gregoirenovel 2017-10-16 18:23:46 +02:00
parent 2529caa01e
commit e3123ac320

View file

@ -65,7 +65,7 @@
width: 100%; width: 100%;
} }
> i { > .icon {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-size: 18px 18px; background-size: 18px 18px;
@ -93,7 +93,7 @@
} }
} }
&.icon-only i { &.icon-only .icon {
margin-right: 0; margin-right: 0;
} }
} }