1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +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

@@ -21,7 +21,7 @@
@include themify($themes) {
background-color: themed('backgroundColorAlt');
border-right-color: themed('borderColorDark');
border-right-color: themed('borderColor');
}
.inner-content {
@@ -141,7 +141,7 @@
@include themify($themes) {
background-color: themed('backgroundColor');
border-right-color: themed('borderColorDark');
border-right-color: themed('borderColor');
}
.no-items {
@@ -302,7 +302,7 @@
@include themify($themes) {
background-color: themed('backgroundColorAlt');
border-top-color: themed('borderColorDark');
border-top-color: themed('borderColor');
}
button {