Add a basic tour to the landing page
This commit is contained in:
parent
6ee9abc002
commit
5b99586ffc
2 changed files with 82 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
.plans .callout {
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
|
@ -144,6 +145,38 @@
|
|||
background-color: #DDFFEE;
|
||||
}
|
||||
|
||||
.product-tour .tour-header {
|
||||
height: 200px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 4px solid black;
|
||||
}
|
||||
|
||||
.product-tour .tour-header .tour-shoutout-header {
|
||||
margin: 20px;
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.product-tour .tour-header .tour-shoutout {
|
||||
font-size: 2em;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.product-tour .tour-section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.product-tour .tour-section .tour-section-title {
|
||||
font-size: 1.8em;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.product-tour .tour-section .tour-section-description {
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.landing .popover-content {
|
||||
color: black;
|
||||
}
|
||||
|
@ -168,6 +201,14 @@
|
|||
.landing-footer {
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
padding: 10px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.landing-footer .row {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.landing-footer .copyright-container {
|
||||
|
@ -182,7 +223,6 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.landing-footer .dt-logo {
|
||||
vertical-align: center;
|
||||
max-width: 150px;
|
||||
|
|
Reference in a new issue