fixed moe issues

MOE_MAIN-COLOR_CHANGES
umasoodch 3 years ago
parent a35ffbd5bd
commit a1c58ba6b9

@ -1,7 +1,7 @@
<div class="main-container" [ngStyle]="active === true ? {'background': color} : {}">
<div class="main-container-radius" [ngStyle]="active === true ? {'background-color': '#ffffff'} : {'background-color': color}"></div>
<span *ngIf="text != 'All'" class="number-span" [ngStyle]="active === true ? {'color': '#ffffff'} : {}">{{value}}</span>
<span class="text-span" [ngStyle]="active === true ? {'color': '#ffffff'} : {}">{{text}}</span>
<span class="text-span text-span-moe" [ngStyle]="active === true ? {'color': '#ffffff'} : {}">{{text}}</span>
</div>

@ -1995,6 +1995,10 @@ ion-app[dir="rtl"] {
z-index: 999;
}
[dir="rtl"] .text-span-moe {
font-size: 8px !important;
}
.toolTip-inside {
position: absolute;
left: 48%;

Loading…
Cancel
Save