mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user