Лагерь: CSS
This commit is contained in:
parent
bca730b868
commit
d12884f594
@ -265,7 +265,7 @@ $metrics = [
|
||||
border-bottom: 1px solid #eee;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
gap: 14px;
|
||||
gap: 12px;
|
||||
}
|
||||
.infograph__card:last-child {
|
||||
border-bottom: none;
|
||||
@ -274,9 +274,9 @@ $metrics = [
|
||||
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user