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,8 +30,10 @@ span.caret {
.btn { .btn {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-weight: 500; font-weight: 500;
:not(.btn-lg) {
font-size: 0.875rem; font-size: 0.875rem;
} }
}
.progress { .progress {
margin: 0; margin: 0;