lbry-desktop/ui/scss/component/_txo-list.scss
2021-08-19 22:23:20 +02:00

17 lines
225 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;
}