mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
theme border colors for approot
This commit is contained in:
parent
214686285b
commit
da766b0b8e
@ -14,9 +14,13 @@ html.browser_safari {
|
||||
app-root {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #000000;
|
||||
|
||||
@include themify($themes) {
|
||||
border-color: themed('borderColor');
|
||||
&.theme_light {
|
||||
border-color: #777;
|
||||
}
|
||||
&.theme_nord {
|
||||
border-color: #2e3440;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user