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

40 lines
759 B
SCSS
Raw Normal View History

2018-05-30 21:39:20 +02:00
html.os_windows {
2018-01-31 02:03:41 +01:00
body {
2018-05-30 21:39:20 +02:00
border-top: 1px solid #dddddd;
}
2018-05-30 21:21:41 +02:00
2018-05-30 21:39:20 +02:00
&.theme_dark body {
border-top-color: #000000;
2018-01-31 02:03:41 +01:00
}
}
html.os_macos {
body {
-webkit-app-region: drag
}
button, a, span, input, p, h1, h2, h3, h4, h5, h6, img, select, textarea, .box {
-webkit-app-region: no-drag;
}
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page {
.content {
a.settings-icon {
position: absolute;
left: unset;
right: 10px;
span {
margin-right: 8px;
float: left;
}
}
}
}
#groupings {
padding-top: 24px;
}
}