Created
December 30, 2016 08:22
-
-
Save jainnidhi/2acc096ca1e2a296eaca9d07723a28d0 to your computer and use it in GitHub Desktop.
Pricing Table Style 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.pricing-table-style-7 .fl-pricing-table-column { | |
background: transparent !important; | |
font-weight: 100; | |
} | |
.pricing-table-style-7 .fl-pricing-table .fl-pricing-table-inner-wrap { | |
padding: 20px 40px; | |
background-color: transparent !important; | |
} | |
.pricing-table-style-7 .fl-pricing-table-column-1 .fl-pricing-table-inner-wrap { | |
padding: 70px 40px; | |
} | |
.pricing-table-style-7 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration { | |
font-size: 16px; | |
margin-left: -15px; | |
} | |
.pricing-table-style-7 .fl-pricing-table .fl-pricing-table-features li { | |
text-align: center; | |
} | |
.pricing-table-style-7 .fl-pricing-table span.dollar { | |
position: absolute; | |
margin-left: -15px; | |
font-size: 18px; | |
font-weight: 400; | |
top: 15px; | |
} | |
.pricing-table-style-7 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price { | |
border-bottom: 1px solid #38303c; | |
margin-bottom: 20px; | |
} | |
.pricing-table-style-7 .fl-pricing-table a.fl-button, | |
.pricing-table-style-7 .fl-pricing-table a.fl-button:visited { | |
border-color: #000000 !important; | |
border-width: 2px; | |
} | |
@media only screen and (max-width: 768px) { | |
.pricing-table-style-7 .fl-pricing-table .fl-pricing-table-col-3:nth-child(2) .fl-pricing-table-column { | |
margin-top: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment