Authored by xuqi

brand hover

... ... @@ -89,6 +89,7 @@ $hoverColor: #379ed6;
width: 342px;
padding-left: 42px;
font-size: 12px;
}
.brand-name {
display: block;
... ... @@ -100,6 +101,10 @@ $hoverColor: #379ed6;
text-overflow: ellipsis !important;
white-space: nowrap !important;
max-width: 300px;
&:hover {
color: #379ed6;
}
}
.size {
... ... @@ -109,7 +114,6 @@ $hoverColor: #379ed6;
.published-at {
margin-bottom: 13px;
}
}
.pro-name {
height: 36px;
... ... @@ -117,6 +121,7 @@ $hoverColor: #379ed6;
word-wrap: break-word;
margin-bottom: 5px;
overflow: hidden;
:hover {
cursor: pointer;
color: #379ed6;
... ... @@ -260,10 +265,8 @@ $hoverColor: #379ed6;
}
}
.action {
&:hover {
.action:hover {
cursor: pointer;
color: #379ed6;
}
}
}
... ...