28 lines
352 B
Sass
28 lines
352 B
Sass
|
||
// Spacing
|
||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
.button,
|
||
button,
|
||
dd,
|
||
dt,
|
||
li
|
||
margin-bottom: 1.0rem
|
||
|
||
fieldset,
|
||
input,
|
||
select,
|
||
textarea
|
||
margin-bottom: 1.5rem
|
||
|
||
blockquote,
|
||
dl,
|
||
figure,
|
||
form,
|
||
ol,
|
||
p,
|
||
pre,
|
||
table,
|
||
ul
|
||
margin-bottom: 2.5rem
|