_s2-docs-home.scss 233 B

1234567891011121314
  1. .notice-previous {
  2. padding: 15px 20px;
  3. color: #777;
  4. background-color: #FAFAFA;
  5. border-top: 1px solid #FFF;
  6. border-bottom: 1px solid #eee;
  7. a {
  8. font-weight: bold;
  9. }
  10. }
  11. .s2-docs-home .jumbotron {
  12. margin-bottom: 0;
  13. }