A semantic search engine for source code https://bitshift.benkurtovic.com/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.sass 835 B

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