mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Merge branch 'master' of github.com:bitwarden/desktop
This commit is contained in:
@@ -16,10 +16,6 @@ html, body {
|
||||
line-height: 1.42857143;
|
||||
}
|
||||
|
||||
body {
|
||||
border-top: 1px solid $border-color-dark;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: $font-family-sans-serif;
|
||||
color: $text-color;
|
||||
|
||||
7
src/scss/environment.scss
Normal file
7
src/scss/environment.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "variables.scss";
|
||||
|
||||
html.os_windows {
|
||||
body {
|
||||
border-top: 1px solid $border-color-dark;
|
||||
}
|
||||
}
|
||||
@@ -8,3 +8,4 @@
|
||||
@import "misc.scss";
|
||||
@import "modal.scss";
|
||||
@import "plugins.scss";
|
||||
@import "environment.scss";
|
||||
|
||||
Reference in New Issue
Block a user