lbry-desktop/ui/scss/component/_txo-list.scss
2021-08-20 17:39:33 +02:00

26 lines
431 B
SCSS

.txo__radios {
display: flex;
flex-direction: row;
}
.txo__export {
display: none;
@media (min-width: $breakpoint-small) {
display: block;
}
}
.table__header-text {
width: 124px;
display: inline-block;
}
// displaying fiat transactions (incoming/outgoing) in wallet
.wallet__fiat-transactions {
text-align: center;
margin-top: 13px;
margin-bottom: 9px;
font-size: 13px;
color: rgb(171, 171, 171);
}