20-08-2019 sprint one
Showing
This diff is collapsed.
Click to expand it.
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
}, | }, | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@agm/core": "^1.0.0-beta.7", | |||
"@angular/animations": "^8.2.2", | "@angular/animations": "^8.2.2", | ||
"@angular/common": "~8.1.2", | "@angular/common": "~8.1.2", | ||
"@angular/compiler": "~8.1.2", | "@angular/compiler": "~8.1.2", | ||
... | @@ -22,13 +23,17 @@ | ... | @@ -22,13 +23,17 @@ |
"@angular/platform-browser-dynamic": "~8.1.2", | "@angular/platform-browser-dynamic": "~8.1.2", | ||
"@angular/router": "~8.1.2", | "@angular/router": "~8.1.2", | ||
"@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
"@ionic-native/geolocation": "^5.0.0", | |||
"@ionic-native/native-geocoder": "^5.0.0", | |||
"@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | "@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.7.1", | "@ionic/angular": "^4.7.1", | ||
"cordova-android": "7.1.4", | "cordova-android": "7.1.4", | ||
"cordova-plugin-device": "^2.0.2", | "cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-geolocation": "4.0.2", | |||
"cordova-plugin-ionic-keyboard": "^2.1.3", | "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^4.1.1", | "cordova-plugin-ionic-webview": "^4.1.1", | ||
"cordova-plugin-nativegeocoder": "3.2.2", | |||
"cordova-plugin-splashscreen": "^5.0.2", | "cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | "cordova-plugin-whitelist": "^1.3.3", | ||
... | @@ -73,10 +78,14 @@ | ... | @@ -73,10 +78,14 @@ |
"cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | }, | ||
"cordova-plugin-ionic-keyboard": {} | "cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-geolocation": { | |||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | |||
}, | |||
"cordova-plugin-nativegeocoder": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
<ion-header> | |||
<ion-toolbar> | |||
<ion-title>ordercancelled</ion-title> | |||
</ion-toolbar> | |||
</ion-header> | |||
<ion-content> | <ion-content> | ||
<div class="cart_wrapper"> | |||
<div class="cart_head"> | |||
<div class="nav_header"> | |||
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()"> | |||
</button> | |||
<div class="nav_title floatLeft"> | |||
<h4></h4> | |||
</div> | |||
<button class="nav_btn floatRight"> | |||
</button> | |||
<div class="clear"></div> | |||
</div> | |||
<img src="../../assets/[email protected]"> | |||
<h4>ORDER CANCELLED</h4> | |||
<p>June 26th 2019, 03:00 PM</p> | |||
</div> | |||
<div class="nearby_shop_list"> | |||
<ul> | |||
<li (click)="goToPage('productlist')"> | |||
<div class="nearby_image"> | |||
<img src="../../assets/[email protected]"> | |||
</div> | |||
<div class="nearby_detail"> | |||
<h5> | |||
<span class="floatLeft">Carnival Life</span> | |||
<span class="floatRight">4 | |||
<img src="../../assets/Path61_2.png"> | |||
</span> | |||
<div class="clear"></div> | |||
</h5> | |||
<p>Men's & Women's Fashion</p> | |||
</div> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="product_detail"> | |||
<h6>Green, Small</h6> | |||
<h5>Quantity : <span>3</span></h5> | |||
<h5>Amount : <strong>AU$99.00</strong></h5> | |||
<h5>Delivery time : <span>Delivery in 1 hour</span></h5> | |||
<h4>DELIVERY</h4> | |||
<h5> | |||
Shamjith KS<br> +00 0000 888 888<br> Carnival InfoparkInfopark Kochi<br> 682030, Kerala, India | |||
</h5> | |||
<button class="cancel_btn" (click)="goToPage('productdetail')">BUY NOW</button> | |||
<hr> | |||
</div> | |||
</ion-content> | <div class="related_product_slider"> | ||
<h5> | |||
<span class="floatLeft">Related Products</span><span class="floatRight">MORE</span> | |||
<div class="clear"></div> | |||
</h5> | |||
<ul> | |||
<ion-slides pager="false" [options]="relatedProd"> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00 <span class="offer">-8%</span></p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
<div class="featured_badge">Featured</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00<span>AU$110.00</span></p> | |||
</li> | |||
</ion-slide> | |||
</ion-slides> | |||
</ul> | |||
</div> | |||
</div> | |||
</ion-content> | |||
\ No newline at end of file |
.cart_wrapper { | |||
width: 100%; | |||
.cart_head { | |||
width: 100%; | |||
height: 240px; | |||
text-align: center; | |||
background-image: url("../../assets/Group [email protected]"); | |||
background-position: center bottom; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
.nav_header { | |||
.nav_title { | |||
h4 { | |||
color: #FFF; | |||
} | |||
} | |||
} | |||
img { | |||
width: 70px; | |||
} | |||
h4 { | |||
color: #fff; | |||
font-weight: bolder; | |||
margin-bottom: 5px; | |||
text-align: center; | |||
} | |||
p { | |||
color: rgba(215, 213, 228, 1); | |||
margin: 0px; | |||
padding: 0px; | |||
font-size: 14px; | |||
text-align: center; | |||
} | |||
} | |||
.order_status { | |||
width: 100%; | |||
padding: 20px; | |||
.track_btn { | |||
border-radius: 5px; | |||
height: 40px; | |||
background-color: #29285b; | |||
color: #FFF; | |||
font-size: 18px; | |||
font-weight: lighter; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
} | |||
.status_div { | |||
margin-bottom: 10px; | |||
margin-top: 10px; | |||
h4 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(215, 213, 228, 1); | |||
} | |||
h6 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(215, 213, 228, 1); | |||
} | |||
} | |||
.go_green { | |||
h4 { | |||
color: rgba(53, 203, 171, 1); | |||
} | |||
} | |||
.go_green.status_gap { | |||
border-left: 2px dashed rgba(53, 203, 171, 1); | |||
} | |||
.status_gap { | |||
border-left: 2px dashed rgba(215, 213, 228, 1); | |||
height: 30px; | |||
} | |||
} | |||
.nearby_shop_list { | |||
padding-top: 40px; | |||
ul { | |||
margin: 0px; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
li { | |||
list-style: none; | |||
padding-bottom: 10px; | |||
.nearby_image { | |||
width: 120px; | |||
height: 120px; | |||
float: left; | |||
background-color: #a8a8a8; | |||
border-radius: 8px; | |||
img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | |||
} | |||
.nearby_detail { | |||
width: calc(100% - 120px); | |||
float: left; | |||
padding-left: 20px; | |||
padding-top: 40px; | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(59, 57, 77, 1); | |||
font-weight: 900; | |||
padding-bottom: 2px; | |||
img { | |||
width: 16px; | |||
} | |||
} | |||
p { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199); | |||
} | |||
} | |||
} | |||
} | |||
} | |||
.product_detail { | |||
padding: 10px; | |||
hr { | |||
border-bottom: 1px solid rgba(176, 174, 199); | |||
height: 0px; | |||
border-top: none; | |||
} | |||
h6 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: #29285b; | |||
font-size: 18px; | |||
padding-bottom: 15px; | |||
} | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199, 1); | |||
font-size: 18px; | |||
line-height: 25px; | |||
padding-bottom: 15px; | |||
strong { | |||
color: rgba(41, 40, 91, 1); | |||
} | |||
span { | |||
color: rgba(41, 40, 91, 1); | |||
} | |||
.afterpay { | |||
color: rgba(206, 153, 76, 1); | |||
padding-left: 10px; | |||
} | |||
} | |||
h4 { | |||
color: rgba(41, 40, 91, 1); | |||
margin: 0px; | |||
font-weight: 900; | |||
font-size: 18px; | |||
padding-top: 20px; | |||
padding-bottom: 10px; | |||
} | |||
.cancel_btn { | |||
border-radius: 8px; | |||
height: 45px; | |||
width: 100%; | |||
background-color: #29285b; | |||
color: #FFF; | |||
font-size: 18px; | |||
font-weight: lighter; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
margin-bottom: 20px; | |||
margin-top: 20px; | |||
} | |||
} | |||
.related_product_slider { | |||
h5 { | |||
color: rgba(41, 40, 91, 1); | |||
margin: 0px; | |||
padding: 10px; | |||
font-weight: 900; | |||
font-size: 18px; | |||
} | |||
p { | |||
color: rgba(59, 57, 77, 1); | |||
padding: 10px; | |||
text-align: justify; | |||
margin: 0px; | |||
font-size: 18px; | |||
} | |||
ul { | |||
padding: 10px; | |||
padding-bottom: 0px; | |||
padding-top: 0px; | |||
margin: 0px; | |||
li { | |||
width: 100%; | |||
display: inline-block; | |||
border-top: none; | |||
border-bottom: none; | |||
margin-bottom: 10px; | |||
.product_image { | |||
height: 235px; | |||
position: relative; | |||
.featured_badge { | |||
position: absolute; | |||
top: 20px; | |||
left: 0px; | |||
color: #fff; | |||
background-color: rgba(41, 40, 91, 1); | |||
padding: 2px; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
font-size: 13px; | |||
} | |||
.fav_icon { | |||
position: absolute; | |||
top: 10px; | |||
right: 10px; | |||
font-size: 27px; | |||
width: 30px; | |||
height: 30px; | |||
background-image: url("../../assets/Group32_2.png"); | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: 24px; | |||
} | |||
img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | |||
} | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(59, 57, 77, 1); | |||
padding-top: 5px; | |||
padding-bottom: 5px; | |||
font-weight: 500; | |||
text-align: left; | |||
font-size: 16px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | |||
p { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199, 1); | |||
font-size: 12px; | |||
text-align: left; | |||
span { | |||
text-decoration: line-through; | |||
margin-left: 10px; | |||
color: rgba(215, 213, 228, 1) | |||
} | |||
.offer { | |||
color: #fff; | |||
background-color: rgba(41, 40, 91, 1); | |||
border-radius: 4px; | |||
text-decoration: none; | |||
padding: 3px; | |||
font-size: 13px; | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
\ No newline at end of file |
<ion-header> | |||
<ion-toolbar> | |||
<ion-title>orderplaced</ion-title> | |||
</ion-toolbar> | |||
</ion-header> | |||
<ion-content> | <ion-content> | ||
<div class="cart_wrapper"> | |||
<div class="cart_head"> | |||
<div class="nav_header"> | |||
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()"> | |||
</button> | |||
<div class="nav_title floatLeft"> | |||
<h4></h4> | |||
</div> | |||
<button class="nav_btn floatRight"> | |||
</button> | |||
<div class="clear"></div> | |||
</div> | |||
<img src="../../assets/white_tick.png"> | |||
<h4>ORDER IS PLACED</h4> | |||
<p>June 26th 2019, 03:00 PM</p> | |||
</div> | |||
<div class="order_status"> | |||
<div class="clear"></div> | |||
<div class="status_div go_green"> | |||
<h4>Order Placed</h4> | |||
<h6>June 26th 2019, 03:00PM</h6> | |||
</div> | |||
<div class="status_gap go_green"> | |||
</div> | |||
<div class="status_div go_green"> | |||
<h4>Retailer Accepted</h4> | |||
<h6>June 26th 2019, 03:05PM</h6> | |||
</div> | |||
<div class="status_gap go_green"> | |||
</div> | |||
<div class="status_div go_green"> | |||
<div class="floatLeft"> | |||
<h4>Product Packed</h4> | |||
<h6>June 26th 2019, 03:10PM</h6> | |||
</div> | |||
<button class="track_btn floatRight" (click)="goToPage('trackorder')">Track Order</button> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="status_gap go_green"> | |||
</div> | |||
<div class="status_div go_green"> | |||
<h4>Rider is assigned to shop</h4> | |||
<h6>June 26th 2019, 03:12PM</h6> | |||
</div> | |||
<div class="status_gap go_green"> | |||
</div> | |||
<div class="status_div go_green"> | |||
<h4>Rider has picked up your product and on the way</h4> | |||
<h6>June 26th 2019, 03:15PM</h6> | |||
</div> | |||
<div class="status_gap"> | |||
</div> | |||
<div class="status_div"> | |||
<h4>Your product is delivered</h4> | |||
</div> | |||
</div> | |||
<div class="nearby_shop_list"> | |||
<ul> | |||
<li (click)="goToPage('productlist')"> | |||
<div class="nearby_image"> | |||
<img src="../../assets/[email protected]"> | |||
</div> | |||
<div class="nearby_detail"> | |||
<h5> | |||
<span class="floatLeft">Carnival Life</span> | |||
<span class="floatRight">4 | |||
<img src="../../assets/Path61_2.png"> | |||
</span> | |||
<div class="clear"></div> | |||
</h5> | |||
<p>Men's & Women's Fashion</p> | |||
</div> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="product_detail"> | |||
<h6>Green, Small</h6> | |||
<h5>Quantity : <span>3</span></h5> | |||
<h5>Amount : <strong>AU$99.00</strong><span class="afterpay">After Pay</span></h5> | |||
<h5>Delivery time : <span>Delivery in 1 hour</span></h5> | |||
<h4>DELIVERY</h4> | |||
<h5> | |||
Shamjith KS<br> +00 0000 888 888<br> Carnival InfoparkInfopark Kochi<br> 682030, Kerala, India | |||
</h5> | |||
<button class="cancel_btn" (click)="goToPage('ordercancelled')">CANCEL THIS ORDER</button> | |||
<hr> | |||
</div> | |||
</ion-content> | <div class="related_product_slider"> | ||
<h5> | |||
<span class="floatLeft">Related Products</span><span class="floatRight">MORE</span> | |||
<div class="clear"></div> | |||
</h5> | |||
<ul> | |||
<ion-slides pager="false" [options]="relatedProd"> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00 <span class="offer">-8%</span></p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
<div class="featured_badge">Featured</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00<span>AU$110.00</span></p> | |||
</li> | |||
</ion-slide> | |||
</ion-slides> | |||
</ul> | |||
</div> | |||
</div> | |||
</ion-content> | |||
\ No newline at end of file |
.cart_wrapper { | |||
width: 100%; | |||
.cart_head { | |||
width: 100%; | |||
height: 240px; | |||
text-align: center; | |||
background-image: url("../../assets/[email protected]"); | |||
background-position: center bottom; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
.nav_header { | |||
.nav_title { | |||
h4 { | |||
color: #FFF; | |||
} | |||
} | |||
} | |||
img { | |||
width: 70px; | |||
} | |||
h4 { | |||
color: #fff; | |||
font-weight: bolder; | |||
margin-bottom: 5px; | |||
text-align: center; | |||
} | |||
p { | |||
color: rgba(215, 213, 228, 1); | |||
margin: 0px; | |||
padding: 0px; | |||
font-size: 14px; | |||
text-align: center; | |||
} | |||
} | |||
.order_status { | |||
width: 100%; | |||
padding: 20px; | |||
.track_btn { | |||
border-radius: 5px; | |||
height: 40px; | |||
background-color: #29285b; | |||
color: #FFF; | |||
font-size: 18px; | |||
font-weight: lighter; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
} | |||
.status_div { | |||
margin-bottom: 10px; | |||
margin-top: 10px; | |||
h4 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(215, 213, 228, 1); | |||
} | |||
h6 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(215, 213, 228, 1); | |||
} | |||
} | |||
.go_green { | |||
h4 { | |||
color: rgba(53, 203, 171, 1); | |||
} | |||
} | |||
.go_green.status_gap { | |||
border-left: 2px dashed rgba(53, 203, 171, 1); | |||
} | |||
.status_gap { | |||
border-left: 2px dashed rgba(215, 213, 228, 1); | |||
height: 30px; | |||
} | |||
} | |||
.nearby_shop_list { | |||
ul { | |||
margin: 0px; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
li { | |||
list-style: none; | |||
padding-bottom: 10px; | |||
.nearby_image { | |||
width: 120px; | |||
height: 120px; | |||
float: left; | |||
background-color: #a8a8a8; | |||
border-radius: 8px; | |||
img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | |||
} | |||
.nearby_detail { | |||
width: calc(100% - 120px); | |||
float: left; | |||
padding-left: 20px; | |||
padding-top: 40px; | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(59, 57, 77, 1); | |||
font-weight: 900; | |||
padding-bottom: 2px; | |||
img { | |||
width: 16px; | |||
} | |||
} | |||
p { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199); | |||
} | |||
} | |||
} | |||
} | |||
} | |||
.product_detail { | |||
padding: 10px; | |||
hr { | |||
border-bottom: 1px solid rgba(176, 174, 199); | |||
height: 0px; | |||
border-top: none; | |||
} | |||
h6 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: #29285b; | |||
font-size: 18px; | |||
padding-bottom: 15px; | |||
} | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199, 1); | |||
font-size: 18px; | |||
line-height: 25px; | |||
padding-bottom: 15px; | |||
strong { | |||
color: rgba(41, 40, 91, 1); | |||
} | |||
span { | |||
color: rgba(41, 40, 91, 1); | |||
} | |||
.afterpay { | |||
color: rgba(206, 153, 76, 1); | |||
padding-left: 10px; | |||
} | |||
} | |||
h4 { | |||
color: rgba(41, 40, 91, 1); | |||
margin: 0px; | |||
font-weight: 900; | |||
font-size: 18px; | |||
padding-top: 20px; | |||
padding-bottom: 10px; | |||
} | |||
.cancel_btn { | |||
border-radius: 8px; | |||
height: 45px; | |||
width: 100%; | |||
background-color: #29285b; | |||
color: #FFF; | |||
font-size: 18px; | |||
font-weight: lighter; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
margin-bottom: 20px; | |||
margin-top: 20px; | |||
} | |||
} | |||
.related_product_slider { | |||
h5 { | |||
color: rgba(41, 40, 91, 1); | |||
margin: 0px; | |||
padding: 10px; | |||
font-weight: 900; | |||
font-size: 18px; | |||
} | |||
p { | |||
color: rgba(59, 57, 77, 1); | |||
padding: 10px; | |||
text-align: justify; | |||
margin: 0px; | |||
font-size: 18px; | |||
} | |||
ul { | |||
padding: 10px; | |||
padding-bottom: 0px; | |||
padding-top: 0px; | |||
margin: 0px; | |||
li { | |||
width: 100%; | |||
display: inline-block; | |||
border-top: none; | |||
border-bottom: none; | |||
margin-bottom: 10px; | |||
.product_image { | |||
height: 235px; | |||
position: relative; | |||
.featured_badge { | |||
position: absolute; | |||
top: 20px; | |||
left: 0px; | |||
color: #fff; | |||
background-color: rgba(41, 40, 91, 1); | |||
padding: 2px; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
font-size: 13px; | |||
} | |||
.fav_icon { | |||
position: absolute; | |||
top: 10px; | |||
right: 10px; | |||
font-size: 27px; | |||
width: 30px; | |||
height: 30px; | |||
background-image: url("../../assets/Group32_2.png"); | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: 24px; | |||
} | |||
img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | |||
} | |||
h5 { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(59, 57, 77, 1); | |||
padding-top: 5px; | |||
padding-bottom: 5px; | |||
font-weight: 500; | |||
text-align: left; | |||
font-size: 16px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | |||
p { | |||
margin: 0px; | |||
padding: 0px; | |||
color: rgba(176, 174, 199, 1); | |||
font-size: 12px; | |||
text-align: left; | |||
span { | |||
text-decoration: line-through; | |||
margin-left: 10px; | |||
color: rgba(215, 213, 228, 1) | |||
} | |||
.offer { | |||
color: #fff; | |||
background-color: rgba(41, 40, 91, 1); | |||
border-radius: 4px; | |||
text-decoration: none; | |||
padding: 3px; | |||
font-size: 13px; | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
\ No newline at end of file |
src/app/trackorder/trackorder.module.ts
0 → 100644
src/app/trackorder/trackorder.page.html
0 → 100644
src/app/trackorder/trackorder.page.scss
0 → 100644
src/app/trackorder/trackorder.page.spec.ts
0 → 100644
src/app/trackorder/trackorder.page.ts
0 → 100644
src/assets/Group [email protected]
0 → 100644
22.1 KB
src/assets/[email protected]
0 → 100644
5.04 KB
src/assets/[email protected]
0 → 100644
21.6 KB
src/assets/[email protected]
0 → 100644
3.92 KB
src/assets/arrow_white.png
0 → 100644
366 Bytes
src/assets/close.png
0 → 100644
1.27 KB
src/assets/white_tick.png
0 → 100644
5.3 KB