You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
888 B

  1. .page-welcome .navbar {
  2. margin-bottom: 0;
  3. }
  4. .index-bleed {
  5. background: #FFF;
  6. padding-bottom: 2em;
  7. }
  8. .get-started-bleed {
  9. background: #e5ece5;
  10. padding-bottom: 3em;
  11. }
  12. #pitch {
  13. text-align: center;
  14. padding: 72px 0;
  15. margin: 0;
  16. }
  17. #pitch-subtitle {
  18. margin-top: 0;
  19. text-align: center;
  20. }
  21. #pitch-url {
  22. text-align: center;
  23. font-family: monospace;
  24. padding-bottom: 72px;
  25. }
  26. .nav-tabs {
  27. margin-bottom: 0;
  28. }
  29. .page-welcome .highlight pre {
  30. background: #FFF;
  31. border-top: 0;
  32. border-radius: 0;
  33. border-color: #dddddd;
  34. }
  35. #email .instructions {
  36. background: #FFF;
  37. border: 1px solid #dddddd;
  38. border-top: 0;
  39. padding: 10px;
  40. }
  41. #email .email-address {
  42. font-size: 18px;
  43. padding-top: 10px;
  44. }
  45. #get-started {
  46. margin-top: 4em;
  47. }
  48. .tour-title {
  49. margin: 50px 0;
  50. }
  51. .tour-section {
  52. margin-bottom: 50px;
  53. }