Home banners

This commit is contained in:
CHIEFSOFT\ameye
2023-08-27 18:42:43 -04:00
parent fd6619c997
commit 60455e91a6
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<div class="bg_image back_image" [style.backgroundImage]="'url(assets/images/offer.jpg)'"></div>
</div>
<div *ngFor="let item of bannerData; let i = index" class="bg_white {{item.short_style}} " (click)="onDetails(item)">
<div *ngFor="let item of bannerData; let i = index" class="bg_white {{item.short_style}} {{item.card_type}} " (click)="onDetails(item)">
<div class="list">
<div *ngIf="item.banner_location === 'URL' ">
<!-- code to render a large video block-->
+8
View File
@@ -59,6 +59,7 @@ ion-content {
background-color: #eeee67;
}
.search_box {
background-color: rgb(228, 227, 227);
padding: 10px 20px;
@@ -197,6 +198,12 @@ ion-content {
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 20px;
&.PASTDUEJOB{
background-color: #e0b4b4;
}
&.REVIEWJOB{
background-color: #dbefda;
}
&.bg_alice{
background-color: aliceblue;
}
@@ -256,6 +263,7 @@ ion-content {
}
}
}
}
.blog_list {
//background-color: lightgrey !important;