2021-12-06 17:02:23 +01:00
|
|
|
.network-statistics {
|
2021-11-23 17:52:50 +01:00
|
|
|
margin: 24px 0 12px;
|
|
|
|
|
|
|
|
&__info {
|
2022-01-06 18:35:49 +01:00
|
|
|
border-top: 1px solid var(--ui-2);
|
|
|
|
border-bottom: 1px solid var(--ui-2);
|
2021-11-23 17:52:50 +01:00
|
|
|
height: 56px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-01-06 23:40:31 +01:00
|
|
|
justify-content: space-around;
|
2021-11-23 17:52:50 +01:00
|
|
|
|
|
|
|
&__separator {
|
2022-01-06 18:35:49 +01:00
|
|
|
border-left: 1px solid var(--ui-2);
|
2021-11-23 17:52:50 +01:00
|
|
|
height: 65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__field {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 30%;
|
|
|
|
|
|
|
|
&--priority-fee {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-data {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--ui-4);
|
2021-11-23 17:52:50 +01:00
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-label {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--Black-100);
|
2021-11-23 17:52:50 +01:00
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-06 17:02:23 +01:00
|
|
|
|
|
|
|
&__tooltip-label {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
2021-11-23 17:52:50 +01:00
|
|
|
}
|