mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 17:01:25 +00:00
17 lines
225 B
SCSS
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;
|
|
}
|