Шаблон:Prototypes/Механика/Груз/styles.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| (не показано 5 промежуточных версий этого же участника) | |||
| Строка 22: | Строка 22: | ||
justify-content: space-between; | justify-content: space-between; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
font-size: | font-size: var(--font-size-xs); | ||
} | } | ||
| Строка 32: | Строка 32: | ||
.груз__notes { | .груз__notes { | ||
display: grid; | display: grid; | ||
font-size: | font-size: var(--font-size-xs); | ||
} | } | ||
.gradient-block__body { | .gradient-block__body { | ||
min-height: 180px; | |||
max-height: 600px; | |||
} | } | ||
.груз__header::before { | .груз__header::before { | ||
background: var(--color); | background: var(--cargoProduct-category-color); | ||
width: 5px; | width: 5px; | ||
position: absolute; | position: absolute; | ||
| Строка 49: | Строка 49: | ||
transform: rotate(320deg); | transform: rotate(320deg); | ||
top: -12px; | top: -12px; | ||
} | } | ||