Skip to content

Commit

Permalink
Merge pull request #206 from pawelkierklo/dev
Browse files Browse the repository at this point in the history
Update css modal
  • Loading branch information
tblivet authored Jun 27, 2024
2 parents b93d8bf + 5ee20b6 commit 3a68c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/css/productcomments.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,17 @@
margin-top: 30px;
}

.modal-header .material-icons {
.product-comment-modal .modal-header .material-icons {
color: #40a85f;
font-size: 30px;
line-height: 25px;
}

.modal-header .material-icons.error {
.product-comment-modal .modal-header .material-icons.error {
color: #a94442;
}

.modal-header .material-icons.feedback {
.product-comment-modal .modal-header .material-icons.feedback {
color: #f39d72;
}

Expand Down

0 comments on commit 3a68c46

Please sign in to comment.