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