1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02:00
bitwarden-desktop/src/scss/environment.scss

53 lines
1.0 KiB
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 {
2019-04-14 03:17:05 +02:00
body.layout_frontend {
-webkit-app-region: drag;
2019-07-24 20:59:50 +02:00
button, a, i, b, span, input, p, h1, h2, h3, h4, h5, h6, img, select,
2019-04-14 03:17:05 +02:00
textarea, label, .box, .modal-backdrop {
-webkit-app-region: no-drag;
}
}
2019-04-14 03:17:05 +02:00
#login-page {
.content {
a.settings-icon {
position: absolute;
left: unset;
2019-04-14 03:17:05 +02:00
right: 20px;
span {
margin-right: 8px;
float: left;
}
}
}
}
2021-02-03 22:24:49 +01:00
.vault .header-search {
2019-07-24 20:59:50 +02:00
-webkit-app-region: drag;
input, i {
-webkit-app-region: no-drag;
}
}
2021-02-03 22:24:49 +01:00
.vault .mac-bar {
2019-07-24 20:56:00 +02:00
height: 48px;
2019-04-14 03:44:14 +02:00
-webkit-app-region: drag;
2019-04-14 03:17:05 +02:00
}
2021-02-03 22:24:49 +01:00
.vault > .groupings > .content > .inner-content {
2019-04-14 03:17:05 +02:00
padding-top: 0;
}
}