|
|
@ -18,14 +18,26 @@ |
|
|
|
flex: 0 0 70px; |
|
|
|
flex: 0 0 70px; |
|
|
|
align-items: stretch; |
|
|
|
align-items: stretch; |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: flex-start; |
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) { |
|
|
|
|
|
|
|
margin: 0em 1.3em 0.95em 1.3em; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) { |
|
|
|
margin: 0em 1.3em 0em 1.3em; |
|
|
|
margin: 0em 1.3em 0em 1.3em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-date-wrapper { |
|
|
|
.tx-list-date-wrapper { |
|
|
|
flex-grow: 1; |
|
|
|
flex-grow: 1; |
|
|
|
flex-shrink: 1; |
|
|
|
flex-shrink: 1; |
|
|
|
flex-basis: auto; |
|
|
|
flex-basis: auto; |
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) { |
|
|
|
margin-top: 6px; |
|
|
|
margin-top: 6px; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) { |
|
|
|
|
|
|
|
margin-top: 6px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-content-wrapper { |
|
|
|
.tx-list-content-wrapper { |
|
|
@ -44,29 +56,44 @@ |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-account-wrapper { |
|
|
|
.tx-list-account-and-status-wrapper { |
|
|
|
flex: 3 3 auto; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex: 8 8 auto; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
justify-content: flex-start; |
|
|
|
|
|
|
|
align-items: flex-start; |
|
|
|
align-self: center; |
|
|
|
align-self: center; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-account { |
|
|
|
@media screen and (min-width: $break-large) { |
|
|
|
font-size: 16px; |
|
|
|
flex-direction: row; |
|
|
|
|
|
|
|
justify-content: flex-start; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tx-list-account-wrapper { |
|
|
|
|
|
|
|
flex: 2 2 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-status-wrapper { |
|
|
|
.tx-list-status-wrapper { |
|
|
|
align-self: center; |
|
|
|
flex: 6 6 auto; |
|
|
|
flex: 5 5 auto; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tx-list-account { |
|
|
|
|
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-status { |
|
|
|
.tx-list-status { |
|
|
|
color: $dusty-gray; |
|
|
|
color: $dusty-gray; |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tx-list-details-wrapper { |
|
|
|
.tx-list-details-wrapper { |
|
|
|
align-self: center; |
|
|
|
align-self: center; |
|
|
|
flex: 2 2 auto; |
|
|
|
flex: 2 2 auto; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tx-list-value { |
|
|
|
.tx-list-value { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
@ -75,3 +102,4 @@ |
|
|
|
.tx-list-fiat-value { |
|
|
|
.tx-list-fiat-value { |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |