1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

layout fixes

This commit is contained in:
Kyle Spearrin
2018-07-06 00:29:10 -04:00
parent 311baaa3d1
commit 0b779dfd3d
2 changed files with 7 additions and 1 deletions

View File

@@ -92,6 +92,12 @@ h1, h2, h3, h4, h5 {
}
}
input, select, textarea {
&:required {
box-shadow: none;
}
}
.secondary-header, .spaced-header {
margin-top: 4rem;
}