mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
8 lines
117 B
SCSS
8 lines
117 B
SCSS
@import "variables.scss";
|
|
|
|
html.os_windows {
|
|
body {
|
|
border-top: 1px solid $border-color-dark;
|
|
}
|
|
}
|