bourbon
1 year ago
_variables.scss
1 year ago
customize-admin-rtl.css
1 year ago
customize-admin.css
1 year ago
customize-admin.scss
4 months ago
customize-controls-rtl.css
1 year ago
customize-controls.css
4 weeks ago
customize-controls.scss
3 months ago
customize-controls.css
489 lines
| 1 | /** |
| 2 | * customize-controls.scss |
| 3 | * Customize controls styles. |
| 4 | */ |
| 5 | /** |
| 6 | * EverestForms Style Customizer CSS Variables |
| 7 | */ |
| 8 | /** |
| 9 | * Styling begins. |
| 10 | */ |
| 11 | #customize-theme-controls .control-section-evf-templates { |
| 12 | border: none; |
| 13 | } |
| 14 | #customize-theme-controls .control-section-evf-templates > .accordion-section-title, |
| 15 | #customize-theme-controls .control-section-evf-templates > .accordion-section-title:hover { |
| 16 | cursor: default; |
| 17 | background: #fff; |
| 18 | color: #555d66; |
| 19 | border-top: 1px solid #ddd; |
| 20 | border-bottom: 1px solid #ddd; |
| 21 | border-left: none; |
| 22 | border-right: none; |
| 23 | margin: 0 0 15px 0; |
| 24 | padding-right: 100px; |
| 25 | transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s border-color ease-in-out; |
| 26 | } |
| 27 | #customize-theme-controls .control-section-evf-templates > .accordion-section-title::after, |
| 28 | #customize-theme-controls .control-section-evf-templates > .accordion-section-title:hover::after { |
| 29 | display: none; |
| 30 | } |
| 31 | #customize-theme-controls .control-section-evf-templates .accordion-section-title { |
| 32 | padding-right: 100px; /* Space for the button */ |
| 33 | } |
| 34 | #customize-theme-controls .control-section-evf-templates .accordion-section-title span.customize-action { |
| 35 | display: block; |
| 36 | font-size: 13px; |
| 37 | font-weight: 400; |
| 38 | } |
| 39 | #customize-theme-controls .control-section-evf-templates .accordion-section-title .change-template { |
| 40 | position: absolute; |
| 41 | right: 10px; |
| 42 | top: 50%; |
| 43 | margin-top: -14px; |
| 44 | font-weight: 400; |
| 45 | } |
| 46 | #customize-theme-controls .control-section-evf-templates #everest-forms-save-template-container input { |
| 47 | width: 100%; |
| 48 | margin-bottom: 10px; |
| 49 | } |
| 50 | #customize-theme-controls .control-section-evf-templates #everest-forms-save-template-container div { |
| 51 | display: block; |
| 52 | text-align: right; |
| 53 | } |
| 54 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper { |
| 55 | flex-wrap: wrap; |
| 56 | margin-top: 15px; |
| 57 | } |
| 58 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li { |
| 59 | margin-right: 20px; |
| 60 | margin-bottom: 20px; |
| 61 | flex: 0 0 calc(50% - 10px); |
| 62 | position: relative; |
| 63 | } |
| 64 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li:nth-child(2n) { |
| 65 | margin-right: 0; |
| 66 | } |
| 67 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li label { |
| 68 | height: auto; |
| 69 | border: none; |
| 70 | display: flex; |
| 71 | padding: 15px; |
| 72 | flex-wrap: wrap; |
| 73 | overflow: hidden; |
| 74 | border-radius: 5px; |
| 75 | background: #dedede; |
| 76 | transition: all 0.25s; |
| 77 | border: 2px solid transparent; |
| 78 | } |
| 79 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li label img { |
| 80 | width: 100%; |
| 81 | height: auto; |
| 82 | border-radius: 5px; |
| 83 | margin-bottom: 10px; |
| 84 | transition: all 0.25s; |
| 85 | } |
| 86 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li label:hover { |
| 87 | color: #13a1dc; |
| 88 | background: #d9d9d9; |
| 89 | } |
| 90 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li label:hover img { |
| 91 | box-shadow: 0 2px 7px rgba(128, 128, 128, 0.3); |
| 92 | } |
| 93 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li input:checked + label { |
| 94 | color: #13a1dc; |
| 95 | border: 2px solid #13a1dc; |
| 96 | } |
| 97 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li input:checked + label img { |
| 98 | box-shadow: 0 2px 7px rgba(128, 128, 128, 0.3); |
| 99 | } |
| 100 | #customize-theme-controls .control-section-evf-templates .customize-control-evf-image_radio .image-radio-wrapper li .evf-delete-template-btn { |
| 101 | position: absolute; |
| 102 | top: 1px; |
| 103 | right: 1px; |
| 104 | color: red; |
| 105 | cursor: pointer; |
| 106 | } |
| 107 | #customize-theme-controls .customize-control-evf-color .wp-picker-container button.wp-color-result, |
| 108 | #customize-theme-controls .customize-control-evf-background_image .wp-picker-container button.wp-color-result { |
| 109 | overflow: hidden; |
| 110 | } |
| 111 | #customize-theme-controls .customize-control-evf-color .wp-picker-container input[type=text].wp-color-picker, |
| 112 | #customize-theme-controls .customize-control-evf-background_image .wp-picker-container input[type=text].wp-color-picker { |
| 113 | width: 80px !important; |
| 114 | } |
| 115 | #customize-theme-controls .customize-control-evf-toggle { |
| 116 | position: relative; |
| 117 | } |
| 118 | #customize-theme-controls .customize-control-evf-toggle label { |
| 119 | display: flex; |
| 120 | flex-wrap: wrap; |
| 121 | } |
| 122 | #customize-theme-controls .customize-control-evf-toggle label .customize-control-title { |
| 123 | width: calc(100% - 55px); |
| 124 | } |
| 125 | #customize-theme-controls .customize-control-evf-toggle .switch { |
| 126 | top: 4px; |
| 127 | width: 36px; |
| 128 | height: 18px; |
| 129 | cursor: pointer; |
| 130 | user-select: none; |
| 131 | position: relative; |
| 132 | border-radius: 15px; |
| 133 | display: inline-block; |
| 134 | border: 2px solid #6b7480; |
| 135 | background: #fff; |
| 136 | vertical-align: middle; |
| 137 | transition: background 350ms ease; |
| 138 | } |
| 139 | #customize-theme-controls .customize-control-evf-toggle .switch::before, #customize-theme-controls .customize-control-evf-toggle .switch::after { |
| 140 | content: ""; |
| 141 | top: 50%; |
| 142 | left: 2px; |
| 143 | width: 16px; |
| 144 | height: 16px; |
| 145 | display: block; |
| 146 | position: absolute; |
| 147 | background: #6b7480; |
| 148 | border-radius: 50%; |
| 149 | transform: translate3d(0, -50%, 0); |
| 150 | transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease; |
| 151 | } |
| 152 | #customize-theme-controls .customize-control-evf-toggle .switch::before { |
| 153 | left: -2px; |
| 154 | background: rgba(0, 0, 0, 0.2); |
| 155 | transform: translate3d(0, -50%, 0) scale(0); |
| 156 | } |
| 157 | #customize-theme-controls .customize-control-evf-toggle .switch .switch-content::before, #customize-theme-controls .customize-control-evf-toggle .switch .switch-content::after { |
| 158 | content: ""; |
| 159 | height: 6px; |
| 160 | display: inline-block; |
| 161 | position: absolute; |
| 162 | top: 50%; |
| 163 | transform: translateY(-50%); |
| 164 | } |
| 165 | #customize-theme-controls .customize-control-evf-toggle .switch .switch-content::before { |
| 166 | left: 8px; |
| 167 | width: 2px; |
| 168 | background: #fff; |
| 169 | } |
| 170 | #customize-theme-controls .customize-control-evf-toggle .switch .switch-content::after { |
| 171 | height: 4px; |
| 172 | width: 4px; |
| 173 | border: 2px solid #6b7480; |
| 174 | border-radius: 4px; |
| 175 | right: 6px; |
| 176 | } |
| 177 | #customize-theme-controls .customize-control-evf-toggle input:checked + .switch { |
| 178 | background: #13a1dc; |
| 179 | border: 2px solid #13a1dc; |
| 180 | } |
| 181 | #customize-theme-controls .customize-control-evf-toggle input:checked + .switch::after { |
| 182 | background: #fff; |
| 183 | transform: translate3d(100%, -50%, 0); |
| 184 | } |
| 185 | #customize-theme-controls .customize-control-evf-slider .customize-control-content { |
| 186 | display: flex; |
| 187 | align-items: center; |
| 188 | justify-content: space-between; |
| 189 | } |
| 190 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider { |
| 191 | height: 4px; |
| 192 | display: flex; |
| 193 | margin-left: 8px; |
| 194 | border-radius: 3px; |
| 195 | position: relative; |
| 196 | align-items: center; |
| 197 | width: calc(65% - 12px); |
| 198 | background-color: rgba(85, 93, 102, 0.25); |
| 199 | } |
| 200 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider .ui-slider-handle { |
| 201 | width: 16px; |
| 202 | height: 16px; |
| 203 | cursor: pointer; |
| 204 | margin-left: -8px; |
| 205 | position: absolute; |
| 206 | border-radius: 16px; |
| 207 | background-color: #fff; |
| 208 | box-shadow: 0 0 15px rgba(85, 93, 102, 0.2); |
| 209 | } |
| 210 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider .ui-slider-handle::after { |
| 211 | top: 50%; |
| 212 | content: ""; |
| 213 | z-index: -1; |
| 214 | width: 16px; |
| 215 | height: 16px; |
| 216 | display: block; |
| 217 | position: absolute; |
| 218 | border-radius: 50%; |
| 219 | transform: translate3d(0, -50%, 0) scale(0); |
| 220 | transition: all 350ms cubic-bezier(0, 0, 0, 0.25), background 150ms ease; |
| 221 | background: rgba(85, 93, 102, 0.3); |
| 222 | } |
| 223 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider .ui-slider-handle:active::after { |
| 224 | transform: translate3d(0, -50%, 0) scale(1.75); |
| 225 | } |
| 226 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider .ui-slider-range { |
| 227 | height: 100%; |
| 228 | margin-left: -8px; |
| 229 | border-top-left-radius: 2px; |
| 230 | border-bottom-left-radius: 2px; |
| 231 | background-color: #13a1dc; |
| 232 | } |
| 233 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider-input { |
| 234 | display: flex; |
| 235 | align-items: center; |
| 236 | width: calc(35% - 12px); |
| 237 | } |
| 238 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider-input .reset { |
| 239 | width: 16px; |
| 240 | height: 16px; |
| 241 | font-size: 16px; |
| 242 | cursor: pointer; |
| 243 | margin-left: 10px; |
| 244 | color: #13a1dc; |
| 245 | transition: all 0.2s ease 0s; |
| 246 | } |
| 247 | #customize-theme-controls .customize-control-evf-slider .everest-forms-slider-input .reset:hover { |
| 248 | color: rgb(14.9456066946, 126.6443514644, 173.0543933054); |
| 249 | } |
| 250 | #customize-theme-controls .customize-control-evf-dimension label { |
| 251 | display: flex; |
| 252 | } |
| 253 | #customize-theme-controls .customize-control-evf-dimension label .customize-control-title { |
| 254 | display: flex; |
| 255 | align-items: center; |
| 256 | margin-right: 10px; |
| 257 | } |
| 258 | #customize-theme-controls .responsive-tabs { |
| 259 | display: flex; |
| 260 | margin-right: 7px; |
| 261 | align-items: center; |
| 262 | } |
| 263 | #customize-theme-controls .responsive-tabs li { |
| 264 | display: flex; |
| 265 | margin-right: 7px; |
| 266 | align-items: center; |
| 267 | } |
| 268 | #customize-theme-controls .responsive-tabs li .responsive-tab-item span { |
| 269 | width: 16px; |
| 270 | height: 16px; |
| 271 | padding: 5px; |
| 272 | border-radius: 16px; |
| 273 | background-color: #bfc3c8; |
| 274 | } |
| 275 | #customize-theme-controls .responsive-tabs li .responsive-tab-item span svg { |
| 276 | fill: #6b7480; |
| 277 | } |
| 278 | #customize-theme-controls .responsive-tabs li .responsive-tab-item span:hover svg { |
| 279 | fill: #555d66; |
| 280 | } |
| 281 | #customize-theme-controls .responsive-tabs li .responsive-tab-item input { |
| 282 | display: none; |
| 283 | } |
| 284 | #customize-theme-controls .responsive-tabs li .responsive-tab-item input:checked + span { |
| 285 | background: #13a1dc; |
| 286 | } |
| 287 | #customize-theme-controls .responsive-tabs li .responsive-tab-item input:checked + span svg { |
| 288 | fill: #fff; |
| 289 | } |
| 290 | #customize-theme-controls .dimension-units { |
| 291 | display: flex; |
| 292 | margin-left: auto; |
| 293 | margin-right: 7px; |
| 294 | align-items: center; |
| 295 | } |
| 296 | #customize-theme-controls .dimension-units li { |
| 297 | margin-right: 5px; |
| 298 | } |
| 299 | #customize-theme-controls .dimension-units li:last-child { |
| 300 | margin-right: 0; |
| 301 | } |
| 302 | #customize-theme-controls .dimension-units li label { |
| 303 | font-size: 10px; |
| 304 | text-transform: uppercase; |
| 305 | } |
| 306 | #customize-theme-controls .dimension-units li label + input:not(:checked) { |
| 307 | color: #bfc3c8; |
| 308 | } |
| 309 | #customize-theme-controls .dimension-units li input { |
| 310 | display: none; |
| 311 | } |
| 312 | #customize-theme-controls .dimension-units li input:checked + .unit-switcher { |
| 313 | text-decoration: underline; |
| 314 | } |
| 315 | #customize-theme-controls .dimension-units li input:not(:checked) + .unit-switcher { |
| 316 | opacity: 0.7; |
| 317 | } |
| 318 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs { |
| 319 | display: flex; |
| 320 | } |
| 321 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li { |
| 322 | flex: 1; |
| 323 | } |
| 324 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li:not(:first-child) input { |
| 325 | border-left: none; |
| 326 | } |
| 327 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li:first-child input { |
| 328 | border-radius: 3px 0 0 3px; |
| 329 | } |
| 330 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li input { |
| 331 | height: 35px; |
| 332 | box-shadow: none; |
| 333 | text-align: center; |
| 334 | border-radius: 0; |
| 335 | border-color: #c4c7cc; |
| 336 | } |
| 337 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper { |
| 338 | padding: 0; |
| 339 | width: auto; |
| 340 | font-size: 0; |
| 341 | height: 33px; |
| 342 | display: flex; |
| 343 | align-items: center; |
| 344 | justify-content: center; |
| 345 | border-radius: 0 3px 3px 0; |
| 346 | background-color: #c4c7cc; |
| 347 | border: 1px solid #c4c7cc; |
| 348 | border-left: none; |
| 349 | } |
| 350 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper .unlinked-icon { |
| 351 | display: none; |
| 352 | } |
| 353 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper span { |
| 354 | width: 16px; |
| 355 | height: 16px; |
| 356 | } |
| 357 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper span svg { |
| 358 | fill: #6b7480; |
| 359 | } |
| 360 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper span:hover svg { |
| 361 | fill: #6b7480; |
| 362 | } |
| 363 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper.unlinked { |
| 364 | background-color: #fff; |
| 365 | } |
| 366 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper.unlinked .linked-icon { |
| 367 | display: none; |
| 368 | } |
| 369 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper.unlinked .unlinked-icon { |
| 370 | display: block; |
| 371 | } |
| 372 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li .dimension-anchor-wrapper input[type=checkbox] { |
| 373 | display: none; |
| 374 | } |
| 375 | #customize-theme-controls .dimension-wrapper .dimension-input-wrapper .dimension-inputs li label { |
| 376 | font-size: 12px; |
| 377 | justify-content: center; |
| 378 | color: #6b7480; |
| 379 | } |
| 380 | #customize-theme-controls .image-radio-wrapper, |
| 381 | #customize-theme-controls .image-checkbox-wrapper { |
| 382 | display: flex; |
| 383 | } |
| 384 | #customize-theme-controls .image-radio-wrapper li, |
| 385 | #customize-theme-controls .image-checkbox-wrapper li { |
| 386 | flex: 1; |
| 387 | text-align: center; |
| 388 | } |
| 389 | #customize-theme-controls .image-radio-wrapper li:first-child label, |
| 390 | #customize-theme-controls .image-checkbox-wrapper li:first-child label { |
| 391 | border-radius: 3px 0 0 3px; |
| 392 | border-left: 1px solid rgb(168.6454545455, 173.0363636364, 180.3545454545); |
| 393 | } |
| 394 | #customize-theme-controls .image-radio-wrapper li:last-child label, |
| 395 | #customize-theme-controls .image-checkbox-wrapper li:last-child label { |
| 396 | border-radius: 0 3px 3px 0; |
| 397 | } |
| 398 | #customize-theme-controls .image-radio-wrapper li label, |
| 399 | #customize-theme-controls .image-checkbox-wrapper li label { |
| 400 | height: 35px; |
| 401 | display: flex; |
| 402 | align-items: center; |
| 403 | justify-content: center; |
| 404 | background: #fff; |
| 405 | border: 1px solid rgb(168.6454545455, 173.0363636364, 180.3545454545); |
| 406 | border-left: none; |
| 407 | } |
| 408 | #customize-theme-controls .image-radio-wrapper li label img, |
| 409 | #customize-theme-controls .image-checkbox-wrapper li label img { |
| 410 | width: 16px; |
| 411 | height: 16px; |
| 412 | } |
| 413 | #customize-theme-controls .image-radio-wrapper li label.selected, |
| 414 | #customize-theme-controls .image-checkbox-wrapper li label.selected { |
| 415 | background: #c4c7cc; |
| 416 | } |
| 417 | #customize-theme-controls .image-radio-wrapper li input, |
| 418 | #customize-theme-controls .image-checkbox-wrapper li input { |
| 419 | display: none; |
| 420 | } |
| 421 | #customize-theme-controls .image-radio-wrapper li input:checked + label, |
| 422 | #customize-theme-controls .image-checkbox-wrapper li input:checked + label { |
| 423 | background: #c4c7cc; |
| 424 | } |
| 425 | #customize-theme-controls .everest-forms-dimension-reset { |
| 426 | display: flex; |
| 427 | align-items: center; |
| 428 | width: calc(35% - 12px); |
| 429 | } |
| 430 | #customize-theme-controls .everest-forms-dimension-reset .reset { |
| 431 | width: 16px; |
| 432 | height: 16px; |
| 433 | font-size: 16px; |
| 434 | padding: 7px; |
| 435 | cursor: pointer; |
| 436 | margin-left: 10px; |
| 437 | color: #13a1dc; |
| 438 | transition: all 0.2s ease 0s; |
| 439 | } |
| 440 | #customize-theme-controls .everest-forms-dimension-reset .reset:hover { |
| 441 | color: rgb(14.9456066946, 126.6443514644, 173.0543933054); |
| 442 | } |
| 443 | #customize-theme-controls .select2-container { |
| 444 | width: 100% !important; |
| 445 | } |
| 446 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--single, |
| 447 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--multiple { |
| 448 | outline: none; |
| 449 | border-radius: 0; |
| 450 | border-color: #e1e1e1; |
| 451 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
| 452 | } |
| 453 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--single .select2-selection__clear, |
| 454 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 455 | line-height: 24px; |
| 456 | } |
| 457 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--multiple ul.select2-selection__rendered { |
| 458 | display: block; |
| 459 | } |
| 460 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--multiple ul.select2-selection__rendered .select2-selection__clear { |
| 461 | margin-top: 2px; |
| 462 | } |
| 463 | #customize-theme-controls .select2-container.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li { |
| 464 | border-radius: 3px; |
| 465 | } |
| 466 | |
| 467 | /** |
| 468 | * Section styling. |
| 469 | */ |
| 470 | #customize-controls .customize-info .customize-section-description { |
| 471 | margin: 0; |
| 472 | } |
| 473 | |
| 474 | /** |
| 475 | * Select2 Dropdown. |
| 476 | */ |
| 477 | .wp-customizer .select2-dropdown { |
| 478 | z-index: 900000; |
| 479 | border-color: #c4c7cc; |
| 480 | } |
| 481 | .wp-customizer .select2-container--default .select2-results__option[area-selected]:focus, .wp-customizer .select2-container--default .select2-results__option[data-selected]:focus, .wp-customizer .select2-container--default .select2-results__option[aria-selected=true]:focus, .wp-customizer .select2-container--default .select2-results__option[data-selected=true]:focus { |
| 482 | outline: none; |
| 483 | } |
| 484 | .wp-customizer .select2-container--default .select2-results__option.select2-results__option--highlighted[area-selected], .wp-customizer .select2-container--default .select2-results__option.select2-results__option--highlighted[data-selected] { |
| 485 | background-color: #0095ff; |
| 486 | } |
| 487 | .wp-customizer .select2-container--default .select2-search--dropdown .select2-search__field { |
| 488 | border-color: #e1e1e1; |
| 489 | } |