1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02:00
bitwarden-desktop/src/scss/environment.scss

8 lines
117 B
SCSS
Raw Normal View History

2018-01-31 02:03:41 +01:00
@import "variables.scss";
html.os_windows {
body {
border-top: 1px solid $border-color-dark;
}
}