Files
kredits-web/app/styles/components/_reimbursement-list.scss
T
2020-09-29 17:58:38 +02:00

30 lines
448 B
SCSS

ul.reimbursement-list {
width: 100%;
> li {
display: grid;
grid-template-columns: auto 10rem;
grid-row-gap: 0.5rem;
padding-top: 1.6rem;
.token-amount {
text-align: right;
img {
height: 1em;
vertical-align: middle;
margin-top: -2px;
}
.amount {
font-size: 1.5rem;
}
.symbol {
font-size: 1rem;
padding-left: 0.2rem;
}
}
}
}