2020-04-10 19:31:36 +02:00
|
|
|
.txo__radios {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2021-04-23 18:10:37 +02:00
|
|
|
|
|
|
|
.txo__export {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2021-08-19 22:23:20 +02:00
|
|
|
|
2021-08-23 19:52:56 +02:00
|
|
|
.txo__table_header {
|
2021-08-19 22:23:20 +02:00
|
|
|
width: 124px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2021-08-20 17:39:33 +02:00
|
|
|
|
|
|
|
// 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);
|
|
|
|
}
|
2021-08-23 18:30:12 +02:00
|
|
|
|
|
|
|
.txo__radios_container, .txo__radios, .txo__radios_fieldset {
|
|
|
|
display: inline !important;
|
|
|
|
}
|