aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/theme/_spacing.scss
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-04-24 14:50:18 +0300
committerValentin Popov <info@valentineus.link>2018-04-24 14:50:18 +0300
commit719511ec9a0f1de8fdd85564222d8bf2c19c78e9 (patch)
tree0202e2b765fc29be08bc82c3515c5b3d75241855 /_scss/components/theme/_spacing.scss
parentba2d4bab1e851d5e7a494416ca57f4ca7bf0d8ee (diff)
downloadpopov.link-719511ec9a0f1de8fdd85564222d8bf2c19c78e9.tar.xz
popov.link-719511ec9a0f1de8fdd85564222d8bf2c19c78e9.zip
Decor spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components/theme/_spacing.scss')
-rw-r--r--_scss/components/theme/_spacing.scss26
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;
+}