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

main v1.1.4.3-main
dmitry.kirdyashkin 2024-06-20 23:14:36 +03:00
parent 7ae0d8c461
commit aca63e55a7
3 changed files with 39 additions and 23 deletions

View File

@ -1,4 +1,6 @@
# Библиотека стилей
## v1.1.4.3
* исправлено форматирование карт заклинаний
## v1.1.4.2
* врезкам добавлено свойство flex для корректного отображения изображений
* системные шрифты заголовков журналов изменены на собственные

@ -1 +1 @@
Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21
Subproject commit ce582f5b3835762ea5c67d6669dee0c08f8e09c1

View File

@ -1,51 +1,65 @@
.spell-card{
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
font-size: 14px;
}
.cantrip{
.lvl0{
all: inherit;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-cantrip.webp);
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-cantrip.webp);
}
.first{
.lvl1{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-1.webp);
}
.second{
.lvl2{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-2.webp);
}
.third{
.lvl3{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-3.webp);
}
.fourth{
.lvl4{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-4.webp);
}
.fifth{
.lvl5{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-5.webp);
}
.sixth{
.lvl6{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-6.webp);
}
.seventh{
.lvl7{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-7.webp);
}
.eighth{
.lvl8{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-8.webp);
}
}
.lvl9{
all: inherit;
height: 65px;
background-size: 300px;
content: url(https://static.kdiva.ru/foundry-main/images/image-spells-9.webp);
}