mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 15:28:25 -04:00
- 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
27 lines
505 B
SCSS
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;
|
|
}
|