| 1 |
#fs_pricing_app { |
| 2 |
--fs-ds-theme-primary-accent-color: var( --wp-admin-theme-color, #3858e9 ); |
| 3 |
--fs-ds-theme-primary-accent-color-hover: color-mix( in srgb, var( --wp-admin-theme-color, #3858e9 ), black 10% ); |
| 4 |
--fs-ds-theme-button-primary-background-color: var( --wp-admin-theme-color, #3858e9 ); |
| 5 |
--fs-ds-theme-button-primary-background-hover-color: color-mix( in srgb, var( --wp-admin-theme-color, #3858e9 ), black 10% ); |
| 6 |
--fs-ds-theme-button-primary-border-color: var( --wp-admin-theme-color, #3858e9 ); |
| 7 |
--fs-ds-theme-package-popular-background: color-mix( in srgb, var( --wp-admin-theme-color, #3858e9 ), white 86% ); |
| 8 |
--fs-ds-theme-heading-text-color: #1d2327; |
| 9 |
--fs-ds-theme-background-shade: color-mix( in srgb, var( --wp-admin-theme-color, #3858e9 ), white 92% ); |
| 10 |
background-color: #fff; |
| 11 |
} |
| 12 |
#fs_pricing_app .fs-packages-tab, |
| 13 |
#fs_pricing_app .fs-package.fs-free-plan, |
| 14 |
#fs_pricing_app .fs-selected-pricing-amount-fraction, |
| 15 |
#fs_pricing_app .fs-section--currencies { |
| 16 |
display: none !important; |
| 17 |
} |
| 18 |
#fs_pricing_app .fs-packages { |
| 19 |
width: 80% !important; |
| 20 |
min-width: 590px; |
| 21 |
max-width: 860px; |
| 22 |
} |
| 23 |
#fs_pricing_app .fs-packages .fs-package { |
| 24 |
width: 50% !important; |
| 25 |
} |
| 26 |
#fs_pricing_app .fs-section--packages .fs-packages-nav { |
| 27 |
width: 100% !important; |
| 28 |
} |
| 29 |
#fs_pricing_app .fs-section--faq { |
| 30 |
background: #f2f7fb !important; |
| 31 |
} |
| 32 |
#fs_pricing_app .fs-app-header .fs-plugin-title-and-logo { |
| 33 |
background: none !important; |
| 34 |
border: 0 !important; |
| 35 |
border-radius: 0 !important; |
| 36 |
} |
| 37 |
#fs_pricing_app .fs-section--testimonials { |
| 38 |
border-top: 0 !important; |
| 39 |
border-bottom: 0 !important; |
| 40 |
} |
| 41 |
#fs_pricing_app .fs-plan-features li:nth-child(n+7) .fs-feature-title { |
| 42 |
font-weight: 700; |
| 43 |
color: color-mix(in srgb, var(--wp-admin-theme-color, #3858e9), black 10%); |
| 44 |
} |
| 45 |
#fs_pricing_app .fs-plan-features li:nth-child(n+7) .fs-feature-title::after { |
| 46 |
content: "Pro"; |
| 47 |
display: inline-block; |
| 48 |
margin-left: 6px; |
| 49 |
padding: 0 6px; |
| 50 |
border-radius: 3px; |
| 51 |
background: var(--wp-admin-theme-color, #3858e9); |
| 52 |
color: #fff; |
| 53 |
font-size: 10px; |
| 54 |
font-weight: 600; |
| 55 |
line-height: 16px; |
| 56 |
letter-spacing: 0.5px; |
| 57 |
vertical-align: middle; |
| 58 |
} |
| 59 |
#fs_pricing_app .fs-modal { |
| 60 |
background: rgba(0, 0, 0, 0.35) !important; |
| 61 |
} |
| 62 |
#fs_pricing_app .fs-modal .fs-modal-content-container { |
| 63 |
border-radius: 8px !important; |
| 64 |
overflow: hidden; |
| 65 |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725), 0 15px 27px rgba(0, 0, 0, 0.0705882353), 0 30px 36px rgba(0, 0, 0, 0.0392156863), 0 50px 43px rgba(0, 0, 0, 0.0196078431) !important; |
| 66 |
color: #1e1e1e; |
| 67 |
} |
| 68 |
#fs_pricing_app .fs-modal .fs-modal-header { |
| 69 |
background: #fff !important; |
| 70 |
color: #1e1e1e !important; |
| 71 |
} |
| 72 |
#fs_pricing_app .fs-modal .fs-modal-header h3 { |
| 73 |
color: #1e1e1e !important; |
| 74 |
} |
| 75 |
#fs_pricing_app .fs-modal .fs-modal-header .fs-modal-close { |
| 76 |
color: #1e1e1e !important; |
| 77 |
top: 12px !important; |
| 78 |
right: 12px !important; |
| 79 |
} |
| 80 |
#fs_pricing_app .fs-modal .fs-modal-footer { |
| 81 |
background: #fff !important; |
| 82 |
text-align: right; |
| 83 |
border-top: 1px solid var(--fs-ds-theme-divider-color); |
| 84 |
} |
| 85 |
|
| 86 |
/*# sourceMappingURL=m-chart-freemius-pricing.css.map */ |
| 87 |
|