You are here

comment.css in Open Social 8.6

.comments {
  background: #f3f3f3;
  border-radius: 10px;
}

.comment__reply-btn {
  color: #33b5e5;
  fill: #33b5e5;
}

.comment__reply-btn:hover, .comment__reply-btn:focus {
  color: #1a8dbe;
  fill: #1a8dbe;
}

.photoswipe-gallery-custom .field--item .file-tile,
.photoswipe-gallery-custom .field--item img:not(.node-file__icon) {
  border-radius: 10px;
}

.photoswipe-gallery-custom .field--item .file-link a {
  font-weight: 500;
}

File

themes/socialblue/assets/css/comment.css
View source
  1. .comments {
  2. background: #f3f3f3;
  3. border-radius: 10px;
  4. }
  5. .comment__reply-btn {
  6. color: #33b5e5;
  7. fill: #33b5e5;
  8. }
  9. .comment__reply-btn:hover, .comment__reply-btn:focus {
  10. color: #1a8dbe;
  11. fill: #1a8dbe;
  12. }
  13. .photoswipe-gallery-custom .field--item .file-tile,
  14. .photoswipe-gallery-custom .field--item img:not(.node-file__icon) {
  15. border-radius: 10px;
  16. }
  17. .photoswipe-gallery-custom .field--item .file-link a {
  18. font-weight: 500;
  19. }