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

23 lines
374 B
SCSS
Raw 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 {
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;
@include themify($themes) {
border-color: themed('borderColor');
}
}
2018-04-14 18:52:46 +02:00
}