Commit 3ae98621 authored by prumde's avatar prumde

Updated


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