includes/widgets/Form_Builder
assets
2 weeks ago
helpers
2 weeks ago
Form_Builder.php
143.3 KB
2 weeks ago
admin.css
2.9 KB
2 weeks ago
editor-handler.js
14.2 KB
2 weeks ago
script.js
41.6 KB
2 weeks ago
style.css
10.3 KB
2 weeks ago
admin.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.79, at includes/widgets/Form_Builder/admin.css
| 1 | @font-face { |
| 2 | font-family: 'Inter'; |
| 3 | font-style: normal; |
| 4 | font-weight: 100 900; |
| 5 | font-display: swap; |
| 6 | src: url('../../admin/fonts/Inter.woff2') format('woff2'); |
| 7 | } |
| 8 | |
| 9 | #wpbody *, |
| 10 | .king-addons-pb-settings-page-header * { |
| 11 | font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 12 | } |
| 13 | |
| 14 | |
| 15 | .wp-heading-inline, |
| 16 | .page-title-action, |
| 17 | .wrap h1.wp-heading-inline, |
| 18 | .wrap .wp-heading-inline+.page-title-action { |
| 19 | display: none !important; |
| 20 | } |
| 21 | |
| 22 | .king-addons-pb-settings-page-header { |
| 23 | position: relative; |
| 24 | display: flex; |
| 25 | flex-direction: column; |
| 26 | margin-left: -20px; |
| 27 | margin-bottom: 0; |
| 28 | padding: 30px 30px; |
| 29 | background: #1a1b1b; |
| 30 | } |
| 31 | |
| 32 | .king-addons-pb-settings-page-header h1 { |
| 33 | font-size: 24px; |
| 34 | font-weight: 600; |
| 35 | line-height: 1; |
| 36 | display: inline-block; |
| 37 | margin: 0; |
| 38 | padding: 0; |
| 39 | letter-spacing: 0; |
| 40 | color: white; |
| 41 | } |
| 42 | |
| 43 | .king-addons-pb-settings-page-header p { |
| 44 | font-size: 15px; |
| 45 | font-weight: 400; |
| 46 | margin-top: 15px; |
| 47 | margin-bottom: 0; |
| 48 | letter-spacing: normal; |
| 49 | color: rgb(255 255 255 / 70%); |
| 50 | } |
| 51 | |
| 52 | .king-addons-pb-preview-buttons { |
| 53 | display: flex; |
| 54 | margin-top: 30px; |
| 55 | } |
| 56 | |
| 57 | .king-addons-pb-user-template { |
| 58 | font-size: 13px; |
| 59 | font-weight: 600; |
| 60 | line-height: 50px; |
| 61 | position: relative; |
| 62 | display: block; |
| 63 | overflow: hidden; |
| 64 | box-sizing: border-box; |
| 65 | width: 200px; |
| 66 | height: 50px; |
| 67 | padding: 0 20px; |
| 68 | cursor: pointer; |
| 69 | letter-spacing: 1px; |
| 70 | text-transform: uppercase; |
| 71 | color: #ffffff; |
| 72 | border: none; |
| 73 | border-radius: 5px; |
| 74 | background: linear-gradient(45deg, #5B03FF, #9B62FF); |
| 75 | /* background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF); */ |
| 76 | } |
| 77 | |
| 78 | .king-addons-pb-preview-buttons a { |
| 79 | text-decoration: none; |
| 80 | } |
| 81 | |
| 82 | .king-addons-pb-user-template .plus-icon { |
| 83 | font-size: 18px; |
| 84 | line-height: 28px; |
| 85 | display: block; |
| 86 | float: right; |
| 87 | width: 30px; |
| 88 | height: 30px; |
| 89 | margin-top: 10px; |
| 90 | text-align: center; |
| 91 | color: #333; |
| 92 | border-radius: 50%; |
| 93 | background-color: #ffffff; |
| 94 | } |
| 95 | |
| 96 | .kng-promo-btn-wrap a { |
| 97 | will-change: transform; |
| 98 | display: inline-flex; |
| 99 | justify-content: center; |
| 100 | padding: 15px 20px; |
| 101 | transition: all 300ms ease; |
| 102 | text-align: center; |
| 103 | text-decoration: underline; |
| 104 | border: 2px solid #ff4e5069; |
| 105 | border-radius: 5px; |
| 106 | background: linear-gradient(132.2deg, #F9D423 7.64%, #FF4E50 97.11%); |
| 107 | -webkit-background-clip: text; |
| 108 | -webkit-text-fill-color: transparent; |
| 109 | } |
| 110 | |
| 111 | .kng-promo-btn-wrap a:hover { |
| 112 | transform: scale(1.05); |
| 113 | } |
| 114 | |
| 115 | .kng-promo-btn-wrap a:focus, |
| 116 | .king-addons-pb-preview-buttons a:focus { |
| 117 | box-shadow: unset; |
| 118 | outline: unset; |
| 119 | } |
| 120 | |
| 121 | .kng-promo-btn-txt { |
| 122 | font-size: 16px; |
| 123 | font-weight: 500; |
| 124 | color: black; |
| 125 | line-height: 1; |
| 126 | letter-spacing: 0.5px; |
| 127 | text-decoration: none; |
| 128 | } |
| 129 | |
| 130 | .kng-promo-btn-wrap img { |
| 131 | margin-left: 8px; |
| 132 | width: 16px; |
| 133 | height: 16px; |
| 134 | } |