get-started.less 701 B

123456789101112131415161718192021222324252627282930313233
  1. // view-specific: get started
  2. .v-get-started {
  3. background: @alert-well-bg; // resetting for depth
  4. .get-started-cdn {
  5. background: @section-emphasized-bg;
  6. }
  7. .content-underlay {
  8. margin-bottom: -180px;
  9. border-bottom: 1px solid @jumbotron-border;
  10. padding-bottom: 100px;
  11. background-color: lighten(@jumbotron-bg, 2%);
  12. }
  13. .jumbotron {
  14. border-bottom: none;
  15. }
  16. // sections
  17. .get-started-cdn {
  18. z-index: 2;
  19. position: relative;
  20. border-radius: @border-radius-base;
  21. padding: @buffer-sm @buffer-xl @buffer-lg @buffer-xl;
  22. }
  23. .hr .hr-text {
  24. background: @alert-well-bg;
  25. font-family: @font-family-serif;
  26. font-size: (@font-size-large*1.5);
  27. }
  28. }