Лагерь: CSS

This commit is contained in:
Dekart Deploy Bot 2026-05-14 16:02:29 +03:00
parent bca730b868
commit d12884f594

View File

@ -265,18 +265,18 @@ $metrics = [
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
gap: 14px; gap: 12px;
} }
.infograph__card:last-child { .infograph__card:last-child {
border-bottom: none; border-bottom: none;
} }
.infograph__card::before { .infograph__card::before {
display: none; display: none;
} }
.infograph__card-icon { .infograph__card-icon {
width: 50px; width: 44px;
height: 50px; height: 44px;
flex: 0 0 50px; flex-shrink: 0;
border-radius: 50%; border-radius: 50%;
background: #f5f5f5; background: #f5f5f5;
display: flex; display: flex;
@ -292,19 +292,22 @@ $metrics = [
} }
.infograph__card-body { .infograph__card-body {
flex: 1; flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0; padding: 0;
gap: 2px; gap: 2px;
} }
.infograph__stat { .infograph__stat {
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 700; font-weight: 700;
margin-bottom: 2px; margin: 0;
white-space: nowrap; white-space: nowrap;
} }
.infograph__label { .infograph__label {
font-size: 0.85rem; font-size: 0.85rem;
color: #666; color: #666;
line-height: 1.4; line-height: 1.2;
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
} }