14 lines
269 B
SCSS
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;
|
|
}
|
|
}
|