diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/website_form/static/src/scss | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/website_form/static/src/scss')
| -rw-r--r-- | addons/website_form/static/src/scss/wysiwyg_snippets.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/addons/website_form/static/src/scss/wysiwyg_snippets.scss b/addons/website_form/static/src/scss/wysiwyg_snippets.scss new file mode 100644 index 00000000..e4baf8d3 --- /dev/null +++ b/addons/website_form/static/src/scss/wysiwyg_snippets.scss @@ -0,0 +1,37 @@ +#oe_snippets > .o_we_customize_panel we-customizeblock-option { + we-list { + we-title, we-button { + margin-top: $o-we-sidebar-content-field-spacing; + } + .oe_we_table_wraper { + margin-top: $o-we-sidebar-content-field-spacing; + max-height: 200px; + overflow-y: auto; + + table { + table-layout: fixed; + width: 100%; + + input { + width: 100%; + border: $o-we-sidebar-content-field-border-width solid $o-we-sidebar-content-field-border-color; + border-radius: $o-we-sidebar-content-field-border-radius; + padding: 0 $o-we-sidebar-content-field-clickable-spacing; + background-color: $o-we-sidebar-content-field-input-bg; + color: inherit; + font-family: $o-we-sidebar-content-field-input-font-family; + } + tr { + border: 1px solid rgba(white, 0.1); + border-left: none; + border-right: none; + } + td { + &:first-child, &:last-child { + width: 28px; + } + } + } + } + } +} |
