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.
27 lines
373 B
27 lines
373 B
4 years ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.exchange-rate-display-white {
|
||
|
color: $white;
|
||
|
}
|