1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 04:13:27 +02:00
metamask-extension/ui/app/pages/token/exchange-rate-display/index.scss
2020-08-18 15:27:47 -02:30

27 lines
359 B
SCSS

.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;
}
}