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/gas-timing/index.scss

36 lines
497 B

.typography.gas-timing {
color: var(--ui-4);
&--positive {
color: var(--success-3);
}
&--positive-V2 {
color: var(--success-3);
font-weight: bold;
}
&--warning {
color: var(--alert-3);
}
&--negative {
color: var(--error-1);
font-weight: bold;
}
&--negative-V2 {
color: var(--secondary-1);
font-weight: bold;
}
.info-tooltip {
display: inline-block;
margin-inline-start: 4px;
path {
fill: var(--error-1);
}
}
}