|
@@ -93,7 +93,7 @@ html[light] {
|
|
|
.btn.btn-outline-primary {
|
|
.btn.btn-outline-primary {
|
|
|
@include three-stranded-button($primary, lighten($primary, 65%), lighten($primary, 70%));
|
|
@include three-stranded-button($primary, lighten($primary, 65%), lighten($primary, 70%));
|
|
|
}
|
|
}
|
|
|
- .btn.active-btn {
|
|
|
|
|
|
|
+ .btn.btn-outline-primary.active {
|
|
|
background-color: lighten($primary, 70%);
|
|
background-color: lighten($primary, 70%);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -204,7 +204,7 @@ html[dark] {
|
|
|
.btn.btn-outline-primary {
|
|
.btn.btn-outline-primary {
|
|
|
@include three-stranded-button(lighten($primary, 30%), $primary, darken($primary, 10%), darken($primary, 20%));
|
|
@include three-stranded-button(lighten($primary, 30%), $primary, darken($primary, 10%), darken($primary, 20%));
|
|
|
}
|
|
}
|
|
|
- .btn.active-btn {
|
|
|
|
|
|
|
+ .btn.btn-outline-primary.active {
|
|
|
background-color: darken($primary, 10%);
|
|
background-color: darken($primary, 10%);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|