PluginProbe ʕ •ᴥ•ʔ
Bopo – WooCommerce Product Bundle Builder / trunk
Bopo – WooCommerce Product Bundle Builder vtrunk
bopo-woo-product-bundle-builder / css / villatheme-support.scss
bopo-woo-product-bundle-builder / css Last commit date
bopo-frontend.css 1 year ago bopo-frontend.min.css 1 year ago bopo-icon.css 4 years ago bopo-icon.min.css 4 years ago bopo-settings.css 4 years ago bopo-settings.min.css 4 years ago button.min.css 4 years ago checkbox.min.css 4 years ago dropdown.min.css 4 years ago form.min.css 4 years ago header.min.css 4 years ago icon.min.css 4 years ago input.min.css 4 years ago menu.min.css 4 years ago segment.min.css 4 years ago select2.min.css 4 years ago table.min.css 4 years ago transition.min.css 4 years ago villatheme-support.css 1 week ago villatheme-support.css.map 1 week ago villatheme-support.min.css 1 week ago villatheme-support.scss 1 week ago
villatheme-support.scss
341 lines
1 #villatheme-support{
2 box-sizing: border-box;
3 padding: 30px;
4 display: flex;
5 flex-direction: column;
6 gap: 30px;
7 *{
8 box-sizing: border-box;
9 }
10 a {
11 text-decoration: none;
12 }
13 .villatheme-support-head{
14 display: flex;
15 flex-wrap: wrap;
16 align-content: center;
17 align-items: center;
18 gap: 25px;
19 .villatheme-support-title{
20 font-size: 25px;
21 font-weight: 400;
22 }
23 .villatheme-support-action{
24 display: flex;
25 flex-wrap: wrap;
26 align-content: center;
27 align-items: center;
28 gap: 10px;
29 .button{
30 border-radius: 8px;
31 font-size: 13px;
32 &.admin-toolbar{
33 box-shadow: 0 0 0 1px #00b5ad inset!important;
34 color: #00b5ad;
35 .icon{
36 background: #00b5ad;
37 color: #fff;
38 }
39 &:hover{
40 background: #00b5ad;
41 color: #fff;
42 }
43 }
44 &.support-banner{
45 box-shadow: 0 0 0 1px #2ABA4A inset!important;
46 color: #2ABA4A;
47 .icon{
48 background: #2ABA4A;
49 color: #fff;
50 }
51 &:hover{
52 background: #2ABA4A;
53 color: #fff;
54 }
55 }
56 &.review{
57 box-shadow: 0 0 0 1px #FC6736 inset!important;
58 color: #FC6736;
59 .icon{
60 background: #FC6736;
61 color: #fff;
62 }
63 &:hover{
64 background: #FC6736;
65 color: #fff;
66 }
67 }
68 &.document{
69 box-shadow: 0 0 0 1px #484848 inset!important;
70 color: #484848;
71 .icon{
72 background: #484848;
73 color: #fff;
74 }
75 &:hover{
76 background: #484848;
77 color: #fff;
78 }
79 }
80 &.request-support{
81 &:hover{
82 .icon{
83 background: #21ba45;
84 color: #fff;
85 }
86 box-shadow: 0 0 0 1px #21ba45 inset!important;
87 color: #21ba45;
88 background: #fff;
89 }
90 }
91 }
92 }
93 }
94 .villatheme-items{
95 display: inline-flex;
96 justify-content: space-between;
97 flex-wrap: wrap;
98 gap: 20px;
99 .villatheme-item{
100 flex: 1;
101 flex-basis: calc(25% - 20px);
102 overflow: hidden;
103 border-radius: 6px;
104 max-width: 25%;
105 img {
106 width: 100%;
107 height: 100%;
108 transition: 0.25s all ease-in-out;
109 &:hover{
110 transform: scale(1.2);
111 }
112 }
113 &:hover{
114 box-shadow: 0 0 4px #00000073;
115 }
116 }
117 }
118 }
119
120 .villatheme-dashboard p {
121 display: inline-block;
122 width: 100%;
123 }
124
125 /*Admin notice*/
126 .villatheme-dashboard .button {
127 padding: 4px 16px;
128 color: #393e46;
129 border-color: #eee;
130 margin-right: 7px;
131 z-index: 1 !important;
132 }
133
134 .villatheme-dashboard .button.button-primary {
135 color: #fff;
136 background: #00adb5;
137 }
138
139 .villatheme-dashboard .button.button-primary:hover {
140 border-color: #393e46;
141 }
142
143 .villatheme-dashboard .button.notice-dismiss {
144 background: transparent;
145 border: none;
146 line-height: 19px;
147 }
148
149 .villatheme-dashboard .button.notice-dismiss:hover {
150 background: transparent;
151 }
152
153 /*Widget Dashboard*/
154 .villatheme-dashboard .villatheme-content .villatheme-left {
155 width: 100%;
156 display: block;
157 }
158
159 .villatheme-dashboard .villatheme-content .villatheme-right, .villatheme-dashboard .villatheme-notification-controls {
160 width: 100%;
161 display: block;
162 text-align: center;
163 }
164
165 /*Extensions page*/
166 .villatheme-extension-top{
167 h2{
168 font-size: 25px;
169 }
170 }
171 .villatheme-extension-content {
172 background: transparent;
173 box-sizing: border-box;
174 margin: 35px 0;
175 border-radius: 20px;
176 max-width: 100%;
177 display: flex;
178 justify-content: flex-start;
179 flex-wrap: wrap;
180 gap: 35px;
181 *{
182 box-sizing: border-box;
183 }
184 .villatheme-col-3 {
185 width: 330px ;
186 max-width: calc( 100% - 80px);
187 box-shadow: 0 0 4px #00000026;
188 background: #fff;
189 color: #000;
190 border-radius: 10px;
191 font-size: 15px;
192 padding: 10px 10px 15px;
193 display: inline-flex;
194 flex-direction: column;
195 justify-content: space-between;
196 a{
197 text-decoration: none;
198 color: #000;
199 }
200 .villatheme-item-image{
201 max-height: 158px;
202 overflow: hidden;
203 img{
204 width: 100%;
205 max-height: 100%;
206 transition: 0.35s all ease-in-out;
207 &:hover{
208 transform: scale(1.2);
209 }
210 }
211 }
212 .villatheme-item-title{
213 font-weight:500;
214 margin: 10px 0 15px 0;
215 }
216 .villatheme-item-controls{
217 .villatheme-item-controls-inner{
218 display: inline-flex;
219 flex-wrap: wrap;
220 gap: 10px;
221 a.villatheme-item-controls-inner-button{
222 padding: 6px 12px;
223 border-radius: 8px;
224 background: #fff;
225 color: #FC6736;
226 font-size: 12px;
227 line-height: 1;
228 box-shadow: 0 0 0 1px #FC6736;
229 &:hover, &.active{
230 background: #FC6736;
231 color: #fff;
232 }
233 }
234 }
235 }
236 }
237 }
238
239 .villatheme-primary-color {
240 color: rgba(241, 93, 88, 1);
241 text-decoration: none;
242 }
243
244 .villatheme-content a.vi-button-dismiss:before {
245 float: left;
246 }
247
248 .villatheme-content a.vi-button-dismiss {
249 position: absolute;
250 right: 5px;
251 top: 50%;
252 transform: translateY(-50%) !important;
253 padding: 4px 8px;
254 font-size: 12px;
255 line-height: 16px;
256 width: auto;
257 }
258
259 .villatheme-button-upgrade {
260 color: red;
261 }
262
263 .villatheme-content {
264 position: relative;
265 padding-right: 86px;
266 }
267
268 .villatheme-item-controls .button {
269 padding: 4px 16px;
270 }
271
272 /*Toolbar*/
273 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .villatheme-toolbar .ab-icon {
274 font-size: 16px;
275 line-height: 1.5;
276 }
277
278 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .villatheme-toolbar .ab-icon::before {
279 color: #4E9F3D;
280 }
281
282
283 @-webkit-keyframes villatheme-rotating /* Safari and Chrome */
284 {
285 from {
286 -webkit-transform: rotate(0deg);
287 -o-transform: rotate(0deg);
288 transform: rotate(0deg);
289 }
290 to {
291 -webkit-transform: rotate(360deg);
292 -o-transform: rotate(360deg);
293 transform: rotate(360deg);
294 }
295 }
296
297 @keyframes villatheme-rotating {
298 from {
299 -ms-transform: rotate(0deg);
300 -moz-transform: rotate(0deg);
301 -webkit-transform: rotate(0deg);
302 -o-transform: rotate(0deg);
303 transform: rotate(0deg);
304 }
305 to {
306 -ms-transform: rotate(360deg);
307 -moz-transform: rotate(360deg);
308 -webkit-transform: rotate(360deg);
309 -o-transform: rotate(360deg);
310 transform: rotate(360deg);
311 }
312 }
313
314 .villatheme-rotating {
315 -webkit-animation: villatheme-rotating 1s ease;
316 -moz-animation: villatheme-rotating 1s ease;
317 -ms-animation: villatheme-rotating 1s ease;
318 -o-animation: villatheme-rotating 1s ease;
319 animation: villatheme-rotating 1s ease;
320 animation-delay: 2s;
321 }
322
323 #wp-admin-bar-villatheme .dashicons,
324 #wp-admin-bar-villatheme .dashicons-before:before {
325 font-family: 'dashicons';
326 }
327
328 #wp-admin-bar-villatheme .villatheme-hide-toolbar-button-title {
329 padding: 0 5px;
330 }
331
332 @media screen and (max-width: 480px) {
333 .villatheme-content {
334 padding-right: 0 !important;
335 }
336
337 .villatheme-content a.vi-button-dismiss {
338 position: unset;
339 transform: unset !important;
340 }
341 }