Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created December 30, 2016 08:20
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/cb3c9a40120c72859c4eb69dc4be57ea to your computer and use it in GitHub Desktop.
Save jainnidhi/cb3c9a40120c72859c4eb69dc4be57ea to your computer and use it in GitHub Desktop.
Pricing Table Style 6
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-inner-wrap {
border-color: #1e1e1e !important;
padding: 20px 0;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-column h2 {
color: #1e1e1e;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
color: #fff;
line-height: 1.3;
padding: 30px 20px !important;
max-width: 110px;
max-height: 110px;
margin: 0 auto 30px;
border-bottom: 1px solid #1e1e1e;
background-color: #1e1e1e;
text-align: center;
border-radius: 100%;
margin-top: 30px;
font-weight: 600;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-col-3:nth-child(2) .fl-pricing-table-column .fl-pricing-table-price {
background-color: transparent;
color: #0074e6;
border: 2px solid #0074e6;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
display: block;
font-size: 12px;
margin: 0 auto;
font-weight: 300;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-features {
margin: 0 0 40px !important;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-features li {
text-align: center;
border-bottom: 0px;
font-weight: 300;
padding: 8px !important;
}
.pricing-table-style-6 .fl-pricing-table .fl-button-wrap a.fl-button {
max-width: 150px !important;
display: block;
margin: 0 auto;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
}
.pricing-table-style-6 .fl-pricing-table .fl-pricing-table-col-3:nth-child(2) a.fl-button {
border-color: #0074e6 !important;
border-width: 2px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment