mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
reviews
This commit is contained in:
parent
7d20495935
commit
bd5fbff3f9
2 changed files with 8 additions and 4 deletions
|
@ -152,8 +152,9 @@ ul.products {
|
|||
width: 2.618em;
|
||||
height: auto; }
|
||||
#reviews .commentlist li p.meta {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
|
||||
margin-bottom: 1em; }
|
||||
#reviews .commentlist li .description {
|
||||
padding-bottom: 1.618em; }
|
||||
#reviews .comment-form-author,
|
||||
#reviews .comment-form-email {
|
||||
width: 48%; }
|
||||
|
|
|
@ -206,8 +206,11 @@ ul.products {
|
|||
}
|
||||
|
||||
p.meta {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 1px dotted $color_border;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-bottom: 1.618em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue