feat: перенос vin в компоненты, добавление логики и исправления

This commit is contained in:
egortriston
2025-06-27 17:31:48 +03:00
parent 855018bd6c
commit c5470df33e
93 changed files with 9449 additions and 1829 deletions

View File

@ -374,4 +374,25 @@ input.input-receiver:focus {
.core-product-s1 {
max-width: 320px ;
}
.flex-block-112 {
grid-column-gap: 10px;
grid-row-gap: 10px;
color: var(--red);
margin-top: 10px;
}
.text-block-55 {
color: var(--_fonts---color--light-blue-grey);
}
.knotin {
height: 100%;
display: flex;
align-items: stretch;
}
.knotin img {
height: 100%;
width: auto;
object-fit: contain; /* или cover */
}