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

View file

@ -1,22 +1,6 @@
/* Forms
/* ---------------------------------------------------------- */
form {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
border: 0;
}
label {
display: block;
font-size: 0.9em;
font-weight: 700;
}
.gh-input,
.gh-textarea {
background: var(--color-bg);

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;

View file

@ -8,7 +8,7 @@ production stylesheet in assets/built/screen.css using: gulp dev
/* Lib - Local component imports
/* ---------------------------------------------------------- */
/* Base */
/* Base components */
@import "vars.css";
@import "components/global.css";
@import "components/forms.css";