Authored by jinhu.tung

edit product stylesheet

$hoverColor: #379ed6;
.blk-cart-page {
.pros-group {
margin-bottom: 30px;
border-top: 1px solid #eee;
&:first-child {
border-top: none;
}
&:hover {
.editable {
cursor: pointer;
border: 1px dashed #999;
.iconfont {
position: absolute;
right: 5px;
top: 3px;
font-size: 16px;
font-weight: normal !important;
display: inline-block !important;
}
&:hover {
cursor: pointer;
border: 1px dashed #e92601;
}
}
}
}
.cart-pro-list {
.title {
border-bottom: 1px solid #eee;
... ... @@ -133,15 +162,6 @@ $hoverColor: #379ed6;
}
}
.pros-group {
margin-bottom: 30px;
border-top: 1px solid #eee;
&:first-child {
border-top: none;
}
}
.editable {
padding: 5px;
width: 168px;
... ... @@ -150,20 +170,6 @@ $hoverColor: #379ed6;
.iconfont {
display: none;
}
&:hover {
cursor: pointer;
border: 1px dashed #3a9ed6;
.iconfont {
position: absolute;
right: 5px;
top: 3px;
font-size: 16px;
font-weight: normal !important;
display: inline-block !important;
}
}
.sizes-list {
width: 195px;
}
... ...