Шаблон:FlatCardWithHeader/styles.css
Версия от 16:11, 29 марта 2025; Pok (обсуждение | вклад) (Новая страница: «.flat-card-with-header { border-radius: 0.4em; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); } .flat-card-with-header__header { display: flex; align-items: center; font-family: "noto sans"; text-align: left; padding: 4px; border: 1px solid #ffffff0f; border-bottom: 3px solid #00000045 !important; border-radius: 0.4em 0.4em 0 0; min-height: 28px; font-size: 15px; gap: 2px; } .flat-card-with-header__heade...»)
.flat-card-with-header {
border-radius: 0.4em;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.flat-card-with-header__header {
display: flex;
align-items: center;
font-family: "noto sans";
text-align: left;
padding: 4px;
border: 1px solid #ffffff0f;
border-bottom: 3px solid #00000045 !important;
border-radius: 0.4em 0.4em 0 0;
min-height: 28px;
font-size: 15px;
gap: 2px;
}
.flat-card-with-header__header-img {
background: #00000027;
padding: 2px;
border-radius: 0.2em;
}
.flat-card-with-header__content {
}