From bf75fec5ae24feefd14080837d265410358fdd5c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 21 Dec 2018 12:42:08 +0000 Subject: [PATCH] Remove unused CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is from when we used to show the email logos inside the label of the radio buttons. Changing the CSS will also change its hash, will will cache-bust CloudFront. Which is why I’m doing this now. --- app/assets/stylesheets/app.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 3d0102700..e80f0ec18 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -255,17 +255,6 @@ details .arrow { display: inline-block; } -.branding-radio { - - img { - background: linear-gradient(45deg, $black 25%, transparent 25%, transparent 75%, $black 75%, $black 0), linear-gradient(45deg, $black 25%, transparent 25%, transparent 75%, $black 75%, $black 0), $white; - background-repeat: repeat, repeat; - background-position: 0px 0, 5px 5px; - background-size: 2px 2px, 2px 2px; - } - -} - .bordered-image { padding: 5px; outline: 1px solid $border-colour;