Authored by yyq

Merge branch 'feature/shoppingCart' into release/5.4.1

... ... @@ -962,6 +962,7 @@
width: 100%;
position: absolute;
right: 20px;
color: $red;
background-color: #fff;
}
... ...
... ... @@ -7,7 +7,7 @@
min-width: 350px;
background: #f8f8f8;
z-index: 1001;
border: 5px solid rgba(0, 0, 0, 0.38);
border: 5px solid #5b5c5c;
.close {
position: absolute;
... ...