diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-24 14:50:18 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-24 14:50:18 +0300 |
commit | 719511ec9a0f1de8fdd85564222d8bf2c19c78e9 (patch) | |
tree | 0202e2b765fc29be08bc82c3515c5b3d75241855 /_scss/components/theme | |
parent | ba2d4bab1e851d5e7a494416ca57f4ca7bf0d8ee (diff) | |
download | popov.link-719511ec9a0f1de8fdd85564222d8bf2c19c78e9.tar.xz popov.link-719511ec9a0f1de8fdd85564222d8bf2c19c78e9.zip |
Decor spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components/theme')
-rw-r--r-- | _scss/components/theme/_spacing.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/_scss/components/theme/_spacing.scss b/_scss/components/theme/_spacing.scss new file mode 100644 index 0000000..eff2d24 --- /dev/null +++ b/_scss/components/theme/_spacing.scss @@ -0,0 +1,26 @@ +.button, +button, +dd, +dt, +li { + margin-bottom: 1rem; +} + +fieldset, +input, +select, +textarea { + margin-bottom: 1.5rem; +} + +blockquote, +dl, +figure, +form, +ol, +p, +pre, +table, +ul { + margin-bottom: 2.5rem; +} |