get-started.less 522 B

1234567891011121314151617181920212223242526
  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. .jumbotron {
  8. border-bottom: none;
  9. }
  10. // sections
  11. .get-started-cdn {
  12. z-index: 2;
  13. position: relative;
  14. border-radius: @border-radius-base;
  15. padding: @buffer-sm @buffer-xl @buffer-lg @buffer-xl;
  16. }
  17. .hr .hr-text {
  18. background: @alert-well-bg;
  19. font-family: @font-family-serif;
  20. font-size: (@font-size-large*1.5);
  21. }
  22. }