2021-12-06 17:02:23 +01:00
|
|
|
.network-statistics {
|
2022-01-22 01:23:02 +01:00
|
|
|
margin: 24px 12px 12px;
|
2021-11-23 17:52:50 +01:00
|
|
|
|
|
|
|
&__info {
|
2022-03-19 01:43:10 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2021-11-23 17:52:50 +01:00
|
|
|
height: 56px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-03-11 19:59:58 +01:00
|
|
|
justify-content: center;
|
|
|
|
}
|
2021-11-23 17:52:50 +01:00
|
|
|
|
2022-03-11 19:59:58 +01:00
|
|
|
&__field {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex: 1;
|
2021-11-23 17:52:50 +01:00
|
|
|
|
2022-03-11 19:59:58 +01:00
|
|
|
&:not(:last-child) {
|
2022-03-19 01:43:10 +01:00
|
|
|
border-right: 1px solid var(--color-border-muted);
|
2021-11-23 17:52:50 +01:00
|
|
|
}
|
2022-03-11 19:59:58 +01:00
|
|
|
}
|
2022-01-22 01:23:02 +01:00
|
|
|
|
2022-03-11 19:59:58 +01:00
|
|
|
&__field-data {
|
|
|
|
color: var(--color-text-alternative);
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__field-label {
|
|
|
|
color: var(--color-text-default);
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 4px;
|
2021-11-23 17:52:50 +01:00
|
|
|
}
|
2021-12-06 17:02:23 +01:00
|
|
|
|
|
|
|
&__tooltip-label {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
2021-11-23 17:52:50 +01:00
|
|
|
}
|