mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-11 05:43:44 -05:00
Change cross icon to one with better contrast
Swaps out the old one (solid colour with lighter grey) for one with the same colour as the text, but no fill. Also swaps out for an SVG for better scaling.
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