@ -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'">
<img [src]="icon" class="icon">
</div>
@ -192,7 +192,7 @@ export class HomePage implements OnInit {
public slideSettingsTwo() {
const width = this.platform.width();
this.slideOptsOne = {
slidesPerView: width > 320 ? 3.5 : 3,
slidesPerView: width > 320 ? 3.2 : 3,
spaceBetween: 10
};
this.slideOptsTwo = {
@ -1426,7 +1426,7 @@ div.no-dataDiv {
.slideFullWidth {
margin-left: -10px;
margin-right: -1-px;
margin-right: -1px;
}
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {