mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
rename borderColor theme variables
This commit is contained in:
@@ -203,7 +203,7 @@ $close-text-shadow: 0 1px 0 $white !default;
|
||||
//@include border-top-radius($border-radius-lg);
|
||||
|
||||
@include themify($themes) {
|
||||
border-bottom-color: themed('borderColorDark');
|
||||
border-bottom-color: themed('borderColor');
|
||||
}
|
||||
|
||||
.close {
|
||||
@@ -249,7 +249,7 @@ $close-text-shadow: 0 1px 0 $white !default;
|
||||
border-top: $modal-footer-border-width solid $modal-footer-border-color;
|
||||
|
||||
@include themify($themes) {
|
||||
border-top-color: themed('borderColorDark');
|
||||
border-top-color: themed('borderColor');
|
||||
}
|
||||
|
||||
// Easily place margin between footer elements
|
||||
|
||||
Reference in New Issue
Block a user