mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Merge pull request #3616 from alphagov/give-cross-image-better-contrast
Change cross icon to one with better contrast
This commit is contained in:
1
app/assets/images/cross-grey.svg
Normal file
1
app/assets/images/cross-grey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" viewBox="0 0 128 128"><polygon points="38,12 12,38 38,64 12,90 38,116 64,90 90,116 116,90 90,64 116,38 90,12 64,38" stroke="#6f777b" stroke-width="10px" fill="none"></polygon></svg>
|
||||
|
After Width: | Height: | Size: 249 B |
@@ -17,8 +17,7 @@
|
||||
&-cross {
|
||||
@extend %tick-cross;
|
||||
color: $secondary-text-colour;
|
||||
background-image: file-url('cross-grey.png');
|
||||
box-shadow: inset 20px 0 0 0 rgba(255, 255, 255, 0.6);
|
||||
background-image: file-url('cross-grey.svg');
|
||||
}
|
||||
|
||||
&-list {
|
||||
|
||||
Reference in New Issue
Block a user