Commit b6f725e0 authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175612 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 261a503d
......@@ -39,7 +39,7 @@
.border-line {
height: 3px;
width: 40px;
background-color: mediumvioletred;
background-color: var(--primary);
display: inline-block;
}
......@@ -91,7 +91,20 @@ md-card.cartItemsDetails.mat-card {
padding: 0px;
}
@media screen and (max-width: 640px){
.listItems > .item-card {
position: relative !important;
top: 324px !important;
left: calc(100% - 100px) !important;
height: initial !important;
width: initial !important;
z-index: 1 !important;
display: inline !important;
}
.item-card-action {
border: 2px solid ghostwhite !important;
}
}
\ No newline at end of file
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