1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

add app border on safari

This commit is contained in:
Kyle Spearrin
2019-08-20 23:58:31 -04:00
parent a8b454a50e
commit 214686285b

View File

@@ -10,4 +10,13 @@ html.browser_safari {
left: 10px;
}
}
app-root {
border-width: 1px;
border-style: solid;
@include themify($themes) {
border-color: themed('borderColor');
}
}
}