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 620B

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