button correction if only icon, not text

This commit is contained in:
2021-07-06 13:34:47 +02:00
parent 49253abfb8
commit 4668f657ab
3 changed files with 11 additions and 6 deletions

View File

@@ -64,6 +64,11 @@
font: normal normal normal 14px/1 ForkAwesome;
margin-right: 0.5em;
}
&[class*='btn-']:empty {
&::before {
margin-right: 0;
}
}
}
.btn {