1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Move global images to material

This commit is contained in:
Yassine Guedidi 2025-01-19 19:38:43 +01:00
parent 953f5ee149
commit 75151443cc
6 changed files with 5 additions and 5 deletions

View file

@ -125,24 +125,24 @@ a.icon-image {
} }
&.diaspora::before { &.diaspora::before {
background: url("../../_global/img/icons/diaspora-icon--black.png") no-repeat center/80%; background: url("../img/icons/diaspora-icon--black.png") no-repeat center/80%;
} }
&.unmark::before { &.unmark::before {
background: url("../../_global/img/icons/unmark-icon--black.png") no-repeat center/80%; background: url("../img/icons/unmark-icon--black.png") no-repeat center/80%;
} }
&.linkding::before { &.linkding::before {
background: url("../../_global/img/icons/linkding.svg") no-repeat center/80%; background: url("../img/icons/linkding.svg") no-repeat center/80%;
filter: grayscale(1); filter: grayscale(1);
} }
&.shaarli::before { &.shaarli::before {
background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%; background: url("../img/icons/shaarli.png") no-repeat center/80%;
} }
&.scuttle::before { &.scuttle::before {
background: url("../../_global/img/icons/scuttle.png") no-repeat center/80%; background: url("../img/icons/scuttle.png") no-repeat center/80%;
} }
} }

View file

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 891 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 995 B

After

Width:  |  Height:  |  Size: 995 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1,012 B

After

Width:  |  Height:  |  Size: 1,012 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 718 B

Before After
Before After