23 lines
375 B
Stylus
23 lines
375 B
Stylus
/* Spacing
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||
button,
|
||
.button {
|
||
margin-bottom: 1rem; }
|
||
input,
|
||
textarea,
|
||
select,
|
||
fieldset {
|
||
margin-bottom: 1.5rem; }
|
||
pre,
|
||
blockquote,
|
||
dl,
|
||
figure,
|
||
table,
|
||
p,
|
||
ul,
|
||
ol,
|
||
form {
|
||
margin-bottom: 2.5rem; }
|
||
p {
|
||
margin-top: 0; }
|