|
15 | 15 | --bears-num-columns: 3; |
16 | 16 | --bears-column-margin-y: 10px; |
17 | 17 | --bears-column-margin-x: 0; |
18 | | - --bears-header-height: 200px; |
| 18 | + --bears-header-height: calc(1.5 * var(--bears-header-icon-size)); |
19 | 19 |
|
20 | 20 | /* Typography */ |
21 | 21 | --bears-title-font-family: 'Open Sans', sans-serif; |
|
36 | 36 |
|
37 | 37 | /* Colors - Text */ |
38 | 38 | --bears-title-color: #888; |
39 | | - --bears-price-color: #333333; |
| 39 | + --bears-price-color: #48AAFF; |
40 | 40 | --bears-subtitle-color: var(--bears-price-color); |
41 | 41 | --bears-features-text-color: #1887fb; |
42 | 42 | --bears-button-text-color: #1887fb; |
|
45 | 45 | --bears-column-featured-background: #fff; |
46 | 46 | --bears-header-featured-background: #fff; |
47 | 47 | --bears-featured-title-color: #888; |
48 | | - --bears-featured-price-color: #333; |
| 48 | + --bears-featured-price-color: #48AAFF; |
49 | 49 | --bears-featured-features-text-color: #1887fb; |
50 | 50 | --bears-featured-features-background-odd: #fff; |
51 | 51 | --bears-featured-features-background-even: color-mix(in srgb, var(--bears-featured-features-background-odd) 100%, rgba(0, 0, 0, 0)); |
52 | 52 |
|
53 | 53 | /* Colors - Buttons */ |
54 | | - --bears-button-background-color: #333333; |
55 | | - --bears-button-hover-color: #555555; |
56 | | - --bears-featured-button-background: #ffffff; |
57 | | - --bears-featured-button-text-color: #222222; |
| 54 | + --bears-button-background-color: #fff; |
| 55 | + --bears-button-hover-color: #e1f1ff; |
| 56 | + --bears-featured-button-background: #48AAFF; |
| 57 | + --bears-featured-button-text-color: #fff; |
58 | 58 |
|
59 | 59 | /* Borders - Standard */ |
60 | 60 | --bears-border-style: solid; |
61 | | - --bears-border-width: 2px; |
62 | | - --bears-border-radius: 8px; |
63 | | - --bears-border-color: #e0e0e0; |
| 61 | + --bears-border-width: 1px; |
| 62 | + --bears-border-radius: 0; |
| 63 | + --bears-border-color: rgba(0, 0, 0, 0.1); |
64 | 64 | --bears-header-border: 1px solid rgba(0, 0, 0, .15); |
65 | 65 |
|
66 | 66 | /* Borders - Buttons */ |
67 | | - --bears-button-border-radius: 4px; |
| 67 | + --bears-button-border-radius: 0; |
68 | 68 |
|
69 | 69 | /* Borders - Featured */ |
70 | | - --bears-featured-border-radius: 8px; |
71 | | - --bears-featured-border-width: 2px; |
| 70 | + --bears-featured-border-radius: 0; |
| 71 | + --bears-featured-border-width: 1px; |
72 | 72 | --bears-featured-border-style: var(--bears-border-style); |
73 | | - --bears-featured-border-color: rgba(255, 255, 255, 0.05); |
| 73 | + --bears-featured-border-color: rgba(0, 0, 0, 0.1); |
74 | 74 |
|
75 | 75 | /* Effects & Animation */ |
76 | | - --bears-accent-color: #333333; |
| 76 | + --bears-accent-color: #fff; |
77 | 77 | --bears-featured-accent-color: #ffffff; |
78 | 78 | --bears-transition-speed: 0.25s; |
79 | 79 | --bears-scale-amount: 1.0; |
|
85 | 85 | --bears-featured-header-icon-color: var(--bears-featured-price-color); |
86 | 86 | --bears-features-icon-color: var(--bears-features-text-color); |
87 | 87 | --bears-featured-features-icon-color: var(--bears-featured-features-text-color); |
88 | | - --bears-header-icon-size: 24px; |
| 88 | + --bears-header-icon-size: 160px; |
89 | 89 | } |
90 | 90 |
|
91 | 91 | /* Template-specific styles */ |
|
98 | 98 |
|
99 | 99 | .template-newborn .bears_pricing_tables header { |
100 | 100 | height: var(--bears-header-height); |
| 101 | + justify-content: flex-start; |
| 102 | + padding: 30px 0 20px 10px; |
| 103 | + margin-bottom: 30px; |
101 | 104 | } |
102 | 105 |
|
103 | | -.template-newborn .bears_pricing_tables header .plan-icon { |
| 106 | +.template-newborn .bears_pricing_tables .plan.featured header { |
| 107 | + margin-bottom: 30px; |
| 108 | +} |
| 109 | + |
| 110 | +.template-newborn .bears_pricing_tables .plan-title, |
| 111 | +.template-newborn .bears_pricing_tables .featured .plan-title { |
104 | 112 | position: relative; |
105 | | - width: 180px; |
106 | | - height: 180px; |
107 | | - border-radius: 50%; |
108 | | - display: flex; |
109 | | - align-items: center; |
110 | | - justify-content: center; |
111 | | - z-index: 1; |
112 | | - background: white; |
| 113 | + margin: 30px 0; |
| 114 | + } |
| 115 | + |
| 116 | +.template-newborn .bears_pricing_tables .plan-select a, |
| 117 | +.template-newborn .bears_pricing_tables .plan-select a.btn { |
| 118 | + border: var(--bears-border-width) var(--bears-border-style) #9dd1ff; |
| 119 | + border-radius: 10px; |
| 120 | + } |
| 121 | + |
| 122 | +.template-newborn .bears_pricing_tables .featured .plan-select a, |
| 123 | +.template-newborn .bears_pricing_tables .featured .plan-select a.btn { |
| 124 | + color: #fff; |
| 125 | + } |
| 126 | + |
| 127 | +.template-newborn .bears_pricing_tables .plan.featured .plan-cost { |
| 128 | + padding: 0; |
113 | 129 | } |
114 | 130 |
|
115 | | -.template-newborn .bears_pricing_tables header .plan-icon::before { |
116 | | - content: ''; |
117 | | - position: absolute; |
118 | | - top: 50%; |
119 | | - left: 50%; |
120 | | - transform: translate(-50%, -50%); |
121 | | - width: 80px; |
122 | | - height: 80px; |
123 | | - border-radius: 50%; |
124 | | - background: rgba(51, 51, 51, 0.10); /* Single color ring */ |
125 | | - box-shadow: 0 0 16px 8px rgba(51, 51, 51, 0.18); |
126 | | - z-index: 0; |
| 131 | +.template-newborn .bears_pricing_tables .plan-select { |
| 132 | + border-top: none; |
127 | 133 | } |
128 | 134 |
|
129 | | -.template-newborn .bears_pricing_tables .plan-title { |
130 | | - position: absolute; |
131 | | - top: 165px; |
132 | | - z-index: 2; |
| 135 | +.template-newborn .bears_pricing_tables .plan-features li, |
| 136 | +.template-newborn .bears_pricing_tables .featured .plan-features li { |
| 137 | + border: none; |
133 | 138 | } |
0 commit comments