folder structure organization. used stylus over css, for easy imports
This commit is contained in:
22
src/styl/components/spacing.styl
Normal file
22
src/styl/components/spacing.styl
Normal file
@ -0,0 +1,22 @@
|
||||
/* 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; }
|
Reference in New Issue
Block a user