From 1da4822097d48e4c3ca3adb83cad1c08c5f6400d Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 8 Nov 2024 11:31:18 -0500 Subject: [PATCH] Remove unused email styles changelog: Internal, Performance, Remove unused email styles --- app/assets/stylesheets/email.css.scss | 46 --------------------------- 1 file changed, 46 deletions(-) diff --git a/app/assets/stylesheets/email.css.scss b/app/assets/stylesheets/email.css.scss index 45aaa081097..cc6855cbfcf 100644 --- a/app/assets/stylesheets/email.css.scss +++ b/app/assets/stylesheets/email.css.scss @@ -25,10 +25,6 @@ margin-bottom: 30px; } -.mr-tiny { - margin-right: 4px; -} - .s10 { font-size: 10px; line-height: 10px; @@ -75,48 +71,6 @@ h6 { width: 50%; } -.footer { - background: $secondary-color; - - a { - color: $white; - text-decoration: underline; - } - - p { - color: $white; - padding-top: 0; - } - - .columns { - padding-bottom: 0; - } - - .wrapper-inner { - padding: 25px 0; - } - - .container { - background: transparent; - } -} - -.legal { - background: $body-background; - - a { - color: $dark-gray; - } - - .container { - background: $body-background; - } - - .wrapper-inner { - padding: 15px 0; - } -} - .usa-alert { border-left: units($theme-alert-bar-width) solid;