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

мНет описания правки
мНет описания правки
 
Строка 9: Строка 9:
display: flex;
display: flex;
align-items: center;
align-items: center;
font-family: "noto sans";
font-family: var(--font-family-heading);
background: var(--bg-color); /* --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-250) */
background: var(--bg-color); /* --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-250) */
text-align: left;
text-align: left;
Строка 17: Строка 17:
border-radius: var(--border-radius-high);
border-radius: var(--border-radius-high);
min-height: 28px;
min-height: 28px;
font-size: 15px;
gap: 2px;
gap: 2px;
}
}