Commit 7c75b68b by 王东红

购物车标题样式调整

parent bc1305a2
......@@ -1720,7 +1720,17 @@ button.action.submit.primary {
font-size: 14px;
font-family: 'Outfit-Regular';
}
.block-minicart .product-item-details .product-item-name a{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
font-family: Outfit-Regular;
font-size: 14px;
}
@media (min-width: 780px) {
.action.primary.tocart{
width: 500px !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment