A semantic search engine for source code https://bitshift.benkurtovic.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.
 
 
 
 
 
 

55 lines
940 B

  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. font-family: sans-serif
  11. div#container
  12. min-height: 100%
  13. position: relative
  14. div#header
  15. padding: 10px
  16. div#body
  17. height: 100%
  18. padding-bottom: 110px
  19. padding-top: 4%
  20. div#center
  21. margin-left: auto
  22. margin-right: auto
  23. width: 75%
  24. div#footer
  25. background-color: $baseColor1
  26. bottom: 0
  27. height: 30px
  28. padding-bottom: 5px
  29. padding-top: 15px
  30. position: fixed
  31. text-align: center
  32. width: 100%
  33. z-index: 100
  34. *
  35. color: white
  36. a
  37. @extend .t3
  38. font-size: 1.2em
  39. margin-left: 5%
  40. margin-right: 5%
  41. text-decoration: none
  42. &:hover
  43. text-decoration: underline