Skip to content

USWDS - Form legend + label: Duplicate styles #5894

@mahoneycm

Description

@mahoneycm

Description

usa-legend and usa-label class styles are duplicative. If we intend to maintain the same visual display for each we should consider moving these styles to a mixin so we only need to maintain in one location

Style definitions

usa-legend

.usa-legend {
@include typeset(
$theme-form-font-family,
$theme-body-font-size,
$theme-input-line-height
);
display: block;
font-weight: font-weight("normal");
margin-top: units(3);
max-width: units($theme-input-max-width);
}

usa-label

.usa-label {
@include typeset(
$theme-form-font-family,
$theme-body-font-size,
$theme-input-line-height
);
display: block;
font-weight: font-weight("normal");
margin-top: units(3);
max-width: units($theme-input-max-width);
}

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions