diff --git a/src/closing-disclosure/index.html b/src/closing-disclosure/index.html index 91da548a0..77f7b165f 100644 --- a/src/closing-disclosure/index.html +++ b/src/closing-disclosure/index.html @@ -21,7 +21,7 @@

Closing Disclosure Explainer

block__flush-top block__padded-top block__flush-bottom - u-right"> + u-right-on-desktop"> {{ social_media.render( { 'title': 'Check out this page from the @CFPB' } ) }} diff --git a/src/explore-rates/index.html b/src/explore-rates/index.html index f79c9f429..960b5e700 100644 --- a/src/explore-rates/index.html +++ b/src/explore-rates/index.html @@ -27,7 +27,7 @@

Explore interest ratesBETA

block__flush-top block__padded-top block__flush-bottom - u-right"> + u-right-on-desktop"> {{ social_media.render( { 'title': 'Check out this page from the @CFPB' } ) }} diff --git a/src/loan-estimate/index.html b/src/loan-estimate/index.html index 99c2fa016..70c955d10 100644 --- a/src/loan-estimate/index.html +++ b/src/loan-estimate/index.html @@ -25,7 +25,7 @@

Loan Estimate Explainer

block__flush-top block__padded-top block__flush-bottom - u-right"> + u-right-on-desktop"> {{ social_media.render( { 'title': 'Check out this page from the @CFPB' } ) }} diff --git a/src/loan-options/index.html b/src/loan-options/index.html index 16544f495..2029c3c9f 100644 --- a/src/loan-options/index.html +++ b/src/loan-options/index.html @@ -24,7 +24,7 @@

Understand loan options

block__flush-top block__flush-bottom block__padded-bottom - social-media_container"> + u-right-on-desktop"> {{ social_media.render( { 'title': 'Check out this page from the @CFPB' } ) }} diff --git a/src/process/_process-step.html b/src/process/_process-step.html index 429c30618..dfffc9b45 100644 --- a/src/process/_process-step.html +++ b/src/process/_process-step.html @@ -85,7 +85,7 @@

Tools for this Phase

{% endfor %} -
+
{{ social_media.render( { 'title': 'Check out this page from the @CFPB' } ) }} diff --git a/src/static/css/module/helpers.less b/src/static/css/module/helpers.less index 45d01819a..4d9be45db 100644 --- a/src/static/css/module/helpers.less +++ b/src/static/css/module/helpers.less @@ -365,6 +365,10 @@ object { background-color: @block__bg; } +.u-no-bg { + background-color: transparent; +} + .content-l_col { .respond-to-min(@tablet-min, { &.content-l_col-1-3 + &.content-l_col-2-3, @@ -378,13 +382,18 @@ object { .content-l_col-1-4 { .respond-to-min(@tablet-min, { - .grid_column(1, 4); + .grid_column(1, 4); }); } -.content-l_col-3-4 { +.content-l_col-3-4 { .respond-to-min(@tablet-min, { - .grid_column(3, 4); + .grid_column(3, 4); }); } +.u-right-on-desktop { + .respond-to-min( 801px, { + text-align: right; + }); +} diff --git a/src/static/css/module/loan-options.less b/src/static/css/module/loan-options.less index 352ef5316..fb48aeeea 100644 --- a/src/static/css/module/loan-options.less +++ b/src/static/css/module/loan-options.less @@ -23,12 +23,6 @@ ul.unindent-ul{ } } -.respond-to-min( 801px, { - .content__loan-options .social-media_container { - text-align: right; - } -}); - // Expandables .type-details {