Files
notifications-admin/app/assets/sass/uswds/overrides/_forms.scss

27 lines
505 B
SCSS
Raw Normal View History

2025-11-06 14:23:30 -05:00
@use 'uswds-core' as *;
.usa-radio legend.usa-legend,
.usa-checkbox legend.usa-legend,
.api-key-radios legend.usa-legend,
.login-auth-radios legend.usa-legend,
.auth-type-radios legend.usa-legend,
.notification-type-radios legend.usa-legend,
.organizations-radios legend.usa-legend {
font-weight: 700;
}
.radios-nested {
.usa-radio {
margin-top: units(1);
max-width: units('mobile');
}
}
.usa-fieldset {
background-color: transparent;
}
.usa-radio {
background-color: transparent;
}