...
|
...
|
@@ -2,9 +2,6 @@ $hoverColor: #379ed6; |
|
|
|
|
|
.blk-cart-page {
|
|
|
.pros-group {
|
|
|
/*margin-bottom: 30px;
|
|
|
border-top: 1px solid #eee;*/
|
|
|
|
|
|
&:first-child {
|
|
|
border-top: none;
|
|
|
}
|
...
|
...
|
@@ -22,9 +19,10 @@ $hoverColor: #379ed6; |
|
|
font-weight: normal !important;
|
|
|
display: inline-block !important;
|
|
|
}
|
|
|
|
|
|
&:hover {
|
|
|
cursor: pointer;
|
|
|
border: 1px dashed #e92601;
|
|
|
border: 1px dashed #3ca1db;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -75,6 +73,7 @@ $hoverColor: #379ed6; |
|
|
.checked {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.not-checked {
|
|
|
display: none;
|
|
|
}
|
...
|
...
|
@@ -96,7 +95,6 @@ $hoverColor: #379ed6; |
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
line-height: 50px;
|
|
|
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis !important;
|
|
|
white-space: nowrap !important;
|
...
|
...
|
@@ -175,18 +173,21 @@ $hoverColor: #379ed6; |
|
|
|
|
|
.editable {
|
|
|
padding: 5px 0;
|
|
|
width: 200px;
|
|
|
width: 180px;
|
|
|
position: relative;
|
|
|
|
|
|
.iconfont {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.sizes-list {
|
|
|
width: 195px;
|
|
|
}
|
|
|
|
|
|
.colors-list {
|
|
|
width: 195px;
|
|
|
}
|
|
|
|
|
|
.size-item {
|
|
|
height: 20px;
|
|
|
border: 1px solid #e8e8e8;
|
...
|
...
|
@@ -220,22 +221,26 @@ $hoverColor: #379ed6; |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.mr20 {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.mr10 {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
.mb10 {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
.mb20 {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.mb30 {
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.invalid-pros {
|
...
|
...
|
|