Authored by jinhu.tung

add stylesheet for cart header

... ... @@ -4,6 +4,10 @@
padding: 30px;
border-bottom: 1px solid #eee;
.titles {
position: relative;
}
.toggle-chk {
span {
font-weight: bold;
... ... @@ -44,6 +48,7 @@
.price {
width: 260px;
padding-left: 50px;
}
.num {
... ... @@ -53,4 +58,11 @@
.pro-total-price {
width: 180px;
}
.actions {
position: absolute;
width: 65px;
text-align: center;
right: 0;
}
}
... ...