File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
view/frontend/web/internals Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- .product-img {
1
+ .recommend-item . product-img {
2
2
width : 180px ;
3
3
}
4
4
.auc-Recommend-list {
5
5
display : flex;
6
6
justify-content : space-evenly;
7
7
list-style : none;
8
8
}
9
- .product-name {
9
+ .recommend-item . product-name {
10
10
height : 50px ;
11
11
width : 110px ;
12
12
margin : 0 auto;
50
50
flex-wrap : wrap;
51
51
justify-content : flex-start;
52
52
}
53
- .product-details .action .primary , .action-primary {
53
+ .product-details .recommend-item . action .primary , .action-primary {
54
54
background : # f4f4f4 ;
55
55
border : 1px solid # f4f4f4 ;
56
56
color : # 666666 ;
57
57
}
58
- .product-details .action .primary : hover , .action-primary : hover {
58
+ .product-details .recommend-item . action .primary : hover , .action-primary : hover {
59
59
border-color : # 1979c3 ;
60
60
background : # 1979c3 ;
61
61
color : # FFFFFF ;
You can’t perform that action at this time.
0 commit comments