mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
a2e680676ea25640b3c24b855ae3f391fb176461
parent
9143df141b5a415498251fa0e825fd2407d4ddb5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-12-16 19:51
rm margin from inputs

mixing layout and styling typically leads to issues.

Just wrap it in a `<p>` or something like that.

Diffstat

M sass/form.scss 1 -

1 files changed, 0 insertions, 1 deletions


diff --git a/sass/form.scss b/sass/form.scss

@@ -3,7 +3,6 @@ label {
    3     3 }
    4     4 
    5     5 %inputBase {
    6    -1     margin: 0 0 $spacer;
    7     6     border: 1px solid $color-border;
    8     7     border-radius: 0.2em;
    9     8     padding: 0.3em 0.75em;