Skip to content

Commit

Permalink
Fix PageActions alignment - put globally scoped styles back inside ta…
Browse files Browse the repository at this point in the history
…rgeted class
  • Loading branch information
haworku committed Nov 13, 2023
1 parent 646e1f7 commit 4fe538d
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions services/app-web/src/pages/MccrsId/MccrsId.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,40 @@
margin: 0 auto;
}
}
}
[class^='usa-legend'] {
margin-top: 0;
}

[class^='usa-legend'] {
margin-top: 0;
}
div[class^='usa-form-group'] {
margin-top: 24px;
label[class^='usa-label'] {
font-size: 16px;
max-width: 100%;
}
}

div[class^='usa-form-group'] {
margin-top: 24px;
label[class^='usa-label'] {
font-size: 16px;
max-width: 100%;
div[class^='usa-hint'] span {
span {
display: inline;
font-weight: bold;
}
}

ul[class^='usa-button-group'] {
justify-content: end;
li[class^='usa-button-group__item'] {
margin-top: 0;
button {
margin-top: 16px;
margin-bottom: 44px;
margin-right: .25rem;
}
}
}

}


.customHeading {
font-weight: 700;

Expand All @@ -80,22 +100,4 @@ div[class^='usa-form-group'] {
}
}

div[class^='usa-hint'] span {
span {
display: inline;
font-weight: bold;
}
}

ul[class^='usa-button-group'] {
justify-content: end;
li[class^='usa-button-group__item'] {
margin-top: 0;
button {
margin-top: 16px;
margin-bottom: 44px;
margin-right: .25rem;
}
}
}

0 comments on commit 4fe538d

Please sign in to comment.