1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/ui/pages/swaps/exchange-rate-display/index.scss

27 lines
353 B
SCSS
Raw Normal View History

2020-10-06 20:28:38 +02:00
.exchange-rate-display {
@include H6;
display: flex;
align-items: flex-end;
justify-content: center;
2022-03-17 19:04:01 +01:00
color: var(--color-text-default);
2020-10-06 20:28:38 +02:00
width: 100%;
flex-wrap: wrap;
span {
margin-right: 4px;
}
&__bold {
font-weight: bold;
}
2023-06-15 20:17:21 +02:00
&__quote-rate {
2020-10-06 20:28:38 +02:00
cursor: pointer;
}
&__quote-rate--no-link {
cursor: text;
}
2020-10-06 20:28:38 +02:00
}