Clean components

This commit is contained in:
John O'Nolan 2019-11-17 17:43:55 +07:00
parent 2588ef44ab
commit 5c1e614197
5 changed files with 16 additions and 19 deletions
assets/css/components

View file

@ -39,6 +39,7 @@ dl,
dd,
hr,
pre,
form,
table,
video,
figure,
@ -66,6 +67,18 @@ textarea {
font: inherit;
}
fieldset {
margin: 0;
padding: 0;
border: 0;
}
label {
display: block;
font-size: 0.9em;
font-weight: 700;
}
hr {
position: relative;
display: block;