Шаблон:GradientHeaderFrame/Sub/styles.css
Материал из Space Station 14 Вики
.gradient-header-frame-sub {
display: flex;
flex-direction: column;
border: 1px solid var(--theme-bg-color-400);
border-radius: var(--border-radius-medium);
}
.gradient-header-frame-sub__header {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 32px;
padding: 4px 10px;
color: var(--theme-text-color-header);
font-size: 1.15em;
font-family: "noto sans";
background: var(--theme-bg-header-light--gradient);
text-align: left;
}
.gradient-header-frame-sub__content {
box-shadow: var(--box-shadow-inset);
background: var(--theme-bg-color-200);
flex-grow: 2;
border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
}