Skip to content

Commit

Permalink
MCR-3588 Design tweaks (#2049)
Browse files Browse the repository at this point in the history
* Adjust padding-bottom more from design comment - want every section  to have the same padding botto, with or without download buttonsm

* Fix PageActions alignment - put globally scoped styles back inside targeted class

* cypress re-run
  • Loading branch information
haworku authored Nov 14, 2023
1 parent aea59f6 commit e1a0ce1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: units(1);
padding-bottom: units(2);
min-height: 3rem;

&.hasSubheader {
align-items: start;
a {
display: block;
margin-top: 17.5px;
padding-bottom: units(1);
}
}

Expand Down
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 e1a0ce1

Please sign in to comment.