mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Merge pull request #1965 from alphagov/checkered-logos
Put checkered background behind email branding
This commit is contained in:
@@ -230,3 +230,14 @@ details .arrow {
|
|||||||
.heading-inline {
|
.heading-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.branding-radio {
|
||||||
|
|
||||||
|
img {
|
||||||
|
background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 0), $white;
|
||||||
|
background-repeat: repeat, repeat;
|
||||||
|
background-position: 0px 0, 5px 5px;
|
||||||
|
background-size: 10px 10px, 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</legend>
|
</legend>
|
||||||
{% for value, option, checked in field.iter_choices() %}
|
{% for value, option, checked in field.iter_choices() %}
|
||||||
<div class="multiple-choice">
|
<div class="multiple-choice branding-radio">
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="{{ field.name }}"
|
name="{{ field.name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user