enterprise: tweak font sizes
This commit is contained in:
parent
aa349df856
commit
85d05fc1d8
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
.enterpriseLP {font-family: "Source Sans Pro", sans-serif; font-size: 1.2em; padding: 20px 10px;}
|
||||
.enterpriseLP h2, .enterpriseLP h3, .enterpriseLP h4 {color: #003763; font-weight: bold;}
|
||||
.enterpriseLP h2 {font-size: 1.5em; margin-bottom: 60px;}
|
||||
.enterpriseLP h3 {font-size: 1.25em; margin-bottom: 40px;}
|
||||
.enterpriseLP h3 {font-size: 24px; margin-bottom: 40px;}
|
||||
.enterpriseLP h4 {font-size: 1.4em;}
|
||||
.enterpriseLP hr {border-top: 1px solid #c2c2c2;}
|
||||
.enterpriseLP a {text-decoration: underline;}
|
||||
|
@ -38,19 +38,19 @@
|
|||
.enterpriseLP .hosted a {text-decoration: underline;}
|
||||
.enterpriseLP .featureSet .enterprise ul {color: #20ca8c;}
|
||||
.enterpriseLP .featureSet ul {list-style-type: square; color: #2f79b9;}
|
||||
.enterpriseLP .featureSet li p {font-size: 1em; color: #333333;}
|
||||
.enterpriseLP .featureSet li p.featureSetHeader {color: #003763; margin-bottom: 0; font-size: 1.1em;}
|
||||
.enterpriseLP .featureSet .planHeader {color: #003763; display: table; font-size: 0.9em; font-weight: 600;}
|
||||
.enterpriseLP .featureSet li p {font-size: 13px; color: #333333;}
|
||||
.enterpriseLP .featureSet li p.featureSetHeader {color: #003763; margin-bottom: 0; font-size: 16px;}
|
||||
.enterpriseLP .featureSet .planHeader {color: #003763; display: table; font-size: 16px; font-weight: 600;}
|
||||
.enterpriseLP .featureSet .planHeader:before, .enterpriseLP .featureSet .planHeader:after { border-top: 1px solid #c2c2c2; content: ''; display: table-cell; position: relative; top: 0.5em; width: 45%;}
|
||||
.enterpriseLP .featureSet .planHeader:before {right: 1.5%}
|
||||
.enterpriseLP .featureSet .planHeader:after {left: 1.5%}
|
||||
.enterpriseLP .featureSet .enterprise .planHeader {color: #20ca8c;}
|
||||
.enterpriseLP .faq {margin-bottom: 20px;}
|
||||
.enterpriseLP .faqQuestion {color: #003763; font-size: 1.2em; font-weight: 600;}
|
||||
.enterpriseLP .faqAnswer { font-size: 0.8em;}
|
||||
.enterpriseLP .faqAnswer { font-size: 13px;}
|
||||
.enterpriseLP .faqHeader {font-size: 1.2em; font-weight: bold; padding-top: 20px;}
|
||||
.enterpriseLP .faqLists {margin-bottom: 80px;}
|
||||
.enterpriseLP .faqLists li {font-size: .8em;}
|
||||
.enterpriseLP .faqLists li {font-size: 13px;}
|
||||
.enterpriseLP .faqImg {padding-top: 40px;}
|
||||
.enterpriseLP .startTrial {margin: 20px auto;}
|
||||
.enterpriseLP .questions {color: #003763;}
|
||||
|
@ -76,7 +76,7 @@
|
|||
.enterpriseLP .pricing .fa {margin-right: 15px; width: 19px;}
|
||||
.enterpriseLP .featureSet .planHeader {white-space: nowrap;}
|
||||
.enterpriseLP .featureSet li p {font-size: .8em; color: #333333;}
|
||||
.enterpriseLP .featureSet li p.featureSetHeader {color: #003763; margin-bottom: 0; font-size: .9em;}
|
||||
.enterpriseLP .featureSet li p.featureSetHeader {color: #003763; margin-bottom: 10px; font-size: 16px;}
|
||||
.enterpriseLP .faqLists {margin: 50px auto;}
|
||||
.enterpriseLP .startTrial .btn {font-size: 1.2em; padding: 6px 40px;}
|
||||
}
|
||||
|
|
Reference in a new issue