Skip to content

Commit

Permalink
Merge pull request #8525 from cfpb/ans_update_deps
Browse files Browse the repository at this point in the history
Update DS, axe-core, postcss, cypress, prettier, stylelint, snyk
  • Loading branch information
anselmbradford authored Aug 1, 2024
2 parents c5fcb65 + 0b3f7ab commit 473713f
Show file tree
Hide file tree
Showing 115 changed files with 387 additions and 413 deletions.
2 changes: 1 addition & 1 deletion cfgov/unprocessed/apps/owning-a-home/css/brand-header.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&__1-2-container {
padding: 15px;
.respond-to-min(799px, {
.grid__column( 6) ;
.u-grid-column( 6 );
border: 0;
&:last-child {
border-left: 1px solid var(--gray-40);
Expand Down
30 changes: 15 additions & 15 deletions cfgov/unprocessed/apps/owning-a-home/css/explore-rates.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
.loan-type,
.calc-footer,
.calc-subsection {
.grid__column( 12 );
.u-grid-column( 12 );
}

/*
Expand All @@ -56,7 +56,7 @@
.loan-amt-total,
.state-col,
.form-intro {
.grid__column( 3, 3 );
.u-grid-column( 3, 3 );
}

/*
Expand Down Expand Up @@ -143,7 +143,7 @@
}

.half-width-gt-1230 {
.grid__column( 1, 2 );
.u-grid-column( 1, 2 );
}

.downpayment-warning {
Expand Down Expand Up @@ -298,19 +298,19 @@

// Layouts
.rc-comp-1 {
.grid__column( 1 );
.u-grid-column( 1 );
}

.rc-comp-3 {
.grid__column( 3 );
.u-grid-column( 3 );
}

.rc-comp-3-push {
.grid__column( @columns: 3; @prefix: 1; @suffix: 0 );
.u-grid-column( @columns: 3; @prefix: 1; @suffix: 0 );
}

.rc-comp-5 {
.grid__column( 5 );
.u-grid-column( 5 );
}

.vs {
Expand All @@ -333,7 +333,7 @@
}

.rate-compare-container {
.grid__column( 6 );
.u-grid-column( 6 );

position: relative;
margin-bottom: unit(10px / @base-font-size-px, em);
Expand Down Expand Up @@ -413,7 +413,7 @@

li {
position: relative;
.grid__column( 1, 3 );
.u-grid-column( 1, 3 );
}
}

Expand Down Expand Up @@ -540,7 +540,7 @@

.next-steps-list li {
position: relative;
.grid__column( 12 );
.u-grid-column( 12 );
}
});

Expand All @@ -555,19 +555,19 @@
}

.rc-comp-1 {
.grid__column( 2 );
.u-grid-column( 2 );
}

.rc-comp-3 {
.grid__column( 5 );
.u-grid-column( 5 );
}

.rc-comp-3-push {
.grid__column( @columns: 5; @prefix: 1; @suffix: 0 )
.u-grid-column( @columns: 5; @prefix: 1; @suffix: 0 )
}

.rc-comp-5 {
.grid__column( 12 );
.u-grid-column( 12 );
}

.interest-cost {
Expand All @@ -586,7 +586,7 @@
.respond-to-max(@bp-lg-max, {

.half-width-gt-1230 {
.grid__column( 12 );
.u-grid-column( 12 );
}

.down-payment {
Expand Down
2 changes: 1 addition & 1 deletion cfgov/unprocessed/apps/owning-a-home/css/tab.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

.next-steps {
.tab-list {
.grid__column( 6 );
.u-grid-column( 6 );
border-left: 0;
border-right: 0;
}
Expand Down
Loading

0 comments on commit 473713f

Please sign in to comment.