main.scss 622 B

1234567891011121314151617181920212223242526272829303132
  1. $iconSpritePath: "../images/glyphicons-halflings.png";
  2. $iconWhiteSpritePath: "../images/glyphicons-halflings-white.png";
  3. @import "bootstrap-sass/lib/bootstrap";
  4. /* Put your CSS here */
  5. html, body {
  6. margin: 20px;
  7. }
  8. body {
  9. background: #fafafa;
  10. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  11. color: #333;
  12. }
  13. .hero-unit {
  14. margin: 50px auto 0 auto;
  15. width: 300px;
  16. font-size: 18px;
  17. font-weight: 200;
  18. line-height: 30px;
  19. background-color: #eee;
  20. border-radius: 6px;
  21. padding: 60px;
  22. }
  23. .hero-unit h1 {
  24. font-size: 60px;
  25. line-height: 1;
  26. letter-spacing: -1px;
  27. }