mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +00:00
Add missing semicolons to base.scss
This commit is contained in:
@@ -348,11 +348,11 @@ app-root {
|
||||
|
||||
@media only screen and (min-width: 601px) {
|
||||
app-lock header {
|
||||
padding: 0 calc((100% - 500px) / 2)
|
||||
padding: 0 calc((100% - 500px) / 2);
|
||||
}
|
||||
|
||||
app-lock content {
|
||||
padding: 0 calc((100% - 500px) / 2)
|
||||
padding: 0 calc((100% - 500px) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user