Wallet/src/sass/components/amount.scss

35 lines
412 B
SCSS
Raw Normal View History

2018-07-30 16:49:57 +08:00
.amount {
.start,
.middle,
.end,
.currency {
display: inline-block;
}
.start {
font-size: 1em;
}
.middle {
font-size: 0.7857em;
margin-left: 5px;
}
.end {
font-size: 0.7857em;
margin-left: 5px;
}
&.size-equal {
.middle,
.end {
font-size: 1em;
}
}
2018-07-30 16:49:57 +08:00
.currency {
font-size: 1em;
margin-left: 5px;
text-transform: uppercase;
2018-07-30 16:49:57 +08:00
}
}