A semantic search engine for source code https://bitshift.benkurtovic.com/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

about.sass 883 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @import variables
  2. .bg
  3. $img-height: 650px
  4. position: fixed
  5. width: 100%
  6. left: 0
  7. z-index: -1
  8. &#img-1
  9. background: url(../img/about/bg1.png) no-repeat
  10. background-size: cover
  11. height: 400px
  12. top: 0px
  13. &#img-2
  14. background: url(../img/about/bg2.png) no-repeat
  15. height: $img-height + 250px
  16. top: 520px
  17. &#img-3
  18. background: url(../img/about/bg3.png) no-repeat
  19. background-size: cover
  20. height: $img-height + 250
  21. top: 1800px
  22. div.section
  23. background-color: white
  24. border: 1px solid $baseColor2
  25. height: 300px
  26. margin-bottom: 200px
  27. margin-top: 300px
  28. padding-bottom: 50px
  29. padding-top: 20px
  30. &#top
  31. margin-top: 0px
  32. div.centered
  33. margin-left: auto
  34. margin-right: auto
  35. width: 50%
  36. h1
  37. color: $baseColor1