|
@@ -376,7 +376,7 @@ a:active {
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
&.price {
|
|
|
- color: $colorMain2;
|
|
|
+ color: $colorMain;
|
|
|
padding: 0;
|
|
|
}
|
|
|
}
|
|
@@ -417,7 +417,7 @@ a:active {
|
|
|
padding: 16px 0;
|
|
|
.tag {
|
|
|
position: absolute;
|
|
|
- background-color: $colorMain2;
|
|
|
+ background-color: $colorMain;
|
|
|
color: #fff;
|
|
|
padding: 2px 6px 2px;
|
|
|
top: 5px;
|
|
@@ -432,7 +432,7 @@ a:active {
|
|
|
right: 10px;
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
- background-color: $colorMain2;
|
|
|
+ background-color: $colorMain;
|
|
|
border-radius: 50%;
|
|
|
text-align: center;
|
|
|
line-height: 16px;
|
|
@@ -443,10 +443,10 @@ a:active {
|
|
|
color: #333333;
|
|
|
}
|
|
|
&:hover a i {
|
|
|
- color: $colorMain2;
|
|
|
+ color: $colorMain;
|
|
|
}
|
|
|
&:hover span {
|
|
|
- box-shadow: 0 0 0 1px $colorMain2;
|
|
|
+ box-shadow: 0 0 0 1px $colorMain;
|
|
|
}
|
|
|
a {
|
|
|
position: relative;
|
|
@@ -559,7 +559,7 @@ a:active {
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
- color: $colorMain2;
|
|
|
+ color: $colorMain;
|
|
|
}
|
|
|
}
|
|
|
ul {
|