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.

99 lines
1.3 KiB

9 years ago
  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. .footer-jumbo-bleed {
  13. background: #eee;
  14. }
  15. #pitch {
  16. text-align: center;
  17. padding: 100px 0;
  18. margin: 0;
  19. font-size: 28px;
  20. }
  21. #pitch-subtitle {
  22. margin-top: 0;
  23. text-align: center;
  24. }
  25. #pitch-url {
  26. text-align: center;
  27. font-family: monospace;
  28. margin: 10px auto;
  29. }
  30. #pitch-url-input {
  31. text-align: center;
  32. background: #FFF;
  33. border: 0;
  34. box-shadow: none;
  35. cursor: text;
  36. }
  37. #pitch-text {
  38. margin: 0 auto 72px auto;
  39. }
  40. .nav-tabs {
  41. margin-bottom: 0;
  42. }
  43. #get-started {
  44. margin-top: 4em;
  45. }
  46. .tour-title {
  47. margin: 50px 0;
  48. }
  49. .tour-section {
  50. margin-bottom: 50px;
  51. }
  52. .welcome-integrations img {
  53. width: 22px;
  54. height: 22px;
  55. }
  56. .welcome-integrations span {
  57. display: inline-block;
  58. font-size: 22px;
  59. }
  60. .page-welcome .tab-content {
  61. border: 1px solid #ddd;
  62. border-top: 0;
  63. }
  64. .tab-pane p {
  65. padding: 15px;
  66. margin: 0;
  67. }
  68. .page-welcome .highlight:nth-child(n+2) {
  69. border-top: 1px solid #ddd;
  70. }
  71. .page-welcome .tab-pane pre {
  72. margin-bottom: 0;
  73. background: transparent;
  74. padding: 15px;
  75. }
  76. .tab-pane.tab-pane-email {
  77. border: none;
  78. }