Clean components
This commit is contained in:
parent
2588ef44ab
commit
5c1e614197
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,22 +1,6 @@
|
||||||
/* Forms
|
/* Forms
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
display: block;
|
|
||||||
font-size: 0.9em;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-input,
|
.gh-input,
|
||||||
.gh-textarea {
|
.gh-textarea {
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
|
|
|
@ -39,6 +39,7 @@ dl,
|
||||||
dd,
|
dd,
|
||||||
hr,
|
hr,
|
||||||
pre,
|
pre,
|
||||||
|
form,
|
||||||
table,
|
table,
|
||||||
video,
|
video,
|
||||||
figure,
|
figure,
|
||||||
|
@ -66,6 +67,18 @@ textarea {
|
||||||
font: inherit;
|
font: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -8,7 +8,7 @@ production stylesheet in assets/built/screen.css using: gulp dev
|
||||||
/* Lib - Local component imports
|
/* Lib - Local component imports
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
/* Base */
|
/* Base components */
|
||||||
@import "vars.css";
|
@import "vars.css";
|
||||||
@import "components/global.css";
|
@import "components/global.css";
|
||||||
@import "components/forms.css";
|
@import "components/forms.css";
|
||||||
|
|
Loading…
Reference in New Issue