Commit 886382fa authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174189 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d6973d53
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.ecm-breadcrumbs li:before { .ecm-breadcrumbs li:before {
content: "/"; content: "/";
color: black; color: gray;
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
......
@media screen and (max-width: 640px) { @media screen and (max-width: 640px) {
md-card { md-card {
margin: 15px; margin: 0px 15px;
} }
.wishButton {
right: 0 !important;
}
} }
.ecm-product-ratings { .ecm-product-ratings {
...@@ -603,5 +607,7 @@ md-card { ...@@ -603,5 +607,7 @@ md-card {
/* padding-top: 18px; */ /* padding-top: 18px; */
background: none; background: none;
color: mediumvioletred; color: mediumvioletred;
top: 18px; top: 15px;
} right: 50%;
\ No newline at end of file position: absolute;
}
...@@ -99,10 +99,17 @@ ...@@ -99,10 +99,17 @@
color: #fff; color: #fff;
} }
@media screen and (max-width: 640px) {
md-card {
margin: 0px 15px;
}
}
@media screen and (max-width: 750px){ @media screen and (max-width: 750px){
.total-description { .total-description {
width: 70%; width: 70%;
padding-top: 10px;
} }
.deleteCart{ .deleteCart{
padding-left: 7px !important; padding-left: 7px !important;
...@@ -123,7 +130,7 @@ ...@@ -123,7 +130,7 @@
display: block !important; display: block !important;
position: relative !important; position: relative !important;
padding: 20px; padding: 20px;
padding-left: 25%; padding-left: calc(25% + 15px);
} }
.items-cost-rate { .items-cost-rate {
text-align: left !important; text-align: left !important;
...@@ -162,11 +169,6 @@ ...@@ -162,11 +169,6 @@
} }
} }
.counter
{
position: inherit;
}
.change-color .change-color
{ {
display: flex; display: flex;
...@@ -177,10 +179,9 @@ ...@@ -177,10 +179,9 @@
padding: 20px; padding: 20px;
} }
.ecm-payments{ .ecm-payments{
display: flex; display: inline-flex;
position: relative;
color: dimgray; color: dimgray;
padding-top: 36px; padding: 30px 0px;
} }
.ecm-Info{ .ecm-Info{
position: relative; position: relative;
...@@ -231,13 +232,11 @@ ...@@ -231,13 +232,11 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
.item-image{ .item-image{
/* width: 16%; */ display: inline-block;
display: inline-block;
position: relative; position: relative;
vertical-align: top; vertical-align: top;
padding-top: 18px; top: 30px;
width: 120px; width: 110px;
} }
.change-color{ .change-color{
padding-top: 16px; padding-top: 16px;
...@@ -247,7 +246,7 @@ ...@@ -247,7 +246,7 @@
font-size: 14px; font-size: 14px;
font-weight: 700; font-weight: 700;
line-height: 36px; line-height: 36px;
padding-right: 20px; padding-right: 10px;
} }
.selected{ .selected{
position: relative; position: relative;
...@@ -263,12 +262,12 @@ ...@@ -263,12 +262,12 @@
cursor: default; cursor: default;
} }
.color-change{ .color-change{
position: relative; position: relative;
font-size: 13px; font-size: 14px;
color: mediumvioletred; color: mediumvioletred;
cursor: pointer; cursor: pointer;
font-weight: 600; font-weight: 600;
padding-left: 8px; padding-left: 14px;
line-height: 36px; line-height: 36px;
} }
.wishList-items{ .wishList-items{
...@@ -290,9 +289,7 @@ ...@@ -290,9 +289,7 @@
} }
.counter{ .counter{
position: relative; position: relative;
padding-top: 18px;
} }
.ecm-textBox{ .ecm-textBox{
...@@ -303,6 +300,7 @@ ...@@ -303,6 +300,7 @@
text-align: center; text-align: center;
height: 36px; height: 36px;
font-size: 17px; font-size: 17px;
font-weight: 800;
} }
.counter-button{ .counter-button{
color: mediumvioletred; color: mediumvioletred;
...@@ -341,17 +339,18 @@ ...@@ -341,17 +339,18 @@
padding-left: 8px; padding-left: 8px;
} }
.continue-shopping{ .continue-shopping{
float: right; float: right;
border: 2px solid ghostwhite; border: 2px solid ghostwhite;
margin-right: 18px; margin-right: 18px;
height: 46px; height: 46px;
width: 170px; width: 170px;
/*
position: inherit; position: inherit;
bottom: 7px; bottom: 7px;
*/
} }
.items-desc{ .items-desc{
padding-top: 18px; /*padding-top: 18px;*/
} }
.shippingFree{ .shippingFree{
...@@ -423,7 +422,7 @@ ...@@ -423,7 +422,7 @@
} }
.secure-icon { .secure-icon {
font-size: 20px important; font-size: 20px !important;
} }
.delete-icon { .delete-icon {
...@@ -475,10 +474,9 @@ ...@@ -475,10 +474,9 @@
} }
.my-cart-title { .my-cart-title {
padding-bottom: 21px; padding-bottom: 21px;
border-bottom: 2px solid #c71585; border-bottom: 2px solid #c71585;
font-size: 16px; font-size: 15px;
margin-left: 17px;
} }
/* attribute colors */ /* attribute colors */
...@@ -556,4 +554,8 @@ ...@@ -556,4 +554,8 @@
padding-top: 40px; padding-top: 40px;
} }
.total-amount-section {
border-top: 1px solid #f3f3f3;
padding-top: 15px;
}
\ No newline at end of file
...@@ -102,14 +102,14 @@ ...@@ -102,14 +102,14 @@
Handicarfts</span> Handicarfts</span>
</div> </div>
<div *ngIf="item.phyAttribId3" class="change-color"> <div *ngIf="item.phyAttribId3" class="change-color">
<span class="size-of-item">Color Selected</span> <span class="size-of-item">Color Selected :</span>
<button [ngClass]="item.phyAttribId3" md-button <button [ngClass]="item.phyAttribId3" md-button
class="back btn selected"></button> class="back btn selected"></button>
<span class="color-change">Change</span> <span class="color-change">Change</span>
</div> </div>
<div *ngIf="item.phyAttribId1" class="change-color"> <div *ngIf="item.phyAttribId1" class="change-color">
<span class="size-of-item">Size Selected</span> <span class="size-of-item">Size Selected :</span>
<button md-button class="back btn selected">{{item.phyAttribId1}}</button> <button md-button class="back btn selected">{{item.phyAttribId1}}</button>
<span class="color-change">Change</span> <span class="color-change">Change</span>
</div> </div>
...@@ -202,14 +202,12 @@ ...@@ -202,14 +202,12 @@
<span style="font-size: 15px;">Price ( {{(cartItems | async)?.length}} Items )</span> <span style="font-size: 15px;">Price ( {{(cartItems | async)?.length}} Items )</span>
<span class="price-info">Rs. {{totalPrice}}</span> <span class="price-info">Rs. {{totalPrice}}</span>
</div> </div>
<br>
<div class="shipping"> <div class="shipping">
<span style="font-size: 15px;">Shipping</span> <span <span style="font-size: 15px;">Shipping</span> <span
class="shippingFree">FREE</span> class="shippingFree">FREE</span>
</div> </div>
<br> <br>
<div> <div class="total-amount-section">
<hr style="border: dotted; color: dimgray; border-width: thin;">
<div class="amount"> <div class="amount">
<span class="amountPayable">Amount Payable</span> <span <span class="amountPayable">Amount Payable</span> <span
class="total-amountPrice">Rs. {{totalPrice}}</span> class="total-amountPrice">Rs. {{totalPrice}}</span>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
.product-data { .product-data {
display: inline-block; display: inline-block;
padding: 0;
} }
hr { hr {
...@@ -53,7 +54,6 @@ hr { ...@@ -53,7 +54,6 @@ hr {
.view-all-section { .view-all-section {
text-align: center; text-align: center;
padding-top: 30px;
} }
.view-all-button { .view-all-button {
...@@ -101,11 +101,10 @@ hr { ...@@ -101,11 +101,10 @@ hr {
.recent-view-card { .recent-view-card {
padding: 0; padding: 0;
padding-bottom: 14px;
} }
.recent-view-items { .recent-view-items {
padding: 30px; padding: 25px;
} }
@media screen and (max-width: 640px) { @media screen and (max-width: 640px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment