PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
essential-blocks
/
src
/
blocks
/
form
/
src
/** * The following styles get applied both on the front of your site * and in the editor. */ .eb-form-wrapper { .eb-form .block-editor-inner-blocks .wp-block { margin: 0; } .eb-form-editor-formtype-select { display: flex; flex-direction: column; gap: 15px; padding: 20px 10px 30px; border: 1px solid #d5d5db; h2 { width: 100%; text-align: center; font-size: 16px; color: #4b4b4b; font-weight: 600; } .eb-form-editor-formtype-item-wrapper { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; } .eb-form-editor-formtype-item { display: flex; flex-flow: column; align-items: center; .eb-form-editor-formtype-icon { padding: 5px; background-color: #fff; height: 110px; display: flex; align-items: center; border: 1px solid #eaeaee; border-radius: 6px; box-sizing: border-box; } span { font-size: 12px; color: #aaa; line-height: 1.4; margin-top: 10px; } &:hover { cursor: pointer; .eb-form-editor-formtype-icon { border-color: #bebebe; } span { color: #888; } } } .eb-is-pro-message { margin: 0; font-size: 16px; line-height: 1.2; padding: 10px; transition: all 0.3s ease; } } .block-editor-default-block-appender .block-editor-inserter { top: calc(100% + 10px); } } .editor-styles-wrapper .eb-form-wrapper .block-editor-block-list__layout { display: flex; flex-direction: column; } .is-selected.wp-block-essential-blocks-form { .eb-form-editor-formtype-select { border: 1px solid transparent; } }
[-] edit.js
[edit]
[-] .htaccess
[edit]
[-] style.js
[edit]
[-] helpers.js
[edit]
[-] editor.scss
[edit]
[+]
constants
[-] save.js
[edit]
[-] style.scss
[edit]
[-] frontend.js
[edit]
[-] index.js
[edit]
[-] icon.svg
[edit]
[-] inspector.js
[edit]
[+]
templates
[+]
..
[+]
icons
[-] attributes.js
[edit]