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