Authored by jinhu.tung

edit product stylesheet

1 $hoverColor: #379ed6; 1 $hoverColor: #379ed6;
2 2
3 .blk-cart-page { 3 .blk-cart-page {
  4 + .pros-group {
  5 + margin-bottom: 30px;
  6 + border-top: 1px solid #eee;
  7 +
  8 + &:first-child {
  9 + border-top: none;
  10 + }
  11 +
  12 + &:hover {
  13 + .editable {
  14 + cursor: pointer;
  15 + border: 1px dashed #999;
  16 +
  17 + .iconfont {
  18 + position: absolute;
  19 + right: 5px;
  20 + top: 3px;
  21 + font-size: 16px;
  22 + font-weight: normal !important;
  23 + display: inline-block !important;
  24 + }
  25 + &:hover {
  26 + cursor: pointer;
  27 + border: 1px dashed #e92601;
  28 + }
  29 + }
  30 + }
  31 + }
  32 +
4 .cart-pro-list { 33 .cart-pro-list {
5 .title { 34 .title {
6 border-bottom: 1px solid #eee; 35 border-bottom: 1px solid #eee;
@@ -133,15 +162,6 @@ $hoverColor: #379ed6; @@ -133,15 +162,6 @@ $hoverColor: #379ed6;
133 } 162 }
134 } 163 }
135 164
136 - .pros-group {  
137 - margin-bottom: 30px;  
138 - border-top: 1px solid #eee;  
139 -  
140 - &:first-child {  
141 - border-top: none;  
142 - }  
143 - }  
144 -  
145 .editable { 165 .editable {
146 padding: 5px; 166 padding: 5px;
147 width: 168px; 167 width: 168px;
@@ -150,20 +170,6 @@ $hoverColor: #379ed6; @@ -150,20 +170,6 @@ $hoverColor: #379ed6;
150 .iconfont { 170 .iconfont {
151 display: none; 171 display: none;
152 } 172 }
153 -  
154 - &:hover {  
155 - cursor: pointer;  
156 - border: 1px dashed #3a9ed6;  
157 -  
158 - .iconfont {  
159 - position: absolute;  
160 - right: 5px;  
161 - top: 3px;  
162 - font-size: 16px;  
163 - font-weight: normal !important;  
164 - display: inline-block !important;  
165 - }  
166 - }  
167 .sizes-list { 173 .sizes-list {
168 width: 195px; 174 width: 195px;
169 } 175 }