Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created December 30, 2016 08:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainnidhi/339f7803fb676e1de6ce6b124c3f00c0 to your computer and use it in GitHub Desktop.
Save jainnidhi/339f7803fb676e1de6ce6b124c3f00c0 to your computer and use it in GitHub Desktop.
Pricing Table Style 8
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-column {
border-radius: 20px;
}
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-inner-wrap {
padding: 20px 40px;
border: 0 !important;
box-shadow: 0px 1px 17px #4090b9;
border-radius: 20px;
}
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-column h2 {
text-align: left;
}
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
font-size: 16px;
margin-left: -15px;
}
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
text-align: left;
padding-left: 30px;
}
.pricing-table-style-8 .fl-pricing-table .fl-pricing-table-features li {
text-align: left;
}
.pricing-table-style-8 .fl-pricing-table span.dollar {
position: absolute;
margin-left: -15px;
font-size: 18px;
font-weight: 400;
top: 15px;
}
.pricing-table-style-8 .fl-pricing-table a.fl-button,
.pricing-table-style-8 .fl-pricing-table a.fl-button:visited {
border-color: #73c9f4 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment