mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-19 11:15:21 +01:00
Add missing semicolons to base.scss
This commit is contained in:
parent
d8dbeab911
commit
732f065012
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user