From 6bf0910910526de703c94a02f0972f327596f60b Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 22 Jan 2024 21:52:00 +0300 Subject: [PATCH] v1.2.24 --- src/styles/item-card.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/item-card.css b/src/styles/item-card.css index b22052e..fcf9e33 100644 --- a/src/styles/item-card.css +++ b/src/styles/item-card.css @@ -1,6 +1,6 @@ /* IMAGES */ .image-item-common{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-common.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -8,7 +8,7 @@ } .image-item-uncommon{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-uncommon.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -16,7 +16,7 @@ } .image-item-rare{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-rare.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -24,7 +24,7 @@ } .image-item-veryrare{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-veryrare.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -32,7 +32,7 @@ } .image-item-legendary{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-legendary.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -40,7 +40,7 @@ } .image-item-artifact{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-artifact.webp); height: 65px; background-size: 300px; background-repeat: no-repeat;