A semantic search engine for source code https://bitshift.benkurtovic.com/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

main.sass 892 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. Global project stylesheet.
  3. */
  4. @import mixins
  5. @import variables
  6. html, body
  7. height: 100%
  8. margin: 0
  9. padding: 0
  10. *
  11. font-family: sans-serif
  12. div#container
  13. min-height: 100%
  14. position: relative
  15. div#body
  16. padding-bottom: 50px
  17. padding-top: 4%
  18. div#center
  19. margin-left: auto
  20. margin-right: auto
  21. width: 75%
  22. div#footer
  23. @extend .t3
  24. background-color: $lightBlue
  25. height: 60px
  26. padding-top: 12px
  27. position: absolute
  28. text-align: center
  29. width: 100%
  30. *
  31. color: white
  32. a
  33. @extend .t3
  34. font-size: 1.2em
  35. margin-left: 5%
  36. margin-right: 5%
  37. text-decoration: none
  38. &:hover
  39. text-decoration: underline
  40. p span
  41. font-size: 0.7em