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.

152 lines
2.1 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: 3em 0;
  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 h1 {
  44. font-size: 20px;
  45. line-height: 1.5;
  46. margin: 0 0 20px 0;
  47. }
  48. .tour-title {
  49. margin: 50px 0;
  50. }
  51. .tour-section {
  52. margin-bottom: 80px;
  53. }
  54. #welcome-integrations h1 {
  55. text-align: center;
  56. margin-bottom: 20px;
  57. }
  58. #welcome-integrations .integration {
  59. border: 1px solid #ddd;
  60. border-radius: 3px;
  61. padding: 20px 0;
  62. text-align: center;
  63. margin-bottom: 30px;
  64. }
  65. #welcome-integrations img {
  66. width: 48px;
  67. height: 48px;
  68. }
  69. #welcome-integrations h3 {
  70. font-size: 18px;
  71. margin-bottom: 0;
  72. }
  73. #welcome-integrations h3 small {
  74. font-size: 12px;
  75. }
  76. .use-cases li {
  77. line-height: 200%;
  78. }
  79. .page-welcome .tab-content {
  80. border: 1px solid #ddd;
  81. border-top: 0;
  82. }
  83. .tab-pane p {
  84. padding: 15px;
  85. margin: 0;
  86. }
  87. .page-welcome .highlight:nth-child(n+2) {
  88. border-top: 1px solid #ddd;
  89. }
  90. .page-welcome .tab-pane pre {
  91. margin-bottom: 0;
  92. background: transparent;
  93. padding: 15px;
  94. }
  95. .tab-pane.tab-pane-email {
  96. border: none;
  97. }
  98. #signup-modal .modal-header {
  99. border-bottom: 0;
  100. }
  101. #signup-modal .modal-body {
  102. padding: 0 50px 50px 50px;
  103. }
  104. #signup-modal h1 {
  105. text-align: center;
  106. margin: 0 0 50px 0;
  107. }
  108. #signup-modal #link-instruction {
  109. text-align: center;
  110. }
  111. #signup-result {
  112. margin-top: 20px;
  113. text-align: center;
  114. font-size: 18px;
  115. display: none;
  116. }
  117. #footer-cta p {
  118. max-width: 800px;
  119. margin-left: auto;
  120. margin-right: auto;
  121. }