My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_fontawesome.sass 635B

123456789101112131415161718192021222324252627282930313233343536
  1. // Font awesome, used for icons in the header
  2. @import ../fonts
  3. .fa-key:before
  4. content: '\e800'
  5. .fa-twitter:before
  6. content: '\f099'
  7. .fa-github:before
  8. content: '\f09b'
  9. .fa-ul
  10. padding-left: 0
  11. margin-left: 2.14285714em
  12. list-style-type: none
  13. & > li
  14. position: relative
  15. .fa
  16. display: inline-block
  17. font: normal normal normal 14px/1 $fa-font
  18. text-rendering: auto
  19. -webkit-font-smoothing: antialiased
  20. -moz-osx-font-smoothing: grayscale
  21. font-size: 1.33333333em
  22. line-height: .75em
  23. position: absolute
  24. vertical-align: -15%
  25. left: -1.85714286em
  26. width: 2.14285714em
  27. top: .14285714em
  28. text-align: center