style settings and add global form element styling

This commit is contained in:
Benedikt Rötsch
2017-09-27 12:47:02 +02:00
committed by Benedikt Rötsch
parent 62ecdfe60c
commit dcf4aa812c
8 changed files with 563 additions and 32 deletions

View File

@@ -105,6 +105,13 @@
& label + select {
margin-left: 0.5em;
}
& select,
& label {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
}
}
}