добавлен перевод описаний некоторых предметов
continuous-integration/drone/push Build is passing Details

pull/10/head
Dmitry Kirdyashkin 2023-11-27 11:48:07 +03:00
parent 537f201fa8
commit bf3bda7fc6
2 changed files with 1399 additions and 1377 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,4 +27,26 @@
display: inline-flex; display: inline-flex;
width: 200px; width: 200px;
height: 50px; height: 50px;
}
/* background */
/* IMAGES */
.image-item{
background-image:url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp);
/* content: url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp); */
/* background-size: contain; */
background-size: 300px;
background-repeat: no-repeat;
/* width: 100%; */
/* border: 1px; */
/* border-style: dashed; */
/* object-fit: contain; */
}
.container {
display: inline-flex;
/* width: 500px; */
height: 65px;
/* border-style: dashed; */
/* border: 1px; */
} }