Remove monospace from fiat amount
This commit is contained in:
parent
7cee6df369
commit
98e709b739
@ -43,8 +43,6 @@ tr, td, th {
|
|||||||
|
|
||||||
.fiat {
|
.fiat {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
font-family: monospace;
|
|
||||||
font-size: 14px;
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,6 @@ import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core
|
|||||||
import { map, Observable } from 'rxjs';
|
import { map, Observable } from 'rxjs';
|
||||||
import { StateService } from 'src/app/services/state.service';
|
import { StateService } from 'src/app/services/state.service';
|
||||||
import { INodesRanking, ITopNodesPerChannels } from '../../../interfaces/node-api.interface';
|
import { INodesRanking, ITopNodesPerChannels } from '../../../interfaces/node-api.interface';
|
||||||
import { isMobile } from '../../../shared/common.utils';
|
|
||||||
import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component';
|
import { GeolocationData } from '../../../shared/components/geolocation/geolocation.component';
|
||||||
import { LightningApiService } from '../../lightning-api.service';
|
import { LightningApiService } from '../../lightning-api.service';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user