blob: 17410dc93d31dcc98a3c0004df9bb03a430672cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.currency-display-component {
display: flex;
align-items: center;
&__text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: $white;
}
&__suffix {
padding-left: 4px;
}
}
|