fix(styling): align all spacing to match Malin's desig

This commit is contained in:
Benedikt Rötsch
2017-10-10 17:47:11 +02:00
committed by Benedikt Rötsch
parent db702ad424
commit 50aee89aaf
20 changed files with 187 additions and 171 deletions

View File

@@ -27,6 +27,9 @@ p, label, .form-item {
}
p {
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}