Files
notifications-admin/app/assets/sass/uswds/overrides/_forms.scss
Alex Janousek 99f2627357 Migrate styles from deprecated file and remove all comments
- Migrated guide page styles (Best Practices, Clear Goals, Establish Trust, Write for Action)
- Created _guides.scss component with all missing styles
- Fixed SMS message bubble dimensions to match original design (464px, 5px border-radius)
- Reduced header divider height between Settings | Sign out
- Removed duplicate placeholder styles from _sms-message.scss
- Created design token for placeholder highlight color (#face00)
- Removed all unnecessary comments from SCSS files
- Migrated new fieldset and radio background styles from main branch
2025-11-07 07:22:48 -05:00

27 lines
505 B
SCSS

@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;
}