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.
22 lines
673 B
22 lines
673 B
5 years ago
|
.transaction-details {
|
||
|
background: #FFFFFF;
|
||
|
margin: .2rem 0;
|
||
|
padding: 0 .2rem; }
|
||
|
.transaction-details li {
|
||
|
font-size: .24rem; }
|
||
|
.transaction-details li div {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
padding: .1rem 0;
|
||
|
border-bottom: 1px solid #EEEEEE; }
|
||
|
.transaction-details li div:last-child {
|
||
|
border-bottom: none; }
|
||
|
.transaction-details li div span {
|
||
|
padding: .1rem 0; }
|
||
|
.transaction-details li div .transaction-details-txt {
|
||
|
color: #333333; }
|
||
|
.transaction-details li div .transaction-details-num {
|
||
|
color: #999999; }
|
||
|
|
||
|
/*# sourceMappingURL=transaction_details.css.map */
|