...
|
...
|
@@ -89,26 +89,30 @@ $hoverColor: #379ed6; |
|
|
width: 342px;
|
|
|
padding-left: 42px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.brand-name {
|
|
|
display: block;
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
line-height: 50px;
|
|
|
.brand-name {
|
|
|
display: block;
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
line-height: 50px;
|
|
|
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis !important;
|
|
|
white-space: nowrap !important;
|
|
|
max-width: 300px;
|
|
|
}
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis !important;
|
|
|
white-space: nowrap !important;
|
|
|
max-width: 300px;
|
|
|
|
|
|
.size {
|
|
|
margin-bottom: 13px;
|
|
|
&:hover {
|
|
|
color: #379ed6;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.published-at {
|
|
|
margin-bottom: 13px;
|
|
|
}
|
|
|
.size {
|
|
|
margin-bottom: 13px;
|
|
|
}
|
|
|
|
|
|
.published-at {
|
|
|
margin-bottom: 13px;
|
|
|
}
|
|
|
|
|
|
.pro-name {
|
...
|
...
|
@@ -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 {
|
|
|
cursor: pointer;
|
|
|
color: #379ed6;
|
|
|
}
|
|
|
.action:hover {
|
|
|
cursor: pointer;
|
|
|
color: #379ed6;
|
|
|
}
|
|
|
} |
...
|
...
|
|