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.
 
 
 
 
 
 

58 lines
960 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. @extend .t3
  26. background-color: $baseColor1
  27. bottom: 0
  28. height: 60px
  29. padding-top: 12px
  30. position: absolute
  31. text-align: center
  32. width: 100%
  33. *
  34. color: white
  35. a
  36. @extend .t3
  37. font-size: 1.2em
  38. margin-left: 5%
  39. margin-right: 5%
  40. text-decoration: none
  41. &:hover
  42. text-decoration: underline
  43. p span
  44. font-size: 0.7em