mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
add app border on safari
This commit is contained in:
parent
a8b454a50e
commit
214686285b
@ -10,4 +10,13 @@ html.browser_safari {
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
app-root {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
@include themify($themes) {
|
||||
border-color: themed('borderColor');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user