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/app/pages/token/exchange-rate-display/index.scss

27 lines
359 B

.exchange-rate-display {
@include H6;
display: flex;
align-items: flex-end;
justify-content: center;
color: $Black-100;
span {
margin-right: 4px;
}
&__bold {
font-weight: bold;
}
&__switch-arrows {
cursor: pointer;
margin-top: 2px;
transition: transform 0.5s ease-in-out;
}
&--white {
color: $white;
}
}