Prevent font size change for buttons with class btn-lg
This commit is contained in:
@ -30,7 +30,9 @@ span.caret {
|
||||
.btn {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: 500;
|
||||
:not(.btn-lg) {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
|
||||
.progress {
|
||||
|
Reference in New Issue
Block a user