Шаблон:Prototypes/Механика/Груз/base: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 39: | Строка 39: | ||
.груз__header { | .груз__header { | ||
display: grid; | display: grid; | ||
gap: | gap: 4px; | ||
border-radius: 0.2em 0.2em 0 0; | border-radius: 0.2em 0.2em 0 0; | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
} | |||
.груз__title, .груз__content, .груз__product, .груз__notes { | |||
gap: 6px; | |||
} | } | ||
| Строка 49: | Строка 53: | ||
flex-direction: row; | flex-direction: row; | ||
font-weight: bold; | font-weight: bold; | ||
align-items: center; | align-items: center; | ||
} | } | ||
| Строка 57: | Строка 60: | ||
justify-content: space-between; | justify-content: space-between; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
| Строка 63: | Строка 65: | ||
.груз__product { | .груз__product { | ||
display: grid; | display: grid; | ||
padding: 2px 0; | padding: 2px 0; | ||
} | } | ||
| Строка 69: | Строка 70: | ||
.груз__notes { | .груз__notes { | ||
display: grid; | display: grid; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||