|
@@ -2,9 +2,6 @@ $hoverColor: #379ed6; |
|
@@ -2,9 +2,6 @@ $hoverColor: #379ed6; |
2
|
|
2
|
|
3
|
.blk-cart-page {
|
3
|
.blk-cart-page {
|
4
|
.pros-group {
|
4
|
.pros-group {
|
5
|
- /*margin-bottom: 30px;
|
|
|
6
|
- border-top: 1px solid #eee;*/
|
|
|
7
|
-
|
|
|
8
|
&:first-child {
|
5
|
&:first-child {
|
9
|
border-top: none;
|
6
|
border-top: none;
|
10
|
}
|
7
|
}
|
|
@@ -22,9 +19,10 @@ $hoverColor: #379ed6; |
|
@@ -22,9 +19,10 @@ $hoverColor: #379ed6; |
22
|
font-weight: normal !important;
|
19
|
font-weight: normal !important;
|
23
|
display: inline-block !important;
|
20
|
display: inline-block !important;
|
24
|
}
|
21
|
}
|
|
|
22
|
+
|
25
|
&:hover {
|
23
|
&:hover {
|
26
|
cursor: pointer;
|
24
|
cursor: pointer;
|
27
|
- border: 1px dashed #e92601;
|
25
|
+ border: 1px dashed #3ca1db;
|
28
|
}
|
26
|
}
|
29
|
}
|
27
|
}
|
30
|
}
|
28
|
}
|
|
@@ -75,6 +73,7 @@ $hoverColor: #379ed6; |
|
@@ -75,6 +73,7 @@ $hoverColor: #379ed6; |
75
|
.checked {
|
73
|
.checked {
|
76
|
display: inline-block;
|
74
|
display: inline-block;
|
77
|
}
|
75
|
}
|
|
|
76
|
+
|
78
|
.not-checked {
|
77
|
.not-checked {
|
79
|
display: none;
|
78
|
display: none;
|
80
|
}
|
79
|
}
|
|
@@ -96,7 +95,6 @@ $hoverColor: #379ed6; |
|
@@ -96,7 +95,6 @@ $hoverColor: #379ed6; |
96
|
font-size: 18px;
|
95
|
font-size: 18px;
|
97
|
font-weight: bold;
|
96
|
font-weight: bold;
|
98
|
line-height: 50px;
|
97
|
line-height: 50px;
|
99
|
-
|
|
|
100
|
overflow: hidden;
|
98
|
overflow: hidden;
|
101
|
text-overflow: ellipsis !important;
|
99
|
text-overflow: ellipsis !important;
|
102
|
white-space: nowrap !important;
|
100
|
white-space: nowrap !important;
|
|
@@ -175,18 +173,21 @@ $hoverColor: #379ed6; |
|
@@ -175,18 +173,21 @@ $hoverColor: #379ed6; |
175
|
|
173
|
|
176
|
.editable {
|
174
|
.editable {
|
177
|
padding: 5px 0;
|
175
|
padding: 5px 0;
|
178
|
- width: 200px;
|
176
|
+ width: 180px;
|
179
|
position: relative;
|
177
|
position: relative;
|
180
|
|
178
|
|
181
|
.iconfont {
|
179
|
.iconfont {
|
182
|
display: none;
|
180
|
display: none;
|
183
|
}
|
181
|
}
|
|
|
182
|
+
|
184
|
.sizes-list {
|
183
|
.sizes-list {
|
185
|
width: 195px;
|
184
|
width: 195px;
|
186
|
}
|
185
|
}
|
|
|
186
|
+
|
187
|
.colors-list {
|
187
|
.colors-list {
|
188
|
width: 195px;
|
188
|
width: 195px;
|
189
|
}
|
189
|
}
|
|
|
190
|
+
|
190
|
.size-item {
|
191
|
.size-item {
|
191
|
height: 20px;
|
192
|
height: 20px;
|
192
|
border: 1px solid #e8e8e8;
|
193
|
border: 1px solid #e8e8e8;
|
|
@@ -220,22 +221,26 @@ $hoverColor: #379ed6; |
|
@@ -220,22 +221,26 @@ $hoverColor: #379ed6; |
220
|
}
|
221
|
}
|
221
|
}
|
222
|
}
|
222
|
}
|
223
|
}
|
|
|
224
|
+
|
223
|
.mr20 {
|
225
|
.mr20 {
|
224
|
margin-right: 20px;
|
226
|
margin-right: 20px;
|
225
|
}
|
227
|
}
|
|
|
228
|
+
|
226
|
.mr10 {
|
229
|
.mr10 {
|
227
|
margin-right: 10px;
|
230
|
margin-right: 10px;
|
228
|
}
|
231
|
}
|
|
|
232
|
+
|
229
|
.mb10 {
|
233
|
.mb10 {
|
230
|
margin-bottom: 10px;
|
234
|
margin-bottom: 10px;
|
231
|
}
|
235
|
}
|
|
|
236
|
+
|
232
|
.mb20 {
|
237
|
.mb20 {
|
233
|
margin-bottom: 20px;
|
238
|
margin-bottom: 20px;
|
234
|
}
|
239
|
}
|
|
|
240
|
+
|
235
|
.mb30 {
|
241
|
.mb30 {
|
236
|
margin-bottom: 30px;
|
242
|
margin-bottom: 30px;
|
237
|
}
|
243
|
}
|
238
|
-
|
|
|
239
|
}
|
244
|
}
|
240
|
|
245
|
|
241
|
.invalid-pros {
|
246
|
.invalid-pros {
|