1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
Files
browser/src/scss/environment.scss
2019-04-13 21:17:05 -04:00

49 lines
941 B
SCSS

html.os_windows {
body {
border-top: 1px solid #dddddd;
}
&.theme_dark body {
border-top-color: #000000;
}
}
html.os_macos {
body.layout_frontend {
-webkit-app-region: drag;
button, a, span, input, p, h1, h2, h3, h4, h5, h6, img, select,
textarea, label, .box, .modal-backdrop {
-webkit-app-region: no-drag;
}
}
#login-page {
.content {
a.settings-icon {
position: absolute;
left: unset;
right: 20px;
span {
margin-right: 8px;
float: left;
}
}
}
}
#vault .mac-bar {
height: 37px;
-webkit-app-region: drag
}
#vault > #groupings > .content > .inner-content {
padding-top: 0;
}
#vault > #logo {
-webkit-app-region: drag;
}
}