icons.styl 544 B

123456789101112131415161718192021222324252627282930
  1. .emoji
  2. height: 18px
  3. width: 18px
  4. vertical-align: text-bottom
  5. // Implement a thiner close icon as suggested in
  6. // https://github.com/FortAwesome/Font-Awesome/issues/1540#issuecomment-68689950
  7. .fa.fa-times-thin:before
  8. content: '\00d7';
  9. .fa.fa-globe.colorful
  10. color: #4caf50
  11. .fa.fa-lock.colorful
  12. color: #f44336
  13. .pop-over .pop-over-list li a:hover
  14. .fa, .fa.colorful
  15. color: white
  16. &:hover
  17. color: white
  18. a
  19. &.fa, i.fa
  20. color: darken(white, 35%)
  21. &:hover, &.is-active
  22. &.fa, i.fa
  23. color: darken(white, 60%)