fixed css issues

SRCA_DEV
umasoodch 3 years ago
parent 43ae0ac794
commit 539902ceef

@ -1,4 +1,4 @@
<div feedback class="custom-button" *ngIf="show" [ngStyle]="link === '0' ? {'padding': '0'} : {}"> <div feedback class="custom-button" *ngIf="show" [ngStyle]="link === '1' ? {} : {'pointer-events': 'none', 'opacity': '.8'}">
<div class="iconBox" *ngIf="link !== '0'"> <div class="iconBox" *ngIf="link !== '0'">
<img [src]="icon" class="icon"> <img [src]="icon" class="icon">
</div> </div>

@ -192,7 +192,7 @@ export class HomePage implements OnInit {
public slideSettingsTwo() { public slideSettingsTwo() {
const width = this.platform.width(); const width = this.platform.width();
this.slideOptsOne = { this.slideOptsOne = {
slidesPerView: width > 320 ? 3.5 : 3, slidesPerView: width > 320 ? 3.2 : 3,
spaceBetween: 10 spaceBetween: 10
}; };
this.slideOptsTwo = { this.slideOptsTwo = {

@ -1426,7 +1426,7 @@ div.no-dataDiv {
.slideFullWidth { .slideFullWidth {
margin-left: -10px; margin-left: -10px;
margin-right: -1-px; margin-right: -1px;
} }
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child { .slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {

Loading…
Cancel
Save