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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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";