1
0
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:
Kyle Spearrin
2018-06-01 16:58:24 -04:00
parent ff9cde5d5e
commit 308af338c0
4 changed files with 9 additions and 9 deletions

View File

@@ -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