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.

84 lines
1.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-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. .page-welcome .highlight pre {
  43. background: #FFF;
  44. border-top: 0;
  45. border-radius: 0;
  46. border-color: #dddddd;
  47. }
  48. #email .instructions {
  49. background: #FFF;
  50. border: 1px solid #dddddd;
  51. border-top: 0;
  52. padding: 10px;
  53. }
  54. #email .email-address {
  55. font-size: 18px;
  56. padding-top: 10px;
  57. }
  58. #get-started {
  59. margin-top: 4em;
  60. }
  61. .tour-title {
  62. margin: 50px 0;
  63. }
  64. .tour-section {
  65. margin-bottom: 50px;
  66. }