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 ## v1.1.4.2
* врезкам добавлено свойство flex для корректного отображения изображений * врезкам добавлено свойство flex для корректного отображения изображений
* системные шрифты заголовков журналов изменены на собственные * системные шрифты заголовков журналов изменены на собственные

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

View File

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