A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/app/edit-gas-fee-popover/network-statistics/index.scss

41 lines
731 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: center;
}
&__field {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1;
&:not(:last-child) {
border-right: 1px solid var(--ui-2);
}
}
&__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;
}
&__tooltip-label {
font-weight: 700;
}
}