Prevent font size change for buttons with class btn-lg
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user