🐞 fix: Move line image into block folder
This commit is contained in:
Vendored
+1
-1
@@ -5682,7 +5682,7 @@ a.contact-info__value:hover {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-image: url('/wp-content/themes/community-works-collaborative/static/img/services-list-line.svg');
|
background-image: url('services-list-line.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
@@ -12,7 +12,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-image: url('/wp-content/themes/community-works-collaborative/static/img/services-list-line.svg');
|
background-image: url('services-list-line.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user