v1.2.24
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

dev v1.2.24-dev
dmitry.kirdyashkin 2024-01-22 21:52:00 +03:00
parent 0a5ed1841d
commit 6bf0910910
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/* IMAGES */ /* IMAGES */
.image-item-common{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -8,7 +8,7 @@
} }
.image-item-uncommon{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -16,7 +16,7 @@
} }
.image-item-rare{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -24,7 +24,7 @@
} }
.image-item-veryrare{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -32,7 +32,7 @@
} }
.image-item-legendary{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -40,7 +40,7 @@
} }
.image-item-artifact{ .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; height: 65px;
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;