Шаблон:GradientHeaderFrame/styles.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 4: Строка 4:
border: 1px solid var(--theme-bg-color-400);
border: 1px solid var(--theme-bg-color-400);
border-radius: 0.3em;
border-radius: var(--border-radius-medium);
}
}


Строка 10: Строка 10:
display: flex;
display: flex;
align-items: center;
align-items: center;
min-height: 32px;
padding: 4px 10px;
color: var(--theme-text-color-header);
color: var(--theme-text-color-header);
font-size: 1.15em;
font-size: 1.15em;
font-family: "noto sans";
font-family: "noto sans";
padding: 6px 10px;
background: var(--theme-bg-header-light--gradient-center);
background: var(--theme-bg-header-light--gradient-center);
text-align: center;
text-align: center;
Строка 22: Строка 24:
background: var(--theme-bg-color-200);
background: var(--theme-bg-color-200);
flex-grow: 2;
flex-grow: 2;
border-radius: 0 0 0.3em 0.3em;
border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
}
}