atst/styles/elements/_buttons.scss
2018-10-18 09:59:07 -04:00

14 lines
269 B
SCSS

/*
* Buttons
* @see https://designsystem.digital.gov/components/buttons/
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_buttons.scss
*/
button,
[type='button'] {
&:disabled {
background-color: unset;
opacity: 0.75;
}
}