3034f4ce6c
* bring in ody styles; modify; cleanup * workflow * workflow * v0.52.6-alpha.teststyles.1 * fix hook * v0.52.6-alpha.teststyles.2 * style fixes * fix pagination styling * v0.52.6-alpha.teststyles.3 * wallet icon was bad * restore deploy script * fixes * fix player close button * modal inputs * cleanup * cleanup * fix staked indicator * fix profile menu button skel delay * fix view-all-playlists hover * fix overlay buttons on collection page * fix header buttons
32 lines
525 B
SCSS
32 lines
525 B
SCSS
.txo__radios {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.txo__export {
|
|
display: none;
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.txo__table_header {
|
|
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);
|
|
}
|
|
|
|
.txo__radios_container,
|
|
.txo__radios,
|
|
.txo__radios_fieldset {
|
|
display: inline !important;
|
|
}
|