mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
parent
df107d34b4
commit
acd9c23180
4 changed files with 3 additions and 4 deletions
|
@ -1 +0,0 @@
|
||||||
@import "./../../components/transaction/transaction.component.scss";
|
|
|
@ -14,7 +14,7 @@ import { WebsocketService } from '../../services/websocket.service';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-bisq-transaction',
|
selector: 'app-bisq-transaction',
|
||||||
templateUrl: './bisq-transaction.component.html',
|
templateUrl: './bisq-transaction.component.html',
|
||||||
styleUrls: ['./bisq-transaction.component.scss']
|
styleUrls: ['./../../components/transaction/transaction.component.scss']
|
||||||
})
|
})
|
||||||
export class BisqTransactionComponent implements OnInit, OnDestroy {
|
export class BisqTransactionComponent implements OnInit, OnDestroy {
|
||||||
bisqTx: BisqTransaction;
|
bisqTx: BisqTransaction;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: start;
|
align-items: flex-start;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
|
|
@ -287,7 +287,7 @@
|
||||||
|
|
||||||
.etaDeepMempool {
|
.etaDeepMempool {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
@media (max-width: 995px) {
|
@media (max-width: 995px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue