Шаблон:Prototypes/Механика/Груз/base: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 28: | Строка 28: | ||
<div class="груз__notes"> | <div class="груз__notes"> | ||
{{#if: {{{access|}}} | | {{#if: {{{access|}}} | | ||
<div> | <div>Для открытия ящика необходим доступ: {{{access}}}</div> | ||
}} | }} | ||
{{#if: {{{description|}}} | | {{#if: {{{description|}}} | | ||
<div> | <div>Примечание: {{{description}}}</div> | ||
}} | }} | ||
</div> | </div> | ||
| Строка 84: | Строка 84: | ||
.cargo-group { | .cargo-group { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fill, minmax( | grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); | ||
gap: 12px; | gap: 12px; | ||
} | } | ||
| Строка 94: | Строка 94: | ||
} | } | ||
. | .gradient-block__body { | ||
height: | max-height: 500px; | ||
} | } | ||