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.

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