mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
14 lines
192 B
SCSS
14 lines
192 B
SCSS
@import "variables.scss";
|
|
|
|
html.browser_safari {
|
|
header {
|
|
.search .fa {
|
|
left: 20px;
|
|
}
|
|
|
|
.left + .search .fa {
|
|
left: 10px;
|
|
}
|
|
}
|
|
}
|