PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.2
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / css / upsell.css

upsell.css in Visualizer – Tables & Charts Manager with Built-in AI Generator 4.0.2, at css/upsell.css

181 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #viz-features .pro-features-header {
2 padding: 20px 10px;
3 border-top: 5px solid #252b37;
4 background: #fff;
5 }
6
7 #viz-features .logo {
8 display: inline-block;
9 margin: 0 0 0 20px;
10 padding: 0 0 0 70px;
11 color: #3c3c3c;
12 background: url(../images/icon.png) no-repeat left center;
13 font-family: "Open Sans", sans-serif;
14 font-size: 2em;
15 font-weight: 700;
16 line-height: 60px;
17 letter-spacing: -1px;
18 }
19
20 #viz-features .slogan {
21 display: inline-block;
22 margin: 0 0 0 5px;
23 padding: 0;
24 color: #858585;
25 font-family: "Open Sans", sans-serif;
26 font-size: 17px;
27 line-height: 3.5;
28 }
29
30 #viz-features .slogan a {
31 color: #858585;
32 font-weight: 600;
33 font-style: italic;
34 text-decoration: none;
35 transition: all 0.250s ease-in-out;
36 }
37
38 #viz-features .slogan a:hover {
39 color: #ff6160;
40 }
41
42 #viz-features .slogan a:focus {
43 outline: none;
44 box-shadow: none;
45 }
46
47 #viz-features .header-btns {
48 float: right;
49 margin: 7px 20px;
50 text-align: right;
51 }
52
53 #viz-features .header-btns .buy-now {
54 display: inline-block;
55 margin-top: 2px;
56 margin-right: 5px;
57 padding: 15px 25px;
58 border-radius: 3px;
59 border-radius: 3px;
60 color: #fff;
61 background: #e33b3f;
62 font-family: "Open Sans", sans-serif;
63 font-size: 18px;
64 font-weight: bold;
65 text-decoration: none;
66 text-transform: uppercase;
67 transition: all 0.250s ease-in-out;
68 }
69
70 #viz-features .header-btns .buy-now:hover {
71 background: #252b37;
72 }
73
74 #viz-features .header-btns .buy-now .dashicons {
75 padding-right: 3px;
76 }
77
78 #viz-features .pro-features-header,
79 #viz-features .pro-feature {
80 display: block;
81 margin: 10px;
82 box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
83 }
84
85 #viz-features .pro-feature .pro-feature-features,
86 #viz-features .pro-feature .pro-feature-image {
87 display: table-cell;
88 margin: 0;
89 vertical-align: middle;
90 }
91
92 #viz-features .pro-feature .pro-feature-features {
93 box-sizing: border-box;
94 padding: 30px;
95 }
96
97 #viz-features .pro-feature .pro-feature-image {
98 width: 470px;
99 }
100
101 #viz-features .pro-feature .pro-feature-features h2 {
102 margin: 0 0 20px;
103 font-size: 28px;
104 }
105
106 #viz-features .pro-feature .pro-feature-features h4 {
107 margin: 0 0 10px;
108 font-size: 20px;
109 }
110
111 #viz-features .pro-feature .pro-feature-features p {
112 margin: 0 0 15px;
113 font-size: 16px;
114 line-height: 1.5;
115 }
116
117 #viz-features .pro-feature .pro-feature-image img {
118 width: 100%;
119 height: auto;
120 }
121
122 @media screen and (max-width: 1200px) {
123 #viz-features .pro-feature .pro-feature-features,
124 #viz-features .pro-feature .pro-feature-image {
125 display: block;
126 }
127
128 #viz-features .pro-feature .pro-feature-image {
129 width: 470px;
130 margin: 0 auto 20px;
131 text-align: center;
132 }
133
134 #viz-features .slogan {
135 display: none;
136 }
137 }
138
139 @media screen and (max-width: 1100px) {
140 #viz-features {
141 text-align: center;
142 }
143
144 #viz-features .logo {
145 margin-left: 0;
146 }
147
148 #viz-features .header-btns {
149 display: block;
150 float: none;
151 margin: 0 0 10px 0;
152 text-align: center;
153 }
154 }
155
156 @media screen and (max-width: 782px) {
157 #cwp_form #header .button {
158 padding: 0 4px 1px !important;
159 font-size: 11px !important;
160 }
161
162 #cwp_form #header .logo h2 {
163 margin: 0 !important;
164 padding: 0 !important;
165 }
166
167 #viz-features .pro-feature .pro-feature-image {
168 width: 100%;
169 }
170 }
171
172 #viz-features .pro-feature .pro-feature-inner {
173 display: table;
174 width: 100%;
175 background: #fff;
176 }
177
178 div.notice.themeisle-sale {
179 margin-left: 10px;
180 margin-right: 10px;
181 }