Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Last active April 6, 2017 15:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainnidhi/6174ea7afcdfc6e04a6ccddc00f2eac3 to your computer and use it in GitHub Desktop.
Save jainnidhi/6174ea7afcdfc6e04a6ccddc00f2eac3 to your computer and use it in GitHub Desktop.
Pricing Table Style 2
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap {
border: 0 !important;
}
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
color: #48f4ff;
line-height: 1.3;
padding: 50px 0 20px !important;
}
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
display: block;
font-size: 15px;
margin: 0 auto;
color: #777;
}
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-features {
margin: 0 !important;
color: #999;
}
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-features li {
text-align: center;
border-color: #333;
border-bottom-width: 2px;
}
.pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column h2 {
padding: 14px !important;
background-color: #48f4ff;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 1px;
}
.pricing-table-style-2 .fl-pricing-table .fl-button-wrap {
margin-top: 30px;
}
.pricing-table-style-2 .fl-pricing-table .fl-button-wrap a.fl-button {
max-width: 150px !important;
display: block;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment