Лагерь: CSS

This commit is contained in:
Dekart Deploy Bot 2026-05-14 15:47:03 +03:00
parent f5f45d5968
commit 835fb38f93

View File

@ -821,28 +821,37 @@ html {
} }
.infograph__grid { .infograph__grid {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
gap: 16px; gap: 12px;
} }
.infograph__card { .infograph__card {
padding: 0; padding: 16px;
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
text-align: left;
} }
.infograph__stat { .infograph__stat {
font-size: 22px; font-size: 20px;
white-space: nowrap;
} }
.infograph__card-icon { .infograph__card-icon {
width: 56px; flex: 0 0 42px;
height: 56px; width: 42px;
margin-top: 20px; height: 42px;
margin-top: 0;
} }
.infograph__card-icon img { .infograph__card-icon img {
width: 28px; width: 22px;
height: 28px; height: 22px;
} }
.infograph__card-body { .infograph__card-body {
padding: 16px 16px 24px; padding: 0;
gap: 2px;
} }
.infograph__label { .infograph__label {
font-size: 12px; font-size: 11px;
line-height: 1.3;
} }
} }