fix action button icon spacing

This commit is contained in:
Felix Niklas 2015-10-02 18:03:42 +02:00
parent 04794fd905
commit 8b9cd329ef

View file

@ -365,6 +365,10 @@ span[data-tooltip]:hover:before {
fill: hsl(0,0%,60%); fill: hsl(0,0%,60%);
} }
.icon:only-child {
margin: 0;
}
&.btn--slim { &.btn--slim {
padding-left: 7px !important; padding-left: 7px !important;
padding-right: 7px !important; padding-right: 7px !important;