A semantic search engine for source code https://bitshift.benkurtovic.com/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

60 строки
971 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. *
  11. font-family: sans-serif
  12. div#container
  13. min-height: 100%
  14. position: relative
  15. div#header
  16. padding: 10px
  17. div#body
  18. height: 100%
  19. padding-bottom: 110px
  20. padding-top: 4%
  21. div#center
  22. margin-left: auto
  23. margin-right: auto
  24. width: 75%
  25. div#footer
  26. @extend .t3
  27. background-color: $baseColor1
  28. bottom: 0
  29. height: 60px
  30. padding-top: 12px
  31. position: absolute
  32. text-align: center
  33. width: 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
  44. p span
  45. font-size: 0.7em