Commit 62561609 by lmf

优化产品详情评论五星好评

parent 18b81929
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// Variables // Variables
// -------------------------------------------- // --------------------------------------------
@amrev-submit-form__max-width: 575px; @amrev-submit-form__max-width: 80%;
@amrev-submit-form__background: @amreview-placeholder__color; @amrev-submit-form__background: @amreview-placeholder__color;
@amrev-submit-form__active__color: #007bdb; @amrev-submit-form__active__color: #007bdb;
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
.review-form .action.submit.primary { .review-form .action.submit.primary {
& { & {
padding: 16px 22px;
border: 1px solid @amreview-button__color; border: 1px solid @amreview-button__color;
border-radius: 2px; border-radius: 2px;
background: @amreview-button__color; background: @amreview-button__color;
...@@ -147,20 +146,15 @@ ...@@ -147,20 +146,15 @@
line-height: normal; line-height: normal;
} }
&:hover:before {
color: @amreview-stars__filtering__color;
}
} }
.review-control-vote.control label { .review-control-vote.control label {
&:hover:before {
color: @amreview-stars__filtering__color;
}
&:before { &:before {
.transition(.1); .transition(.1);
position: initial;
margin: 0; margin: 0;
color: @amreview-stars__filtering__color; color: @amreview-stars__filtering__color;
letter-spacing: @amrev__indent / 2; letter-spacing: @amrev__indent / 2;
......
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