27 lines
201 B
SCSS
27 lines
201 B
SCSS
.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;
|
|
}
|