bitwarden-estensione-browser/src/popup/scss/environment.scss

40 lines
629 B
SCSS
Raw Permalink Normal View History

2018-04-14 04:29:31 +02:00
@import "variables.scss";
2018-04-14 18:52:46 +02:00
html.browser_safari {
body {
height: 360px !important;
&.body-xs {
height: 300px !important;
}
&.body-full {
height: 100% !important;
}
}
2018-04-14 18:52:46 +02:00
header {
.search .fa {
2019-03-14 03:54:18 +01:00
left: 20px;
2018-04-14 18:52:46 +02:00
}
.left + .search .fa {
2019-03-14 03:59:20 +01:00
left: 10px;
2018-04-14 18:52:46 +02:00
}
}
2019-08-21 05:58:31 +02:00
app-root {
border-width: 1px;
border-style: solid;
2019-08-21 06:07:43 +02:00
border-color: #000000;
2019-08-21 06:11:01 +02:00
}
&.theme_light app-root {
2019-08-22 16:55:05 +02:00
border-color: #777777;
2019-08-21 06:11:01 +02:00
}
&.theme_nord app-root {
border-color: #2e3440;
2019-08-21 05:58:31 +02:00
}
2018-04-14 18:52:46 +02:00
}