Remove unused CSS

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.
This commit is contained in:
Chris Hill-Scott
2018-12-21 12:42:08 +00:00
parent fba9ae0617
commit bf75fec5ae

View File

@@ -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;