Шаблон:Cut-Layout/styles.css: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) Новая страница: «.cut-layout { display: flex; flex-direction: column; margin: 3px; padding: 10px 18px; box-shadow: var(--box-shadow-high); background: var(--theme-bg-color-250); border-radius: var(--border-radius-low); width: 33%; gap: 8px; } .cut-layout__header { text-align: left; } .cut-layout__header p { margin: 0; } .cut-layout__body { flex-grow: 100; padding: 8px; position: relative; font-size: 14px; overflow: au...» |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 12: | Строка 12: | ||
.cut-layout__header { | .cut-layout__header { | ||
display: flex; | |||
justify-content: space-between; | |||
gap: 8px; | |||
} | } | ||
Версия от 05:47, 15 апреля 2025
.cut-layout {
display: flex;
flex-direction: column;
margin: 3px;
padding: 10px 18px;
box-shadow: var(--box-shadow-high);
background: var(--theme-bg-color-250);
border-radius: var(--border-radius-low);
width: 33%;
gap: 8px;
}
.cut-layout__header {
display: flex;
justify-content: space-between;
gap: 8px;
}
.cut-layout__body {
flex-grow: 100;
padding: 8px;
position: relative;
font-size: 14px;
overflow: auto;
margin: 0 8px;
background: var(--theme-bg-color-200);
border-radius: var(--border-radius-low);
}