|
28 | 28 | --bears-button-font-size: var(--bears-body); |
29 | 29 |
|
30 | 30 | /* Colors - Standard Elements */ |
31 | | - --bears-column-background: #ffffff; |
32 | | - --bears-header-background: rgba(0, 0, 0, 0.08); |
33 | | - --bears-features-background-odd: var(--bears-column-background); |
34 | | - --bears-features-background-even: rgba(0, 0, 0, 0.08); |
| 31 | + --bears-column-background: #262626; |
| 32 | + --bears-header-background: #262626; |
| 33 | + --bears-features-background-odd: #262626; |
| 34 | + --bears-features-background-even: #262626; |
35 | 35 |
|
36 | 36 | /* Colors - Text */ |
37 | | - --bears-title-color: #333333; |
38 | | - --bears-price-color: #333333; |
| 37 | + --bears-title-color: #fff; |
| 38 | + --bears-price-color: #515151; |
39 | 39 | --bears-subtitle-color: var(--bears-price-color); |
40 | | - --bears-features-text-color: #000; |
| 40 | + --bears-features-text-color: #6F6F6F; |
41 | 41 | --bears-button-text-color: #fff; |
42 | 42 |
|
43 | 43 | /* Colors - Featured Elements */ |
44 | | - --bears-column-featured-background: #222222; |
45 | | - --bears-header-featured-background: #222222; |
| 44 | + --bears-column-featured-background: #262626; |
| 45 | + --bears-header-featured-background: #262626; |
46 | 46 | --bears-featured-title-color: #ffffff; |
47 | | - --bears-featured-price-color: #ffffff; |
48 | | - --bears-featured-features-text-color: #fff; |
| 47 | + --bears-featured-price-color: #6f6f6f; |
| 48 | + --bears-featured-features-text-color: #6f6f6f; |
49 | 49 |
|
50 | 50 | /* Colors - Buttons */ |
51 | | - --bears-button-background-color: #333333; |
| 51 | + --bears-button-background-color: #F39C12; |
52 | 52 | --bears-button-hover-color: #555555; |
53 | | - --bears-featured-button-background: #ffffff; |
54 | | - --bears-featured-button-text-color: #222222; |
| 53 | + --bears-featured-button-background: #F39C12; |
| 54 | + --bears-featured-button-text-color: #fff; |
55 | 55 |
|
56 | 56 | /* Borders - Standard */ |
57 | 57 | --bears-border-style: solid; |
|
73 | 73 | --bears-accent-color: #333333; |
74 | 74 | --bears-featured-accent-color: #ffffff; |
75 | 75 | --bears-transition-speed: 0.25s; |
76 | | - --bears-scale-amount: 1.05; |
| 76 | + --bears-scale-amount: 1.1; |
77 | 77 | --bears-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); |
78 | 78 | --bears-featured-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); |
79 | 79 |
|
80 | 80 | /* Icons */ |
81 | | - --bears-header-icon-color: var(--bears-price-color); |
82 | | - --bears-featured-header-icon-color: var(--bears-featured-price-color); |
| 81 | + --bears-header-icon-color: #F39C12; |
| 82 | + --bears-featured-header-icon-color: #F39C12; |
83 | 83 | --bears-features-icon-color: var(--bears-features-text-color); |
84 | 84 | --bears-featured-features-icon-color: var(--bears-featured-features-text-color); |
85 | | - --bears-header-icon-size: 24px; |
| 85 | + --bears-header-icon-size: 3.5rem; |
86 | 86 | } |
87 | 87 |
|
88 | 88 | /* Template-specific styles */ |
89 | 89 | .template-1265 .bears_pricing_tables .price { |
90 | 90 | display: flex; |
91 | 91 | align-items: center; |
92 | | - justify-content: center; |
| 92 | + justify-content: flex-start; |
93 | 93 | } |
94 | 94 |
|
95 | 95 | .template-1265 .bears_pricing_tables .plan-cost { |
96 | | - align-items: center; |
97 | | - } |
98 | | - |
99 | | -.template-1265 .bears_pricing_tables .plan.featured { |
100 | | - margin: 0 -2.5% 0; |
| 96 | + display: block; |
| 97 | + text-align: left; |
101 | 98 | } |
102 | | - |
103 | | -.template-1265 .bears_pricing_tables .plan.featured .plan-features li:nth-child(even) { |
104 | | - background: rgba(255, 255, 255, 0.05); |
105 | | - } |
106 | | - |
107 | | -.template-1265 .bears_pricing_tables .plan.featured .plan-features li:nth-child(odd) { |
108 | | - background: rgba(255, 255, 255, 0.08); |
| 99 | +.template-1265 .bears_pricing_tables .plan-type { |
| 100 | + display: inline-block; |
109 | 101 | } |
110 | 102 |
|
111 | 103 |
|
|
117 | 109 | border-bottom: none; |
118 | 110 | } |
119 | 111 |
|
| 112 | + |
| 113 | +.template-1265 .bears_pricing_tables .plan-select { |
| 114 | + border-radius: 40px !important; |
| 115 | + } |
| 116 | + |
120 | 117 | .template-1265 .bears_pricing_tables .plan.featured .plan-select { |
121 | 118 | border-top: 1px solid rgba(255, 255, 255, 0.1); |
122 | 119 | } |
123 | 120 |
|
| 121 | +.template-1265 .bears_pricing_tables .plan-select a:hover { |
| 122 | + background-color: #262626; |
| 123 | + } |
| 124 | + |
| 125 | +.template-1265 .bears_pricing_tables .plan-select:hover { |
| 126 | + border-top: 1px solid rgba(255, 255, 255, 0.1); |
| 127 | + background-color: rgba(0, 0, 0, 0.2); |
| 128 | + } |
| 129 | + |
| 130 | +.template-1265 .bears_pricing_tables .plan-select a, |
| 131 | +.template-1265 .bears_pricing_tables .plan-select a.btn { |
| 132 | + border-radius: inherit; |
| 133 | + } |
| 134 | + |
124 | 135 | .template-1265 .bears_pricing_tables .plan.featured .plan-select a, |
125 | 136 | .template-1265 .bears_pricing_tables .plan.featured .plan-select a.btn { |
126 | 137 | color: var(--bears-featured-button-text-color); |
| 138 | + border-radius: inherit; |
127 | 139 | } |
128 | 140 |
|
129 | 141 | .template-1265 .bears_pricing_tables .plan.featured header { |
130 | 142 | border-bottom: 1px solid rgba(255, 255, 255, 0.1); |
131 | 143 | } |
| 144 | + |
| 145 | +.template-1265 .bears_pricing_tables .plan-features li { |
| 146 | + border-left: 5px solid #f39c12; |
| 147 | + padding: 5px 5%; |
| 148 | + font-weight: 500; |
| 149 | + margin: 2px 20px; |
| 150 | + } |
| 151 | + |
| 152 | +.template-1265 .bears_pricing_tables [class*="price-left"], |
| 153 | +.template-1265 .bears_pricing_tables .plan header [class*="price-left"], |
| 154 | +.template-1265 .bears_pricing_tables .plan header div[class*="price-left"] { |
| 155 | + color: var(--bears-button-background-color); |
| 156 | + float: none; |
| 157 | + } |
| 158 | + |
| 159 | +.template-1265 .bears_pricing_tables .plan-cost { |
| 160 | + margin: 0; |
| 161 | + display: block; |
| 162 | + } |
0 commit comments