Merge pull request #2032 from spoonben/quay-enterprise-updates
static: update QE tab for new marketing efforts
This commit is contained in:
commit
063430dbfe
4 changed files with 2405 additions and 207 deletions
|
@ -1,3 +1,163 @@
|
|||
.flex-wrap {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.top-section {
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values {
|
||||
padding-top: 35px;
|
||||
padding-bottom: 50px;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value {
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon {
|
||||
width: 32px;
|
||||
display: inline-block;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon img {
|
||||
max-width: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-text {
|
||||
display: inline;
|
||||
font-size: 18px;
|
||||
color: #1e394c;
|
||||
line-height: 32px;
|
||||
font-weight: 600
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-desc {
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
line-height: 18px
|
||||
}
|
||||
|
||||
|
||||
.co-p-quay-enterprise-top-cta {
|
||||
padding: 20px 90px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(153, 153, 153, 0.75);
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-text {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons .co-p-quay-enterprise-top-cta-button-wrap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 15px;
|
||||
width: 180px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-top-cta .co-p-quay-enterprise-top-cta-buttons .button-subtext {
|
||||
font-size: 12px;
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value {
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon {
|
||||
width: 32px;
|
||||
display: inline-block;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-icon img {
|
||||
max-width: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-text {
|
||||
display: inline;
|
||||
font-size: 18px;
|
||||
color: #1e394c;
|
||||
line-height: 32px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-values .co-p-quay-enterprise-value-desc {
|
||||
margin-top: 10px;
|
||||
font-size: 13px;
|
||||
line-height: 18px
|
||||
}
|
||||
|
||||
.co-p-quay-diagram img {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .horizontal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-tagline {
|
||||
font-weight: 300;
|
||||
color: #1e394c;
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-trial {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 40px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-trial-left {
|
||||
text-align: left
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-faq {
|
||||
background: #fff;
|
||||
padding: 60px 0 40px 0;
|
||||
border-top: 1px solid #ddd
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-plans {
|
||||
padding-bottom: 40px
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-plans .co-p-quay-enterprise-plans-header {
|
||||
text-align: center;
|
||||
margin-bottom: 30px
|
||||
}
|
||||
.plans-panel {
|
||||
padding: 0px;
|
||||
padding-top: 50px;
|
||||
|
@ -78,6 +238,36 @@
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram-caption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-tagline {
|
||||
margin-bottom: 0;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.top-section {
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .horizontal {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.co-p-quay-diagram .vertical {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plans-panel .plan-tabs a {
|
||||
padding-bottom: 0px;
|
||||
padding-left: 10px;
|
||||
|
|
Reference in a new issue