_home.scss 438 B

12345678910111213141516171819202122232425262728293031
  1. // Homepage-specific styles
  2. .s2-docs-home {
  3. .jumbotron {
  4. margin-bottom: 0;
  5. color: #000;
  6. h1 {
  7. color: #000;
  8. margin-top: 20px;
  9. }
  10. }
  11. .lead {
  12. text-align: center;
  13. max-width: 800px;
  14. margin: 0 auto 40px;
  15. }
  16. .notice-previous {
  17. background: #f6f6f6;
  18. color: #666;
  19. border-bottom: 1px solid #eee;
  20. padding: 15px 20px;
  21. }
  22. .half-rule {
  23. width: 100px;
  24. margin: 40px auto;
  25. }
  26. }