Commit 4eadb654 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174468 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3b99f7cd
......@@ -256,7 +256,7 @@ export class ECMHeaderComponent implements OnInit, OnDestroy {
}
else
{
this.ecmPanel.open({ type: 'inplace', option: 'CART_OPT', top:'65px', left: '', right: '75px', width:'360px', height: '400px' });
this.ecmPanel.open({ type: 'inplace', option: 'CART_OPT', top:'65px', left: '', right: '75px', width:'360px', height: '500px' });
}
if(this.selectedOption){
......
......@@ -128,6 +128,16 @@
cursor: pointer;
}
::-webkit-scrollbar {
width: 7px;
-webkit-appearance: none;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(199, 21, 133, 0.75);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
......@@ -62,7 +62,7 @@
filter: contrast(100%) brightness(85%);
border-radius: 100%;
overflow:hidden;
margin-left: calc( 50% - 200px / 2 );
margin-left: calc( 50% - 170px / 2 );
}
.profile-image-128{
width: 170px;
......
......@@ -539,10 +539,8 @@
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(199, 21, 133,.5);
background-color: rgba(199, 21, 133, 0.75);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
display: none;
}
.deleteCart{
padding-left: 28px;
......
......@@ -35,8 +35,8 @@
<i class="material-icons" style="position: relative; left: 8px;">trending_flat</i>
</button>
</div> -->
<div class="mini-cart-section scrollMe">
<div #scrollMe *ngIf="(cartItems | async)?.length > 0">
<div class="mini-cart-section">
<div class="scrollMe" #scrollMe *ngIf="(cartItems | async)?.length > 0">
<div class="cartItemsDetail"
*ngFor="let item of cartItems | async">
<table style="width: 100%;">
......
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