Prevent font size change for buttons with class btn-lg

This commit is contained in:
Sebastian Serth
2018-11-06 16:24:34 +01:00
parent c1afa8265a
commit 572a1405c3

View File

@ -30,7 +30,9 @@ span.caret {
.btn {
-webkit-font-smoothing: antialiased;
font-weight: 500;
font-size: 0.875rem;
:not(.btn-lg) {
font-size: 0.875rem;
}
}
.progress {