1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00
Files
browser/src/popup/scss/environment.scss
2019-03-13 22:59:20 -04:00

14 lines
192 B
SCSS

@import "variables.scss";
html.browser_safari {
header {
.search .fa {
left: 20px;
}
.left + .search .fa {
left: 10px;
}
}
}