TRI-283: add scss posterinvideo

This commit is contained in:
2024-11-16 15:02:15 +03:00
parent f58038ab90
commit 034d5faa0d
16 changed files with 926 additions and 136 deletions

View File

@@ -1,34 +0,0 @@
.cards {
}
.cards__list {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.cards__item {
position: relative;
}
.cards__img:hover {
scale: 1.05;
transition: scale 0.15s linear;
}
.cards__img {
margin-bottom: 5px;
}
.cards__desc {
font-weight: 500;
line-height: 22px;
}
.cards__arrow {
width: 62px;
height: 20px;
position: absolute;
right: -30px;
top: -21px;
background-image: url("/static/img/svg/Arrow23.svg");
}