atst/scss/elements/_inputs.scss
Andrew Croce ef0ee332b7 Some minor restructuring of the SASS files to reflect the architecture of USWDS
Add a brief README explaining best practices for styling
Add comment annotations to the top of each file that references the original USWDS documentation and source
2018-07-06 08:36:45 -04:00

31 lines
456 B
SCSS

/*
* Inputs
* @see https://designsystem.digital.gov/components/form-controls/
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_inputs.scss
*/
from {
margin-bottom: 3rem;
}
select {
border-radius: 0;
-webkit-appearance: none;
}
.usa-date-input label {
margin-top: 0;
}
.input-label {
margin-top: 1rem;
}
.usa-fieldset-inputs {
margin-top: 2.25rem;
label:first-child {
padding-bottom: 0.5rem;
}
}