mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +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({
|
||||
selector: 'app-bisq-transaction',
|
||||
templateUrl: './bisq-transaction.component.html',
|
||||
styleUrls: ['./bisq-transaction.component.scss']
|
||||
styleUrls: ['./../../components/transaction/transaction.component.scss']
|
||||
})
|
||||
export class BisqTransactionComponent implements OnInit, OnDestroy {
|
||||
bisqTx: BisqTransaction;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
|
||||
& > * {
|
||||
flex-basis: 0;
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
|
||||
.etaDeepMempool {
|
||||
display: flex !important;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
@media (max-width: 995px) {
|
||||
|
|
Loading…
Add table
Reference in a new issue