|
|
- .page-welcome .navbar {
- margin-bottom: 0;
- }
-
- .index-bleed {
- padding-bottom: 2em;
- }
-
- .get-started-bleed {
- background: var(--get-started-bg);
- padding: 3em 0;
- }
-
- .footer-jumbo-bleed {
- background: #eee;
- }
-
-
- #pitch {
- text-align: center;
- padding: 100px 0;
- margin: 0;
- font-size: 36px;
- font-weight: bold;
- }
-
- #pitch small {
- display: block;
- margin-top: 10px;
- font-size: 18px;
- color: #333;
- }
-
- #pitch-subtitle {
- font-size: 14px;
- margin-top: 0;
- text-align: center;
- }
-
- #pitch-url {
- text-align: center;
- font-family: monospace;
- margin: 10px auto;
- }
-
- #pitch-url code {
- color: var(--text-color);
- background: var(--pre-bg);
- display: inline-block;
- margin-top: 0px;
- padding: 6px 9px;
- }
-
- #pitch-text {
- margin: 0 auto 72px auto;
- }
-
- .nav-tabs {
- margin-bottom: 0;
- }
-
- #get-started h1 {
- font-size: 20px;
- line-height: 1.5;
- margin: 0 0 20px 0;
- }
-
- .tour-title {
- margin: 50px 0;
- }
-
-
- .tour-section {
- margin-bottom: 80px;
- }
-
- .tour-section h3 {
- margin-top: 10px;
- font-weight: bold;
- }
-
- #welcome-integrations {
- margin-bottom: 80px;
- }
-
- #welcome-integrations h2 {
- font-size: 24px;
- text-align: center;
- margin-bottom: 20px;
- }
-
- #welcome-integrations h2 small {
- font-size: 14px;
- }
-
- #welcome-integrations .integration {
- display: block;
- color: var(--text-color);
- border: 1px solid var(--border-color);
- border-radius: 3px;
- padding: 20px 0;
- text-align: center;
- margin-bottom: 30px;
- text-decoration: none;
- }
-
- #welcome-integrations a.integration:hover {
- border-color: #0091EA;
- text-decoration: none;
- }
-
- #welcome-integrations img {
- width: 48px;
- height: 48px;
- }
-
- #welcome-integrations p {
- font-size: 18px;
- margin: 20px 0 0 0;
- line-height: 1.1;
- }
-
- #welcome-integrations p small {
- font-size: 12px;
- color: #777777;
- }
-
- .use-cases li {
- line-height: 200%;
- }
-
- .page-welcome .tab-content {
- border: 1px solid var(--border-color);
- border-top: 0;
- }
-
- #email.tab-pane {
- padding: 20px;
- margin: 0;
- }
-
- .page-welcome .highlight:nth-child(n+2) {
- border-top: 1px solid var(--border-color);
- }
-
- .page-welcome .tab-pane pre {
- margin-bottom: 0;
- background: transparent;
- padding: 15px;
- }
-
- .tab-pane.tab-pane-email {
- border: none;
- }
-
- #signup-modal .modal-header {
- border-bottom: 0;
- }
-
- #signup-modal .modal-body {
- padding: 0 50px 50px 50px;
- }
-
- #signup-modal div.title {
- font-size: 30px;
- text-align: center;
- margin: 0 0 50px 0;
- }
-
- #signup-modal label {
- font-weight: normal;
- }
-
- #signup-modal #link-instruction {
- text-align: center;
- }
-
- #signup-result {
- margin-top: 20px;
- text-align: center;
- font-size: 18px;
- display: none;
- }
-
- #footer-cta p {
- max-width: 800px;
- margin-left: auto;
- margin-right: auto;
- }
|