You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
827 B
46 lines
827 B
.network-statistics {
|
|
margin: 24px 12px 12px;
|
|
|
|
&__info {
|
|
border-top: 1px solid var(--ui-2);
|
|
border-bottom: 1px solid var(--ui-2);
|
|
height: 56px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
|
|
&__separator {
|
|
border-left: 1px solid var(--ui-2);
|
|
height: 65%;
|
|
}
|
|
|
|
&__field {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 30%;
|
|
|
|
&-data {
|
|
color: var(--ui-4);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
&-label {
|
|
color: var(--Black-100);
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
.latest-priority-fee-field {
|
|
width: 40%;
|
|
}
|
|
}
|
|
|
|
&__tooltip-label {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|