Snapshot: MLS sync fixes, image refresh, plugin/theme updates
MLS plugin fixes from this session: - Fix silent insert failures: location column NOT NULL was rejecting wpdb->insert calls, causing ~18k new properties since Dec 2025 to be lost. Inserts now build raw SQL with ST_PointFromText so the spatial column is populated atomically. - Auto-refresh expired media URLs in MLS_Media_Handler::fetch_and_cache(), guarded by a property-level GET_LOCK so concurrent fetches share one API refresh. - Normalize WP_Error to null in mls_get_property_image() so callers can rely on the documented string|null contract. - Support comma-separated property_type filters in MLS_Query and MLS_Cluster so the homepage "View All Commercial" link (?property_type=Commercial+Sale,Land,Farm) actually filters correctly. - Incremental sync now looks back 10 minutes past the latest modification timestamp as a safety margin against missed records. - Smart sync exits silently (info-level, not warning) when a full sync is in progress. Operational: - New cron: weekly full sync Sundays at 3 AM (/usr/local/bin/mls-full-sync). - New cron: hourly 2GB cap on mls-thumbnails/ and cache/transformed-images/ (/usr/local/bin/mls-image-cache-cap). - Logrotate config for wp-content/debug.log (2-day retention, daily rotation, delaycompress). Repo policy: - CLAUDE.md updated with explicit "commit everything except build artifacts" policy. - .gitignore: untrack runtime image caches and debug.log rotations. Other modifications in this snapshot are pre-existing in-flight theme/plugin/db_content_updates work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
#wpadminbar .wpforms-menu-notification-counter {
|
||||
display: inline-block !important;
|
||||
min-width: 18px !important;
|
||||
height: 18px !important;
|
||||
border-radius: 9px !important;
|
||||
margin: 7px 0 0 2px !important;
|
||||
vertical-align: top !important;
|
||||
font-size: 11px !important;
|
||||
line-height: 1.6 !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
#wpadminbar .wpforms-menu-notification-indicator {
|
||||
float: right !important;
|
||||
margin: 10px 0 0 !important;
|
||||
width: 8px !important;
|
||||
height: 8px !important;
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
|
||||
#wpadminbar .wpforms-menu-notification-indicator:after {
|
||||
display: block !important;
|
||||
content: "";
|
||||
position: absolute !important;
|
||||
width: inherit !important;
|
||||
height: inherit !important;
|
||||
border-radius: inherit !important;
|
||||
background-color: inherit !important;
|
||||
animation: wpforms-menu-notification-indicator-pulse 1.5s infinite !important;
|
||||
}
|
||||
|
||||
@keyframes wpforms-menu-notification-indicator-pulse {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
transform: scale(3);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#wpadminbar .wpforms-menu-form-notifications {
|
||||
border-top: 1px solid #3c4146 !important;
|
||||
margin-top: 6px !important;
|
||||
padding-top: 6px !important;
|
||||
}
|
||||
|
||||
#wpadminbar .wpforms-menu-form-notifications > .ab-item .wp-admin-bar-arrow::before {
|
||||
top: 6px !important;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-wpforms-upgrade a {
|
||||
background-color: #00a32a;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-wpforms-upgrade a:hover {
|
||||
background-color: #008a20;
|
||||
}
|
||||
|
||||
#wpadminbar .wpforms-menu-form-last {
|
||||
border-bottom: 1px solid #3c4146 !important;
|
||||
margin-bottom: 6px !important;
|
||||
padding-bottom: 6px !important;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
#wpadminbar .wpforms-menu-notification-counter{display:inline-block !important;min-width:18px !important;height:18px !important;border-radius:9px !important;margin:7px 0 0 2px !important;vertical-align:top !important;font-size:11px !important;line-height:1.6 !important;text-align:center !important}#wpadminbar .wpforms-menu-notification-indicator{float:right !important;margin:10px 0 0 !important;width:8px !important;height:8px !important;border-radius:4px !important}#wpadminbar .wpforms-menu-notification-indicator:after{display:block !important;content:"";position:absolute !important;width:inherit !important;height:inherit !important;border-radius:inherit !important;background-color:inherit !important;animation:wpforms-menu-notification-indicator-pulse 1.5s infinite !important}@keyframes wpforms-menu-notification-indicator-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}#wpadminbar .wpforms-menu-form-notifications{border-top:1px solid #3c4146 !important;margin-top:6px !important;padding-top:6px !important}#wpadminbar .wpforms-menu-form-notifications>.ab-item .wp-admin-bar-arrow::before{top:6px !important}#wpadminbar #wp-admin-bar-wpforms-upgrade a{background-color:#00a32a;color:#ffffff}#wpadminbar #wp-admin-bar-wpforms-upgrade a:hover{background-color:#008a20}#wpadminbar .wpforms-menu-form-last{border-bottom:1px solid #3c4146 !important;margin-bottom:6px !important;padding-bottom:6px !important}
|
||||
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,613 @@
|
||||
.wpforms-list-table-ext-page .wp-list-table {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table th, .wpforms-list-table-ext-page .wp-list-table td {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .wpforms-table-column-dragged-out {
|
||||
color: transparent;
|
||||
background-color: #f0f0f1;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .wpforms-table-column-dragged-out > * {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .wpforms-table-column-dragged-out > #wpforms-list-table-ext-edit-columns-cog {
|
||||
background-color: transparent;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .wpforms-table-column-drag-placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .wpforms-table-column-drag-placeholder-prev {
|
||||
box-shadow: inset -2px 0 0 0 #8c8f94;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky {
|
||||
position: sticky !important;
|
||||
z-index: 2;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.left, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.left, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.left {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.left.shadow, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.left.shadow, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.left.shadow {
|
||||
clip-path: polygon(0 0, 150% 0, 150% calc( 100% + 1px), 0 calc( 100% + 1px));
|
||||
box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.right, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.right, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.right {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.right.shadow, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.right.shadow, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.right.shadow {
|
||||
clip-path: polygon(-50% 0, 100% 0, 100% calc( 100% + 1px), -50% calc( 100% + 1px));
|
||||
box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.column-indicators, .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.column-indicators, .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.column-indicators {
|
||||
left: 35px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table.striped.forms tbody#the-list > :nth-child(even) .wpforms-table-cell-sticky,
|
||||
.wpforms-list-table-ext-page .wp-list-table.striped:not(.forms) tbody#the-list > :nth-child(odd) .wpforms-table-cell-sticky {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th, .wpforms-list-table-ext-page .wp-list-table tfoot th {
|
||||
font-size: 14px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th:not(.wpforms-table-cell-sticky):not(.wpforms-table-column-not-draggable):not(.column-cog):hover, .wpforms-list-table-ext-page .wp-list-table tfoot th:not(.wpforms-table-cell-sticky):not(.wpforms-table-column-not-draggable):not(.column-cog):hover {
|
||||
cursor: pointer;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' fill='none'%3E%3Cpath fill='%23A7AAAD' d='M4.375 3.031a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm5.25-8.75a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Z'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 8px top 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th a, .wpforms-list-table-ext-page .wp-list-table tfoot th a {
|
||||
float: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
padding: 0 10px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th a .sorting-indicators, .wpforms-list-table-ext-page .wp-list-table tfoot th a .sorting-indicators {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th a .screen-reader-text, .wpforms-list-table-ext-page .wp-list-table tfoot th a .screen-reader-text {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead th a:focus, .wpforms-list-table-ext-page .wp-list-table tfoot th a:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .check-column input:hover + label,
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .check-column label:hover, .wpforms-list-table-ext-page .wp-list-table tfoot .check-column input:hover + label,
|
||||
.wpforms-list-table-ext-page .wp-list-table tfoot .check-column label:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead tr th:last-child {
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .check-column {
|
||||
width: 35px;
|
||||
min-width: 35px;
|
||||
max-width: 35px;
|
||||
padding-block: 10px 0;
|
||||
padding-inline: 3px 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .check-column.manage-column {
|
||||
padding-block: 0 1px;
|
||||
padding-inline: 3px 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .check-column.manage-column input {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table .column-cog {
|
||||
min-width: 28px;
|
||||
width: 28px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table thead .column-cog {
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wp-list-table tfoot .column-cog {
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-container {
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #ffffff;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ccd0d4;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.05);
|
||||
background: transparent;
|
||||
border-radius: 14px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-resizer, .wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-scrollbar-button, .wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.3);
|
||||
background: transparent;
|
||||
border-radius: 14px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-resizer, .wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-scrollbar-button, .wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.wpforms-list-table-ext-page .wpforms-table-scroll.wpforms-scrollbar:hover {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper {
|
||||
box-sizing: border-box;
|
||||
background-color: #ffffff;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' fill='none'%3E%3Cpath fill='%23056AAB' d='M4.375 3.031a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H1.75a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875H3.5c.465 0 .875.383.875.875v1.75Zm5.25-8.75a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Zm0 4.375a.9.9 0 0 1-.875.875H7a.881.881 0 0 1-.875-.875v-1.75c0-.492.383-.875.875-.875h1.75c.465 0 .875.383.875.875v1.75Z'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 10px center;
|
||||
border: none;
|
||||
box-shadow: 0 8px 12px 0 #00000026;
|
||||
min-height: 36px;
|
||||
padding: 10px 28px 10px 10px;
|
||||
display: block;
|
||||
opacity: 0.9 !important;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
text-align: initial !important;
|
||||
cursor: grab !important;
|
||||
appearance: unset;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper * {
|
||||
cursor: grab !important;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper a {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper #wpforms-list-table-ext-edit-columns-cog {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper .sorting-indicators {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper .wpforms-locations-column-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-list-table-ext-page .wpforms-table-column-drag-helper .wpforms-locations-column-icon {
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 16px;
|
||||
opacity: 0.7;
|
||||
background-image: url("../images/file-code.svg");
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container {
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container::after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-form-outline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list {
|
||||
position: relative;
|
||||
max-width: 240px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list.open.open-up {
|
||||
bottom: unset;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-search {
|
||||
margin: 15px;
|
||||
color: #50575e;
|
||||
width: calc( 100% - 30px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-search::placeholder {
|
||||
color: #a7aaad;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items {
|
||||
padding-inline: 0;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
border-top: 1px solid #dcdcde;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 3px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.05);
|
||||
background: transparent;
|
||||
border-radius: 14px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-resizer, #wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-scrollbar-button, #wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items.wpforms-multiselect-checkbox-items-no-search {
|
||||
border-top: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.3);
|
||||
background: transparent;
|
||||
border-radius: 14px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-resizer, #wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-scrollbar-button, #wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items:hover {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label {
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label:first-child {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label span {
|
||||
width: 180px;
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label input[type='checkbox']:hover {
|
||||
border-color: #2271b1;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label input[type='checkbox']:hover:checked {
|
||||
background-color: #04558a;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label input[type='checkbox']:focus {
|
||||
border: 2px solid #2271b1 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items label input[type='checkbox']:focus:checked {
|
||||
background-color: #04558a !important;
|
||||
border: 1px solid white !important;
|
||||
box-shadow: 0 0 0 1px #04558a !important;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items .wpforms-multiselect-checkbox-no-results {
|
||||
margin: 0 15px 5px 15px;
|
||||
color: #6a6f76;
|
||||
font-size: 14px;
|
||||
line-height: 16.7px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items .wpforms-multiselect-checkbox-optgroup {
|
||||
color: #8C8F94;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
line-height: 19px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list .wpforms-multiselect-checkbox-items .wpforms-multiselect-checkbox-optgroup:last-of-type {
|
||||
border-top: 1px solid #dcdcde;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-wrapper .wpforms-multiselect-checkbox-list #wpforms-list-table-ext-edit-columns-select-submit {
|
||||
margin: 5px 15px 10px 15px;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-cog {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
font-size: 16px;
|
||||
color: #8b8f95;
|
||||
position: absolute;
|
||||
inset-inline-end: 12px;
|
||||
background-color: #ffffff;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-cog.active {
|
||||
color: #046bab;
|
||||
}
|
||||
|
||||
#wpforms-list-table-ext-edit-columns-cog:hover:not(.active) {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
.wpforms-no-scroll {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
body.wpforms-loading, body.wpforms-loading * {
|
||||
cursor: wait !important;
|
||||
}
|
||||
|
||||
body.wpforms-loading:before {
|
||||
content: '';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: transparent;
|
||||
z-index: 9999999;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) {
|
||||
position: relative;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) td:not(.check-column):not(.column-primary) {
|
||||
padding-left: 35% !important;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) td:not(.check-column):not(.column-primary):before {
|
||||
content: attr(data-colname) !important;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) th.column-primary {
|
||||
width: calc( 100% - 44px) !important;
|
||||
padding-inline: 10px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) td.column-primary {
|
||||
height: 60px;
|
||||
position: relative;
|
||||
padding-top: 12px;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) td.column-primary > a strong {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: initial;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td:not(.check-column):not(.column-primary):first-of-type {
|
||||
margin-top: 60px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td:not(.check-column):not(.column-primary):last-of-type {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td:not(:first-of-type).column-primary {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 35px;
|
||||
width: calc(100% - 35px) !important;
|
||||
}
|
||||
@supports (font: -apple-system-body) and (-webkit-appearance: none) and (-webkit-hyphens: none) {
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td:not(:first-of-type).column-primary {
|
||||
top: auto;
|
||||
left: 46px;
|
||||
width: calc(100% - 57px) !important;
|
||||
}
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td:not(.column-primary):first-of-type {
|
||||
padding-top: 90px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags).is-expanded td.column-primary {
|
||||
height: 80px !important;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.inline-edit-row):not(.no-items):not(.wpforms-bulk-edit-tags) .row-actions {
|
||||
padding-left: 4px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) th.check-column, .wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) td.check-column {
|
||||
height: 65px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) th.check-column.column-cb, .wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) td.check-column.column-cb {
|
||||
padding-top: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) th.check-column.column-cb input, .wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) td.check-column.column-cb input {
|
||||
margin: 0;
|
||||
margin-inline: 8px;
|
||||
}
|
||||
.wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) th:not(.check-column):not(.column-primary), .wpforms-list-table-ext-page .wp-list-table tr:not(.wpforms-bulk-edit-tags) td:not(.check-column):not(.column-primary) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wpforms-table-column-drag-helper {
|
||||
background-position: left 10px center;
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.left, .rtl .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.left, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.left {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.left.shadow, .rtl .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.left.shadow, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.left.shadow {
|
||||
clip-path: polygon(-50% 0, 100% 0, 100% calc( 100% + 1px), -50% calc( 100% + 1px));
|
||||
box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.right, .rtl .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.right, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.right {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.right.shadow, .rtl .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.right.shadow, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.right.shadow {
|
||||
clip-path: polygon(0 0, 150% 0, 150% calc( 100% + 1px), 0 calc( 100% + 1px));
|
||||
box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead .wpforms-table-cell-sticky.column-indicators, .rtl .wpforms-list-table-ext-page .wp-list-table tbody#the-list .wpforms-table-cell-sticky.column-indicators, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot .wpforms-table-cell-sticky.column-indicators {
|
||||
right: 35px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead th, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot th {
|
||||
padding-right: unset;
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.rtl .wpforms-list-table-ext-page .wp-list-table thead th:not(.wpforms-table-cell-sticky):not(.wpforms-table-column-not-draggable):not(.column-cog):hover, .rtl .wpforms-list-table-ext-page .wp-list-table tfoot th:not(.wpforms-table-cell-sticky):not(.wpforms-table-column-not-draggable):not(.column-cog):hover {
|
||||
background-position: left 8px top 12px;
|
||||
}
|
||||
|
||||
.rtl #wpforms-list-table-ext-edit-columns-cog {
|
||||
inset-inline-start: 12px;
|
||||
inset-inline-end: unset;
|
||||
right: unset;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.rtl #wpforms-list-table-ext-edit-columns-select-container {
|
||||
right: unset;
|
||||
left: 28px;
|
||||
}
|
||||
|
||||
.rtl #wpforms-list-table-ext-edit-columns-select-container .wpforms-multiselect-checkbox-optgroup {
|
||||
padding-left: unset;
|
||||
padding-right: 15px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,245 @@
|
||||
#wpforms-notifications {
|
||||
background: #ffffff 0 0 no-repeat padding-box;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
|
||||
border-radius: 6px;
|
||||
opacity: 1;
|
||||
min-height: 48px;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
#wpforms-notifications * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px 15px;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-bell {
|
||||
position: relative;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
top: 3px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-bell svg {
|
||||
fill: #a7aaad;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-circle {
|
||||
position: absolute;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
border-radius: 50%;
|
||||
top: -4px;
|
||||
right: -1px;
|
||||
border: 2px solid #ffffff;
|
||||
background-color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-title {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
color: #2c3338;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages {
|
||||
padding-block: 15px;
|
||||
padding-inline: 15px 100px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message.current {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-title {
|
||||
color: #2c3338;
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
margin: 5px 0 15px 0;
|
||||
color: #50575e;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content p {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content p + p {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons {
|
||||
margin-block: 0;
|
||||
margin-inline: 0 80px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons a {
|
||||
margin-block: 0;
|
||||
margin-inline: 0 10px;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary {
|
||||
background-color: #f6f7f7;
|
||||
border-color: #056aab;
|
||||
color: #056aab;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:hover, #wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:active, #wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:focus {
|
||||
background-color: #f0f0f1;
|
||||
border-color: #04558a;
|
||||
color: #04558a;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:focus {
|
||||
box-shadow: 0 0 0 1px #04558a;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-badge {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
padding: 6px 8px;
|
||||
margin-left: 10px;
|
||||
border-radius: 3px;
|
||||
background-color: #f6f6f6;
|
||||
color: #50575e;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-badge svg {
|
||||
width: 15px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .wpforms-notifications-badge:focus, #wpforms-notifications .wpforms-notifications-badge:hover {
|
||||
background-color: #f0f0f1;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wpforms-notifications .dismiss {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
inset-inline-end: 15px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
fill: #a7aaad;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#wpforms-notifications .dismiss:hover {
|
||||
fill: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation {
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
inset-inline-end: 15px;
|
||||
width: 64px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation a {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: 1px solid #7e8993;
|
||||
border-radius: 3px;
|
||||
font-size: 16px;
|
||||
line-height: 1.625;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #ffffff;
|
||||
color: #41454a;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation a:hover {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation .prev {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation .next {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation .disabled {
|
||||
border-color: #dddddd;
|
||||
color: #a0a5aa;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wpforms-notifications .navigation .disabled:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.lity-iframe .lity-content {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
#wpforms-notifications .wpforms-notifications-messages {
|
||||
padding-block: 15px 10px;
|
||||
padding-inline: 16px 50px;
|
||||
}
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-title {
|
||||
line-height: 22px;
|
||||
margin-block: 0 -2px;
|
||||
margin-inline: 0 30px;
|
||||
min-height: 24px;
|
||||
}
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-content {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-buttons {
|
||||
margin: 0;
|
||||
padding-inline-end: 40px;
|
||||
}
|
||||
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-buttons a.button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#wpforms-notifications .navigation {
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.rtl #wpforms-notifications .navigation .prev {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl #wpforms-notifications .navigation .next {
|
||||
float: left;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,124 @@
|
||||
/* Blue used for field :focus border. */
|
||||
.wpforms-admin-page input:focus,
|
||||
.wpforms-admin-page select:focus,
|
||||
.wpforms-admin-page textarea:focus {
|
||||
border: 1px solid #2271b1 !important;
|
||||
box-shadow: 0 0 0 1px #2271b1 !important;
|
||||
}
|
||||
|
||||
/* Blue used for buttons and links. */
|
||||
.wpforms-admin-page .wpforms-btn-blue {
|
||||
background-color: #2271b1;
|
||||
border-color: #2271b1;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-btn-blue {
|
||||
background-color: #2271b1;
|
||||
border-color: #2271b1;
|
||||
}
|
||||
|
||||
body div.jconfirm div.jconfirm-box input[type=text]:not(.choices__input):focus {
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
}
|
||||
|
||||
/* Darker blue for button and link :hover/:focus. */
|
||||
.wpforms-admin-page .wpforms-btn-blue:hover {
|
||||
background-color: #135e96;
|
||||
border-color: #135e96;
|
||||
}
|
||||
|
||||
/* Anywhere we use color: red; should be changed to #d63638.
|
||||
Standard red used for errors, trash icons, etc.*/
|
||||
body div.jconfirm div.jconfirm-box .error {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-entries-single #wpforms-entry-notes .wpforms-entry-notes-byline .note-delete:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-entries-single #wpforms-entry-details .submitdelete:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wp-list-table .delete:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-admin-addons .addon-item .status .status-active {
|
||||
color: #00a32a;
|
||||
}
|
||||
|
||||
#wpforms-admin-addons .addon-item .status .status-installed {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-admin-addons .addon-item .actions .msg.error {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.addon-item .action-button button.status-installed .fa {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.addon-item .action-button button.status-active .fa {
|
||||
color: #00a32a;
|
||||
}
|
||||
|
||||
.addon-item .action-button button.loading .fa {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.wpforms-admin-settings #wpforms-tools-entries-export #wpforms-tools-entries-export-process-msg.wpforms-error,
|
||||
.wpforms-admin-settings #wpforms-tools-entries-export #wpforms-tools-entries-export-selectform-msg.wpforms-error {
|
||||
border-color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-times,
|
||||
.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-exclamation-circle {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms-admin-content-geolocation .msg.error {
|
||||
border-left: 4px solid #d63638;
|
||||
}
|
||||
|
||||
#wpforms-notifications .dismiss:hover {
|
||||
color: #d63638 !important;
|
||||
}
|
||||
|
||||
#wpforms-reset-filter .reset:focus,
|
||||
#wpforms-reset-filter .reset:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-buttons button.wpforms-dismiss-button:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
#wpforms-admin-analytics .step .error,
|
||||
#wpforms-admin-smtp .step .error {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
/* Green used for confirmation on the addons page. */
|
||||
#wpforms-admin-addons #wpforms-admin-addons-list .list .addon-item .actions .msg.success {
|
||||
color: #00a32a;
|
||||
}
|
||||
|
||||
#wpforms-admin-about .wpforms-admin-about-section ul.list-features li .fa {
|
||||
color: #00a32a;
|
||||
}
|
||||
|
||||
.wpforms-admin-settings .wpforms-setting-row .progress-bar.complete {
|
||||
border: 1px solid #00a32a;
|
||||
}
|
||||
|
||||
.wpforms-admin-settings .checkbox-multiselect-columns ul li label.checked:before {
|
||||
color: #00a32a;
|
||||
}
|
||||
|
||||
.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-check {
|
||||
color: #00a32a;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wpforms-admin-page input:focus,.wpforms-admin-page select:focus,.wpforms-admin-page textarea:focus{border:1px solid #2271b1 !important;box-shadow:0 0 0 1px #2271b1 !important}.wpforms-admin-page .wpforms-btn-blue{background-color:#2271b1;border-color:#2271b1}.wpforms-admin-page .wpforms-btn-blue{background-color:#2271b1;border-color:#2271b1}body div.jconfirm div.jconfirm-box input[type=text]:not(.choices__input):focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.wpforms-admin-page .wpforms-btn-blue:hover{background-color:#135e96;border-color:#135e96}body div.jconfirm div.jconfirm-box .error{color:#d63638}#wpforms-entries-single #wpforms-entry-notes .wpforms-entry-notes-byline .note-delete:hover{color:#d63638}#wpforms-entries-single #wpforms-entry-details .submitdelete:hover{color:#d63638}#wpforms-entries-list .wp-list-table .delete:hover{color:#d63638}#wpforms-admin-addons .addon-item .status .status-active{color:#00a32a}#wpforms-admin-addons .addon-item .status .status-installed{color:#d63638}#wpforms-admin-addons .addon-item .actions .msg.error{color:#d63638}.addon-item .action-button button.status-installed .fa{color:#d63638}.addon-item .action-button button.status-active .fa{color:#00a32a}.addon-item .action-button button.loading .fa{color:#666}.wpforms-admin-settings #wpforms-tools-entries-export #wpforms-tools-entries-export-process-msg.wpforms-error,.wpforms-admin-settings #wpforms-tools-entries-export #wpforms-tools-entries-export-selectform-msg.wpforms-error{border-color:#d63638}.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-times,.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-exclamation-circle{color:#d63638}.wpforms-admin-content-geolocation .msg.error{border-left:4px solid #d63638}#wpforms-notifications .dismiss:hover{color:#d63638 !important}#wpforms-reset-filter .reset:focus,#wpforms-reset-filter .reset:hover{color:#d63638}.wpforms-dyk .wpforms-dyk-buttons button.wpforms-dismiss-button:hover{color:#d63638}#wpforms-admin-analytics .step .error,#wpforms-admin-smtp .step .error{color:#d63638}#wpforms-admin-addons #wpforms-admin-addons-list .list .addon-item .actions .msg.success{color:#00a32a}#wpforms-admin-about .wpforms-admin-about-section ul.list-features li .fa{color:#00a32a}.wpforms-admin-settings .wpforms-setting-row .progress-bar.complete{border:1px solid #00a32a}.wpforms-admin-settings .checkbox-multiselect-columns ul li label.checked:before{color:#00a32a}.wpforms-admin-settings #wpforms-importer-process .status .item .status-icon.fa-check{color:#00a32a}
|
||||
+11578
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+1043
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,490 @@
|
||||
#wpforms-splash-modal header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 30px;
|
||||
padding: 50px 120px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal header h2 {
|
||||
color: #1d2327;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal header img {
|
||||
max-width: 80px !important;
|
||||
max-height: 80px;
|
||||
border: 4px solid #ffffff;
|
||||
border-radius: 40px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice {
|
||||
background-color: #fdf2eb;
|
||||
padding: 15px 20px;
|
||||
margin: 0 120px 50px;
|
||||
color: #2c3338;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice a {
|
||||
color: #e27730;
|
||||
font-weight: 600;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgba(226, 119, 48, 0.35);
|
||||
text-underline-offset: 2px;
|
||||
transition-property: border, background, color, text-decoration-color;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice a:hover, #wpforms-splash-modal .wpforms-splash-notice a:focus {
|
||||
color: #cd6622;
|
||||
text-decoration-color: rgba(226, 119, 48, 0.75);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice {
|
||||
background-color: #fdf2eb;
|
||||
padding: 15px 20px;
|
||||
margin: 25px 120px 75px;
|
||||
color: #2c3338;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice a {
|
||||
color: #e27730;
|
||||
font-weight: 600;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgba(226, 119, 48, 0.35);
|
||||
text-underline-offset: 2px;
|
||||
transition-property: border, background, color, text-decoration-color;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-splash-notice a:hover, #wpforms-splash-modal .wpforms-splash-notice a:focus {
|
||||
color: #cd6622;
|
||||
text-decoration-color: rgba(226, 119, 48, 0.75);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 50px;
|
||||
margin-bottom: 50px;
|
||||
padding: 0 120px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-badge {
|
||||
border-radius: 3px;
|
||||
background-color: #edfaef;
|
||||
padding: 8px 10px;
|
||||
color: #00ba37;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
line-height: 10px;
|
||||
letter-spacing: 0.5px;
|
||||
text-transform: uppercase;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section h3 {
|
||||
color: #1d2327;
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
line-height: 36px;
|
||||
margin: 15px 0 10px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section p {
|
||||
line-height: 25px !important;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section ul {
|
||||
list-style: revert;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-section-buttons {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-section-buttons .wpforms-btn {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
line-height: normal;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-fifty-fifty .wpforms-splash-section-content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-fifty-fifty .wpforms-splash-section-image {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-one-third-two-thirds .wpforms-splash-section-content {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-one-third-two-thirds .wpforms-splash-section-image {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section:nth-child(odd) .wpforms-splash-section-content {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section:nth-child(odd) .wpforms-splash-section-image {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-section-image {
|
||||
flex: 0 0 auto;
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-section-image.wpforms-image-shadow-apply img {
|
||||
box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section .wpforms-splash-section-image.wpforms-image-shadow-yes img {
|
||||
max-width: calc(100% + 60px);
|
||||
margin: -18px 0 -38px -30px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-content,
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-image {
|
||||
flex: revert;
|
||||
order: revert;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-content {
|
||||
width: fit-content;
|
||||
background-color: #f6f7f7;
|
||||
padding: 50px 120px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-content .wpforms-splash-badge {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-content h3 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-image {
|
||||
width: 100%;
|
||||
background: linear-gradient(180deg, #f6f7f7 50%, #ffffff 50%);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-image img {
|
||||
max-width: 760px;
|
||||
padding: 10px;
|
||||
background: #ffffff;
|
||||
border-radius: 9px;
|
||||
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-buttons {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width h3 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width p {
|
||||
font-size: 18px !important;
|
||||
line-height: 28px !important;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal footer {
|
||||
display: flex;
|
||||
padding: 50px 120px;
|
||||
align-items: center;
|
||||
gap: 50px;
|
||||
background: #2c3338;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
#wpforms-splash-modal footer h2 {
|
||||
margin: 0 0 10px;
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal footer a {
|
||||
padding: 11px 17px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal footer p {
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
line-height: 25px !important;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn {
|
||||
border: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn.inactive {
|
||||
cursor: no-drop;
|
||||
pointer-events: none;
|
||||
box-shadow: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-orange {
|
||||
background-color: #e27730;
|
||||
border-color: #e27730;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-orange:hover, #wpforms-splash-modal .wpforms-btn-orange:active, #wpforms-splash-modal .wpforms-btn-orange:focus {
|
||||
background-color: #cd6622;
|
||||
border-color: #cd6622;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-orange:focus {
|
||||
box-shadow: 0 0 0 2px #cd6622;
|
||||
border-color: #ffffff;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-bordered {
|
||||
background-color: #ffffff;
|
||||
color: #50575e;
|
||||
border-color: #8c8f94;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-bordered:hover, #wpforms-splash-modal .wpforms-btn-bordered:focus {
|
||||
color: #2c3338;
|
||||
border-color: #50575e;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-bordered:focus {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0 0 1px #50575e;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-green {
|
||||
background-color: #008a20;
|
||||
color: #ffffff;
|
||||
border-color: #008a20;
|
||||
}
|
||||
|
||||
#wpforms-splash-modal .wpforms-btn-green:hover, #wpforms-splash-modal .wpforms-btn-green:focus {
|
||||
background-color: #00a32a;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal {
|
||||
overflow: hidden;
|
||||
margin-right: var(--wpforms-body-scrollbar-width);
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal #wpadminbar {
|
||||
width: calc( 100vw - var( --wpforms-body-scrollbar-width ));
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm {
|
||||
overflow: hidden;
|
||||
bottom: revert;
|
||||
min-height: 100vh;
|
||||
backdrop-filter: blur(4px);
|
||||
-webkit-backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell {
|
||||
vertical-align: top;
|
||||
overflow-y: auto;
|
||||
max-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.05);
|
||||
background: transparent;
|
||||
border-radius: 15px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-resizer, body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-scrollbar-button, body.wpforms-splash-modal .jconfirm .jconfirm-cell::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.3);
|
||||
background: transparent;
|
||||
border-radius: 15px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-resizer, body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-scrollbar-button, body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell:hover {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell .jc-bs3-container {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm .jconfirm-cell .jconfirm-holder {
|
||||
width: 100%;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm.jconfirm-open .jconfirm-bg {
|
||||
position: sticky;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm.jconfirm-open .jconfirm-scrollpane {
|
||||
margin-top: -100vh;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm.jconfirm-modern .jconfirm-bg {
|
||||
background-color: #72777c;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm-box {
|
||||
max-width: 1000px;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm-box-container {
|
||||
opacity: 0;
|
||||
padding: 0 50px;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box {
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default {
|
||||
padding: 0;
|
||||
transition-duration: initial !important;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
|
||||
text-align: revert;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
|
||||
color: #3c434a;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 0;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p {
|
||||
color: #50575e;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon {
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
body.wpforms-splash-modal div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:after {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
#wpforms-splash-modal header, #wpforms-splash-modal footer {
|
||||
padding: 50px;
|
||||
}
|
||||
#wpforms-splash-modal main .wpforms-splash-section {
|
||||
padding: 0 50px;
|
||||
}
|
||||
#wpforms-splash-modal main .wpforms-splash-section.wpforms-splash-section-full-width .wpforms-splash-section-content {
|
||||
padding: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
body.wpforms-splash-modal .jconfirm {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,98 @@
|
||||
/**
|
||||
* Common styles.
|
||||
*/
|
||||
.wpforms-edit-post-education-notice-body {
|
||||
padding-left: 52px;
|
||||
min-height: 40px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpforms-edit-post-education-notice-body p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-edit-post-education-notice-body:before {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-image: url("../../images/sullie-edit-post-education.svg");
|
||||
background-size: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Classic editor styles.
|
||||
*/
|
||||
.wpforms-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wpforms-edit-post-education-notice {
|
||||
position: relative;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #C3C4C7;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin: 23px 0;
|
||||
}
|
||||
|
||||
.wpforms-edit-post-education-notice .notice-dismiss {
|
||||
position: static;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.wpforms-edit-post-education-notice:not(.wpforms-hidden) + #postdivrich {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gutenberg editor styles.
|
||||
*/
|
||||
.is-distraction-free .interface-interface-skeleton__header:focus-within .wpforms-edit-post-education-notice .components-notice__actions,
|
||||
.is-distraction-free .interface-interface-skeleton__header:focus-within .wpforms-edit-post-education-notice .components-notice__content {
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.components-notice-list .wpforms-edit-post-education-notice {
|
||||
background-color: #f0f6fc;
|
||||
border-top: 0;
|
||||
border-left: 4px solid #007cba;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.components-notice-list .wpforms-edit-post-education-notice-body {
|
||||
padding-right: 150px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.components-notice-list .wpforms-edit-post-education-notice-body {
|
||||
float: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
.components-notice-list .components-notice__action.components-button.wpforms-edit-post-education-notice-guide-button {
|
||||
margin-left: 52px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.components-notice-list .components-notice__action.components-button.wpforms-edit-post-education-notice-guide-button {
|
||||
position: absolute;
|
||||
right: 60px;
|
||||
top: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
.components-notice-list .wpforms-edit-post-education-notice.components-notice .components-notice__dismiss {
|
||||
margin-top: 14px;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wpforms-edit-post-education-notice-body{padding-left:52px;min-height:40px;margin:0;position:relative}.wpforms-edit-post-education-notice-body p{margin:0}.wpforms-edit-post-education-notice-body:before{content:'';display:block;width:40px;height:40px;background-image:url("../../images/sullie-edit-post-education.svg");background-size:100%;position:absolute;left:0;top:0}.wpforms-hidden{display:none !important}.wpforms-edit-post-education-notice{position:relative;background:#FFFFFF;border:1px solid #C3C4C7;box-shadow:0 1px 1px rgba(0,0,0,0.05);padding:10px;font-size:14px;line-height:21px;display:flex;align-items:flex-start;margin:23px 0}.wpforms-edit-post-education-notice .notice-dismiss{position:static;margin-left:auto}.wpforms-edit-post-education-notice:not(.wpforms-hidden)+#postdivrich{margin-top:-20px}.is-distraction-free .interface-interface-skeleton__header:focus-within .wpforms-edit-post-education-notice .components-notice__actions,.is-distraction-free .interface-interface-skeleton__header:focus-within .wpforms-edit-post-education-notice .components-notice__content{transform:none !important}.components-notice-list .wpforms-edit-post-education-notice{background-color:#f0f6fc;border-top:0;border-left:4px solid #007cba;border-bottom:0;border-right:0;margin:0}.components-notice-list .wpforms-edit-post-education-notice-body{padding-right:150px;float:left}@media (max-width: 767px){.components-notice-list .wpforms-edit-post-education-notice-body{float:none;padding-right:0}.components-notice-list .components-notice__action.components-button.wpforms-edit-post-education-notice-guide-button{margin-left:52px}}@media (min-width: 768px){.components-notice-list .components-notice__action.components-button.wpforms-edit-post-education-notice-guide-button{position:absolute;right:60px;top:14px;margin:0}.components-notice-list .wpforms-edit-post-education-notice.components-notice .components-notice__dismiss{margin-top:14px}}
|
||||
@@ -0,0 +1,339 @@
|
||||
.wpforms-admin-page .wpforms-alert {
|
||||
background-color: #ffffff;
|
||||
border: none;
|
||||
border-inline-start: 4px solid #dcdcde;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
|
||||
color: #3c434a;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-dismissible {
|
||||
align-content: stretch;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin: 30px 15px 20px 15px;
|
||||
max-height: 100px;
|
||||
opacity: 1;
|
||||
overflow: hidden;
|
||||
transition-property: all;
|
||||
transition-duration: 0.25s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-dismissible.out {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-dismissible h4 {
|
||||
margin: 0 0 2px 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-dismissible p {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-buttons {
|
||||
display: flex;
|
||||
margin-inline-start: auto;
|
||||
padding-inline-start: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-buttons .wpforms-dismiss-button {
|
||||
color: rgba(68, 68, 68, 0.35);
|
||||
margin-inline-start: 7px;
|
||||
margin-inline-end: -3px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert-buttons .wpforms-dismiss-button:hover {
|
||||
color: rgba(68, 68, 68, 0.75);
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert h4 {
|
||||
color: #3c434a;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 18px;
|
||||
margin: 0 0 3px 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert p {
|
||||
line-height: 18px;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert p:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert p.wpforms-alert-heading {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 3px !important;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert p.wpforms-alert-content {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-nomargin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-success {
|
||||
border-inline-start-color: #00a32a;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-info {
|
||||
border-inline-start-color: #036aab;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-warning {
|
||||
border-inline-start-color: #ffb900;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-danger {
|
||||
border-inline-start-color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-ai {
|
||||
border-inline-start-color: #7a30e2;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert.wpforms-alert-field-requirements .wpforms-alert-buttons {
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert .wpforms-aside-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-alert .wpforms-aside-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert {
|
||||
box-shadow: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-success {
|
||||
background-color: #edfaef;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-info {
|
||||
background-color: #f1f6fa;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-warning {
|
||||
background-color: #fcf9e8;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-danger {
|
||||
background-color: #fcf0f1;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice {
|
||||
background: #036aab;
|
||||
cursor: default;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
padding: 0 20px;
|
||||
overflow: scroll;
|
||||
position: fixed;
|
||||
z-index: 100110;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice img {
|
||||
height: 130px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice img.sullie-icon {
|
||||
background-color: #f0f0f1;
|
||||
border: 5px solid #ffffff;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice h3 {
|
||||
color: #ffffff;
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
line-height: 22px;
|
||||
margin: 25px 0 5px 0;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice p {
|
||||
color: #cce0ed;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 22px;
|
||||
margin: 0;
|
||||
max-width: 640px;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice a {
|
||||
color: #cce0ed;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 25px;
|
||||
/* Gap is unsupported in IE, but we have only one button on IE notice. */
|
||||
justify-content: center;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button {
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
height: auto;
|
||||
padding: 10px 20px;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
transition-property: all;
|
||||
transition-duration: 0.05s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-primary {
|
||||
background-color: #e27730;
|
||||
border: 2px solid #e27730;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-primary:hover {
|
||||
background-color: #cd6622;
|
||||
border-color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-secondary {
|
||||
background-color: transparent;
|
||||
border: 2px solid #ffffff;
|
||||
color: #ffffff;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-secondary:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .close,
|
||||
.wpforms-fullscreen-notice .dismiss {
|
||||
background-color: transparent;
|
||||
background-image: url("../../images/times-circle.svg");
|
||||
border: none;
|
||||
color: #81b5d5;
|
||||
cursor: pointer;
|
||||
height: 31px;
|
||||
opacity: .5;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
inset-inline-end: 20px;
|
||||
top: 20px;
|
||||
width: 31px;
|
||||
transition-property: all;
|
||||
transition-duration: 0.05s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .close:hover,
|
||||
.wpforms-fullscreen-notice .dismiss:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice .close:focus,
|
||||
.wpforms-fullscreen-notice .dismiss:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice-light {
|
||||
background: #e8e9e9;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice-light h3 {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice-light p {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
.wpforms-fullscreen-notice img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
@supports (display: grid) {
|
||||
#wpforms-builder-ie-notice {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-builder-abort-message h3 {
|
||||
font-size: 24px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#wpforms-builder-abort-message img {
|
||||
width: 400px;
|
||||
height: auto;
|
||||
margin: 30px 30px 0 30px;
|
||||
}
|
||||
|
||||
#wpforms-builder-abort-message .wpforms-fullscreen-notice-button {
|
||||
text-transform: initial;
|
||||
}
|
||||
|
||||
#wpforms-builder-abort-message .waving-hand-emoji {
|
||||
display: inline-block;
|
||||
background-image: url("../../images/empty-states/waving-hand-emoji.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 24px 24px;
|
||||
background-position: 0 0;
|
||||
padding-left: 34px;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
#wpforms-builder-abort-message img {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
#wpforms-builder-mobile-notice {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+1987
File diff suppressed because it is too large
Load Diff
+4467
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,69 @@
|
||||
#wpforms-builder-overlay {
|
||||
background: radial-gradient(50% 50% at 50% 50%, #f6f7f7 37.5%, #e8e9e9 100%);
|
||||
cursor: default;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
transition-property: opacity;
|
||||
transition-duration: 0.5s;
|
||||
transition-timing-function: ease-out;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#wpforms-builder-overlay.fade-out {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.wpforms-builder-overlay-content {
|
||||
text-align: center;
|
||||
position: relative;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.wpforms-builder-overlay-content i {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.wpforms-builder-overlay-content i.spinner {
|
||||
background-image: url("../../images/builder/loading-spinner.svg");
|
||||
border-radius: 50%;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
-webkit-animation: wpforms-spinner-rotation 0.8s linear infinite;
|
||||
-moz-animation: wpforms-spinner-rotation 0.8s linear infinite;
|
||||
-ms-animation: wpforms-spinner-rotation 0.8s linear infinite;
|
||||
-o-animation: wpforms-spinner-rotation 0.8s linear infinite;
|
||||
animation: wpforms-spinner-rotation 0.8s linear infinite;
|
||||
}
|
||||
|
||||
.wpforms-builder-overlay-content i.avatar {
|
||||
background-color: #ffffff;
|
||||
background-image: url("../../images/builder/loading-avatar.svg");
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
||||
height: 80px;
|
||||
margin: 10px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
@keyframes wpforms-spinner-rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
#wpforms-builder-overlay{background:radial-gradient(50% 50% at 50% 50%, #f6f7f7 37.5%, #e8e9e9 100%);cursor:default;height:100%;min-width:0;overflow:hidden;position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;transition-property:opacity;transition-duration:0.5s;transition-timing-function:ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center}#wpforms-builder-overlay.fade-out{opacity:0}.wpforms-builder-overlay-content{text-align:center;position:relative;height:100px;width:100px}.wpforms-builder-overlay-content i{display:block;position:absolute;left:0;top:0}.wpforms-builder-overlay-content i.spinner{background-image:url("../../images/builder/loading-spinner.svg");border-radius:50%;height:100px;width:100px;-webkit-animation:wpforms-spinner-rotation 0.8s linear infinite;-moz-animation:wpforms-spinner-rotation 0.8s linear infinite;-ms-animation:wpforms-spinner-rotation 0.8s linear infinite;-o-animation:wpforms-spinner-rotation 0.8s linear infinite;animation:wpforms-spinner-rotation 0.8s linear infinite}.wpforms-builder-overlay-content i.avatar{background-color:#ffffff;background-image:url("../../images/builder/loading-avatar.svg");border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,0.15);height:80px;margin:10px;width:80px}@keyframes wpforms-spinner-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
|
||||
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,330 @@
|
||||
textarea::-webkit-scrollbar,
|
||||
.wpforms-panel-content-wrap::-webkit-scrollbar,
|
||||
.wpforms-panels-toggle::-webkit-scrollbar,
|
||||
.smart-tags-list::-webkit-scrollbar,
|
||||
.smart-tags-list-display::-webkit-scrollbar,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar,
|
||||
#wpforms-builder-help::-webkit-scrollbar,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-scrollbar,
|
||||
.wpforms-scrollbar-compact::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
textarea::-webkit-scrollbar-track,
|
||||
.wpforms-panel-content-wrap::-webkit-scrollbar-track,
|
||||
.wpforms-panels-toggle::-webkit-scrollbar-track,
|
||||
.smart-tags-list::-webkit-scrollbar-track,
|
||||
.smart-tags-list-display::-webkit-scrollbar-track,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-track,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-track,
|
||||
#wpforms-builder-help::-webkit-scrollbar-track,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-scrollbar-track,
|
||||
.wpforms-scrollbar-compact::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
textarea::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel-content-wrap::-webkit-scrollbar-thumb,
|
||||
.wpforms-panels-toggle::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list-display::-webkit-scrollbar-thumb,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-thumb,
|
||||
#wpforms-builder-help::-webkit-scrollbar-thumb,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-scrollbar-thumb,
|
||||
.wpforms-scrollbar-compact::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
border-radius: 15px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
textarea::-webkit-resizer, textarea::-webkit-scrollbar-button, textarea::-webkit-scrollbar-corner,
|
||||
.wpforms-panel-content-wrap::-webkit-resizer,
|
||||
.wpforms-panel-content-wrap::-webkit-scrollbar-button,
|
||||
.wpforms-panel-content-wrap::-webkit-scrollbar-corner,
|
||||
.wpforms-panels-toggle::-webkit-resizer,
|
||||
.wpforms-panels-toggle::-webkit-scrollbar-button,
|
||||
.wpforms-panels-toggle::-webkit-scrollbar-corner,
|
||||
.smart-tags-list::-webkit-resizer,
|
||||
.smart-tags-list::-webkit-scrollbar-button,
|
||||
.smart-tags-list::-webkit-scrollbar-corner,
|
||||
.smart-tags-list-display::-webkit-resizer,
|
||||
.smart-tags-list-display::-webkit-scrollbar-button,
|
||||
.smart-tags-list-display::-webkit-scrollbar-corner,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-resizer,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-button,
|
||||
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-corner,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-resizer,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-button,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-corner,
|
||||
#wpforms-builder-help::-webkit-resizer,
|
||||
#wpforms-builder-help::-webkit-scrollbar-button,
|
||||
#wpforms-builder-help::-webkit-scrollbar-corner,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-resizer,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-scrollbar-button,
|
||||
.wpforms-builder-themes-sidebar-content::-webkit-scrollbar-corner,
|
||||
.wpforms-scrollbar-compact::-webkit-resizer,
|
||||
.wpforms-scrollbar-compact::-webkit-scrollbar-button,
|
||||
.wpforms-scrollbar-compact::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
textarea,
|
||||
.wpforms-panel-content-wrap,
|
||||
.wpforms-panels-toggle,
|
||||
.smart-tags-list,
|
||||
.smart-tags-list-display,
|
||||
#wpforms-panel-fields .wpforms-tab-content,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar,
|
||||
#wpforms-builder-help,
|
||||
.wpforms-builder-themes-sidebar-content,
|
||||
.wpforms-scrollbar-compact {
|
||||
scrollbar-color: rgba(0, 0, 0, 0) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
textarea:hover::-webkit-scrollbar, textarea:focus::-webkit-scrollbar,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-scrollbar,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-scrollbar,
|
||||
.wpforms-panels-toggle:hover::-webkit-scrollbar,
|
||||
.wpforms-panels-toggle:focus::-webkit-scrollbar,
|
||||
.smart-tags-list:hover::-webkit-scrollbar,
|
||||
.smart-tags-list:focus::-webkit-scrollbar,
|
||||
.smart-tags-list-display:hover::-webkit-scrollbar,
|
||||
.smart-tags-list-display:focus::-webkit-scrollbar,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar,
|
||||
#wpforms-builder-help:hover::-webkit-scrollbar,
|
||||
#wpforms-builder-help:focus::-webkit-scrollbar,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-scrollbar,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-scrollbar,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-scrollbar,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
textarea:hover::-webkit-scrollbar-track, textarea:focus::-webkit-scrollbar-track,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-track,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-track,
|
||||
.wpforms-panels-toggle:hover::-webkit-scrollbar-track,
|
||||
.wpforms-panels-toggle:focus::-webkit-scrollbar-track,
|
||||
.smart-tags-list:hover::-webkit-scrollbar-track,
|
||||
.smart-tags-list:focus::-webkit-scrollbar-track,
|
||||
.smart-tags-list-display:hover::-webkit-scrollbar-track,
|
||||
.smart-tags-list-display:focus::-webkit-scrollbar-track,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-track,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-track,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-track,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-track,
|
||||
#wpforms-builder-help:hover::-webkit-scrollbar-track,
|
||||
#wpforms-builder-help:focus::-webkit-scrollbar-track,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-scrollbar-track,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-scrollbar-track,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-track,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
textarea:hover::-webkit-scrollbar-thumb, textarea:focus::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-thumb,
|
||||
.wpforms-panels-toggle:hover::-webkit-scrollbar-thumb,
|
||||
.wpforms-panels-toggle:focus::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list:hover::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list:focus::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list-display:hover::-webkit-scrollbar-thumb,
|
||||
.smart-tags-list-display:focus::-webkit-scrollbar-thumb,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-thumb,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-thumb,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-thumb,
|
||||
#wpforms-builder-help:hover::-webkit-scrollbar-thumb,
|
||||
#wpforms-builder-help:focus::-webkit-scrollbar-thumb,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-scrollbar-thumb,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-scrollbar-thumb,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-thumb,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.5);
|
||||
background: transparent;
|
||||
border-radius: 15px;
|
||||
border: solid 4px transparent;
|
||||
}
|
||||
|
||||
textarea:hover::-webkit-resizer, textarea:hover::-webkit-scrollbar-button, textarea:hover::-webkit-scrollbar-corner, textarea:focus::-webkit-resizer, textarea:focus::-webkit-scrollbar-button, textarea:focus::-webkit-scrollbar-corner,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-resizer,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-button,
|
||||
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-corner,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-resizer,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-button,
|
||||
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-corner,
|
||||
.wpforms-panels-toggle:hover::-webkit-resizer,
|
||||
.wpforms-panels-toggle:hover::-webkit-scrollbar-button,
|
||||
.wpforms-panels-toggle:hover::-webkit-scrollbar-corner,
|
||||
.wpforms-panels-toggle:focus::-webkit-resizer,
|
||||
.wpforms-panels-toggle:focus::-webkit-scrollbar-button,
|
||||
.wpforms-panels-toggle:focus::-webkit-scrollbar-corner,
|
||||
.smart-tags-list:hover::-webkit-resizer,
|
||||
.smart-tags-list:hover::-webkit-scrollbar-button,
|
||||
.smart-tags-list:hover::-webkit-scrollbar-corner,
|
||||
.smart-tags-list:focus::-webkit-resizer,
|
||||
.smart-tags-list:focus::-webkit-scrollbar-button,
|
||||
.smart-tags-list:focus::-webkit-scrollbar-corner,
|
||||
.smart-tags-list-display:hover::-webkit-resizer,
|
||||
.smart-tags-list-display:hover::-webkit-scrollbar-button,
|
||||
.smart-tags-list-display:hover::-webkit-scrollbar-corner,
|
||||
.smart-tags-list-display:focus::-webkit-resizer,
|
||||
.smart-tags-list-display:focus::-webkit-scrollbar-button,
|
||||
.smart-tags-list-display:focus::-webkit-scrollbar-corner,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-resizer,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-button,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-corner,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-resizer,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-button,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-corner,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-resizer,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-button,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-corner,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-resizer,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-button,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-corner,
|
||||
#wpforms-builder-help:hover::-webkit-resizer,
|
||||
#wpforms-builder-help:hover::-webkit-scrollbar-button,
|
||||
#wpforms-builder-help:hover::-webkit-scrollbar-corner,
|
||||
#wpforms-builder-help:focus::-webkit-resizer,
|
||||
#wpforms-builder-help:focus::-webkit-scrollbar-button,
|
||||
#wpforms-builder-help:focus::-webkit-scrollbar-corner,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-resizer,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-scrollbar-button,
|
||||
.wpforms-builder-themes-sidebar-content:hover::-webkit-scrollbar-corner,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-resizer,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-scrollbar-button,
|
||||
.wpforms-builder-themes-sidebar-content:focus::-webkit-scrollbar-corner,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-resizer,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-button,
|
||||
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-corner,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-resizer,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-button,
|
||||
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
textarea:hover, textarea:focus,
|
||||
.wpforms-panel-content-wrap:hover,
|
||||
.wpforms-panel-content-wrap:focus,
|
||||
.wpforms-panels-toggle:hover,
|
||||
.wpforms-panels-toggle:focus,
|
||||
.smart-tags-list:hover,
|
||||
.smart-tags-list:focus,
|
||||
.smart-tags-list-display:hover,
|
||||
.smart-tags-list-display:focus,
|
||||
#wpforms-panel-fields .wpforms-tab-content:hover,
|
||||
#wpforms-panel-fields .wpforms-tab-content:focus,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover,
|
||||
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus,
|
||||
#wpforms-builder-help:hover,
|
||||
#wpforms-builder-help:focus,
|
||||
.wpforms-builder-themes-sidebar-content:hover,
|
||||
.wpforms-builder-themes-sidebar-content:focus,
|
||||
.wpforms-scrollbar-compact:hover,
|
||||
.wpforms-scrollbar-compact:focus {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content {
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content.wpforms-add-fields,
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-group-inner,
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-field-title-notice {
|
||||
padding-inline-end: 6px;
|
||||
}
|
||||
|
||||
.wpforms-panel .wpforms-panel-sidebar-content .wpforms-panel-content-wrap {
|
||||
scroll-behavior: smooth;
|
||||
scrollbar-gutter: stable;
|
||||
padding-inline-end: 16px;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
border-radius: 4px;
|
||||
border: solid -1px transparent;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul::-webkit-resizer, .wpforms-builder-dropdown-list ul::-webkit-scrollbar-button, .wpforms-builder-dropdown-list ul::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.wpforms-builder-dropdown-list ul {
|
||||
scrollbar-color: rgba(0, 0, 0, 0) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.5);
|
||||
background: transparent;
|
||||
border-radius: 4px;
|
||||
border: solid -1px transparent;
|
||||
}
|
||||
|
||||
.wpforms-builder-dropdown-list ul:hover::-webkit-resizer, .wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-button, .wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.wpforms-builder-dropdown-list ul:hover {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content.wpforms-add-fields,
|
||||
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-group-inner {
|
||||
padding-inline-end: 20px !important;
|
||||
}
|
||||
.wpforms-panel .wpforms-panel-sidebar-content .wpforms-panel-content-wrap {
|
||||
padding-inline-end: 30px !important;
|
||||
}
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,933 @@
|
||||
.tooltipster-base.tooltipster-sidetip .tooltipster-content {
|
||||
font-size: 14px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
|
||||
border-width: 6px;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip .tooltipster-box {
|
||||
background: rgba(34, 34, 34, 0.95);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-content, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
||||
height: 6px;
|
||||
margin-left: -6px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-box {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
|
||||
border-top-color: rgba(34, 34, 34, 0.95);
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
|
||||
border-bottom-color: rgba(34, 34, 34, 0.95);
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-box {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
|
||||
border-right-color: rgba(34, 34, 34, 0.95);
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
|
||||
left: -6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-box {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
|
||||
border-left-color: rgba(34, 34, 34, 0.95);
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-container {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
display: none;
|
||||
height: 100vh;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 100100;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup {
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
|
||||
display: block !important;
|
||||
left: 50%;
|
||||
max-width: 550px;
|
||||
min-width: 550px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content {
|
||||
padding: 40px 50px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content h3 {
|
||||
color: #3c434a;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0;
|
||||
margin: 0 0 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content p {
|
||||
color: #6a6f76;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0;
|
||||
line-height: 22px;
|
||||
margin: 0 0 15px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content p.no-gap {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content p.secondary {
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content p:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content select, .wpforms-admin-popup-content input[type=text] {
|
||||
border: 1px solid #dcdcde;
|
||||
border-radius: 4px;
|
||||
color: #6a6f76;
|
||||
font-size: 14px;
|
||||
height: auto;
|
||||
line-height: 21px;
|
||||
padding: 8px 12px 8px 12px;
|
||||
vertical-align: middle;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content select:focus, .wpforms-admin-popup-content input[type=text]:focus {
|
||||
border-color: #036aab;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content .choices__inner {
|
||||
padding: 0;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content input[type=text].wpforms-admin-popup-shortcode {
|
||||
background: #f6f7f7;
|
||||
color: #3c434a;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 15px;
|
||||
margin: 20px 0 0 0;
|
||||
padding: 12px 22px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content a.wpforms-admin-popup-toggle {
|
||||
color: #6a6f76;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content a.wpforms-admin-popup-toggle:hover, .wpforms-admin-popup-content a.wpforms-admin-popup-toggle:focus {
|
||||
box-shadow: none;
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-content iframe {
|
||||
height: 253px;
|
||||
margin: 20px 0 0 0;
|
||||
width: 449px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-close {
|
||||
color: #b0b2b3;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 16px !important;
|
||||
line-height: 12px;
|
||||
position: absolute;
|
||||
inset-inline-end: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-close:hover {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn {
|
||||
background-color: #e27730;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 19px;
|
||||
max-width: calc( 50% - 15px);
|
||||
width: calc( 50% - 15px);
|
||||
overflow: hidden;
|
||||
padding: 10px 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:hover {
|
||||
background-color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn .dashicons-external {
|
||||
margin-inline-start: 6px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn[data-action="go"] {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:first-child {
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:last-child {
|
||||
margin-inline-start: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:only-child {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:disabled {
|
||||
cursor: default;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-btn:disabled:hover {
|
||||
background-color: #e27730;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-bottom {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-popup-flex {
|
||||
align-items: stretch;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
margin-top: -1px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard .choices__list--single {
|
||||
color: #6a6f76;
|
||||
line-height: 21px;
|
||||
padding: 8px 12px 8px 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard .choices__item {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard-shortcode-wrap {
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard-shortcode {
|
||||
inset-inline-start: 15px;
|
||||
position: relative;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard-shortcode-copy {
|
||||
position: relative;
|
||||
inset-inline-end: 25px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard-shortcode-copy i {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c3c4c7;
|
||||
border-radius: 3px;
|
||||
color: #a7aaad;
|
||||
cursor: pointer;
|
||||
padding: 8px;
|
||||
width: 32px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpforms-admin-form-embed-wizard-shortcode-copy:hover i {
|
||||
border-color: #8c8f94;
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
#wpforms-builder-help {
|
||||
background-color: #ffffff;
|
||||
display: block;
|
||||
height: 100%;
|
||||
max-height: 100vh;
|
||||
opacity: 1;
|
||||
overflow-y: auto;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
z-index: 100100;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help * {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs {
|
||||
margin: 0 0 25px 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs li {
|
||||
margin: 0;
|
||||
padding-bottom: 14px;
|
||||
padding-inline-start: 4px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs li i {
|
||||
color: #b0b2b3;
|
||||
font-size: 16px;
|
||||
margin-inline-end: 14px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs li a {
|
||||
border-bottom: 1px solid transparent;
|
||||
color: #6a6f76;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs li a:hover {
|
||||
border-bottom: 1px solid #79c2f4;
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-builder-help-docs .viewall {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help .wpforms-btn.wpforms-btn-md {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
min-height: auto;
|
||||
padding: 11px 17px 11px 17px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-logo {
|
||||
height: 50px;
|
||||
inset-inline-start: 20px;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-close {
|
||||
cursor: pointer;
|
||||
font-size: 32px;
|
||||
height: 28px;
|
||||
position: fixed;
|
||||
inset-inline-end: 20px;
|
||||
top: 20px;
|
||||
width: 28px;
|
||||
transition-property: all;
|
||||
transition-duration: 0.05s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-close svg {
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-close svg path {
|
||||
fill: #a7aaad !important;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-close:hover svg path {
|
||||
fill: #6a6f76 !important;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content {
|
||||
background-color: #ffffff;
|
||||
margin: 0 auto 50px auto;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search {
|
||||
background-color: #ffffff;
|
||||
padding: 74px 0 50px 0;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search input {
|
||||
background-image: none;
|
||||
background-position: 22px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 20px;
|
||||
border: 1px solid #a7aaad;
|
||||
border-radius: 25px;
|
||||
color: #3c434a;
|
||||
font-size: 20px;
|
||||
letter-spacing: 0;
|
||||
line-height: 20px;
|
||||
min-height: 48px;
|
||||
padding-block: 10px;
|
||||
padding-inline-end: 10px;
|
||||
padding-inline-start: 54px;
|
||||
text-align: start;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search input:focus {
|
||||
border: 1px solid #036aab;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search input::placeholder {
|
||||
color: #b0b2b3;
|
||||
}
|
||||
|
||||
.rtl #wpforms-builder-help-content #wpforms-builder-help-search input {
|
||||
background-position: calc(100% - 22px) center;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear {
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
inset-inline-start: 22px;
|
||||
opacity: .7;
|
||||
position: absolute;
|
||||
top: 89px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear svg {
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear svg path {
|
||||
fill: #a7aaad !important;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search.wpforms-empty #wpforms-builder-help-search-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content #wpforms-builder-help-search.wpforms-empty input {
|
||||
background-image: url("../../images/search.svg");
|
||||
}
|
||||
|
||||
#wpforms-builder-help-content .wpforms-builder-help-error {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin: 220px 0 100px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-result .wpforms-builder-help-docs, #wpforms-builder-help-no-result .wpforms-builder-help-docs {
|
||||
margin: 0 0 36px 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-result span, #wpforms-builder-help-no-result span {
|
||||
color: #6a6f76;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category {
|
||||
border-top: 1px solid #dcdcde;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category:last-child {
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header:hover span {
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header i.wpforms-folder {
|
||||
color: #a7aaad;
|
||||
font-size: 21px;
|
||||
margin-block: 23px;
|
||||
margin-inline-end: 11px;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header i.wpforms-arrow {
|
||||
color: #c3c4c7;
|
||||
font-size: 24px;
|
||||
margin-inline-start: auto;
|
||||
transition-property: transform;
|
||||
transition-duration: 0.25s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.rtl #wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header i.wpforms-arrow {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header span {
|
||||
color: #3c434a;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category.opened i.wpforms-arrow {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
#wpforms-builder-help-footer {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
margin: 50px 0 0 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-footer .wpforms-builder-help-footer-block {
|
||||
border: 1px solid #dcdcde;
|
||||
border-radius: 6px;
|
||||
box-sizing: border-box;
|
||||
max-width: 325px;
|
||||
padding: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-footer .wpforms-builder-help-footer-block i {
|
||||
color: #a7aaad;
|
||||
font-size: 48px;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-footer .wpforms-builder-help-footer-block h3 {
|
||||
color: #3c434a;
|
||||
font-size: 16px;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
#wpforms-builder-help-footer .wpforms-builder-help-footer-block p {
|
||||
color: #6a6f76;
|
||||
font-size: 14px;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
#wpforms-builder-help {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1023px) {
|
||||
.wpforms-dyk-row {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-fbox {
|
||||
align-content: stretch;
|
||||
align-items: center;
|
||||
background-color: #f1f6fa;
|
||||
border-inline-start: 4px solid #036aab;
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
gap: 10px;
|
||||
justify-content: space-between;
|
||||
opacity: 1;
|
||||
padding-block: 12px;
|
||||
padding-inline-end: 12px;
|
||||
padding-inline-start: 20px;
|
||||
transition-property: all;
|
||||
transition-duration: 0.25s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-fbox.out {
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-message b {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-buttons {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-buttons .learn-more {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-buttons .learn-more:hover {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-dyk .wpforms-dyk-buttons .wpforms-btn-md {
|
||||
font-size: 14px;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice {
|
||||
background: #f0f0f1;
|
||||
border-radius: 3px;
|
||||
margin: 30px 0;
|
||||
padding-block: 18px;
|
||||
padding-inline-end: 100px;
|
||||
padding-inline-start: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 97px;
|
||||
height: 78px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
inset-inline-end: 0;
|
||||
background-image: url("../../images/smtp/pattie-2.svg");
|
||||
background-size: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-title {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-description {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
color: #6a6f76;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-description a {
|
||||
color: #e27730;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-description a:hover {
|
||||
color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-dismiss-button {
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
inset-inline-end: 0;
|
||||
top: 0;
|
||||
padding: 5px;
|
||||
color: #b0b2b3;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-dismiss-button:before {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
.wpforms-smtp-education-notice-dismiss-button:hover {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.wpforms-smtp-education-notice {
|
||||
padding: 18px 20px;
|
||||
}
|
||||
.wpforms-smtp-education-notice::after {
|
||||
margin-top: -18px;
|
||||
position: relative;
|
||||
bottom: -18px;
|
||||
margin-inline-start: auto;
|
||||
inset-inline-end: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-educational-alert.wpforms-calculations {
|
||||
position: relative;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert.wpforms-calculations .wpforms-dismiss-button {
|
||||
position: absolute;
|
||||
inset-inline-end: 1px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert.wpforms-calculations .wpforms-badge-block {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert.wpforms-calculations h3 {
|
||||
font-size: inherit;
|
||||
margin: inherit;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert .wpforms-educational-badge {
|
||||
font-size: 8px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 10px;
|
||||
letter-spacing: 0.4px;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
padding: 5px 7px;
|
||||
border-radius: 3px;
|
||||
background-color: #E5F6E9;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert .wpforms-educational-badge-green {
|
||||
color: #30B450;
|
||||
}
|
||||
|
||||
.wpforms-educational-alert .wpforms-educational-badge + h4 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice {
|
||||
margin: 30px 0 10px 0;
|
||||
align-items: flex-start;
|
||||
padding: 0;
|
||||
background: #FDFAF2;
|
||||
border: 1px solid rgba(0, 0, 0, 0.07);
|
||||
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-message {
|
||||
padding: 20px 20px 20px 50px;
|
||||
background-image: url("../../images/integrations/ai/bulb-orange.svg");
|
||||
background-size: 14px 21px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 20px 22px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-message h3 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 4px;
|
||||
line-height: 21px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-message p {
|
||||
margin: 0;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-message a {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-message a:hover {
|
||||
color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice.wpforms-alert-error {
|
||||
background: #fcf0f1;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice.wpforms-alert-error .wpforms-alert-message {
|
||||
background-image: url("../../images/integrations/ai/bulb-red.svg");
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-buttons {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-buttons button {
|
||||
padding: 0;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-buttons button:before {
|
||||
content: '';
|
||||
background-image: url("../../images/integrations/ai/close.svg");
|
||||
background-size: 12px 12px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-pro-fields-notice .wpforms-alert-buttons button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup {
|
||||
position: fixed;
|
||||
bottom: 16px;
|
||||
inset-inline-end: 16px;
|
||||
width: 280px;
|
||||
height: 258px;
|
||||
padding: 63px 30px 30px 30px;
|
||||
background-color: white;
|
||||
z-index: 100109;
|
||||
text-align: center;
|
||||
box-shadow: 5px 10px 30px -5px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content .icon {
|
||||
position: absolute;
|
||||
top: -26px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content .icon img {
|
||||
width: 64px;
|
||||
height: 69px;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content .close-popup {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
inset-inline-end: 11px;
|
||||
cursor: pointer;
|
||||
transform: scale(1.4);
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content .badge {
|
||||
color: #30b450;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
font-size: 10px;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content h2 {
|
||||
font-weight: 700;
|
||||
font-size: 20px;
|
||||
line-height: 100%;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content p {
|
||||
line-height: 20px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.wpforms-pdf-popup .wpforms-pdf-popup-content button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+624
@@ -0,0 +1,624 @@
|
||||
.wpforms-screen-reader-element,
|
||||
.screen-reader-text {
|
||||
border: 0 !important;
|
||||
clip: rect(0, 0, 0, 0) !important;
|
||||
height: 1px !important;
|
||||
margin: 0 !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
word-wrap: normal !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder #wpadminbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .flatpickr-calendar.open {
|
||||
z-index: 100100;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
|
||||
width: calc(6ch - 14px);
|
||||
}
|
||||
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp,
|
||||
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
justify-items: center;
|
||||
animation: none;
|
||||
background: #ffffff;
|
||||
border-radius: 6px;
|
||||
border-top-style: solid;
|
||||
border-top-width: 4px;
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
|
||||
padding-top: 34px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c,
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane,
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c,
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane,
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c,
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane,
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default {
|
||||
border-top-width: 0;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c .jconfirm-icon-c {
|
||||
font-size: 44px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm {
|
||||
background-color: #e27730;
|
||||
border-color: #e27730;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm:hover {
|
||||
background-color: #cd6622;
|
||||
border-color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red {
|
||||
border-top-color: #d63638 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #d63638 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm {
|
||||
background-color: #d63638;
|
||||
border-color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm:hover {
|
||||
background-color: #b32d2e;
|
||||
border-color: #b32d2e;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange {
|
||||
border-top-color: #e27730 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #e27730 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm {
|
||||
background-color: #e27730;
|
||||
border-color: #e27730;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm:hover {
|
||||
background-color: #cd6622;
|
||||
border-color: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow {
|
||||
border-top-color: #ffb900 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #ffb900 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm {
|
||||
background-color: #ffb900;
|
||||
border-color: #ffb900;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm:hover {
|
||||
background-color: #ffaa00;
|
||||
border-color: #ffaa00;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue {
|
||||
border-top-color: #0399ed !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #0399ed !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm {
|
||||
background-color: #0399ed;
|
||||
border-color: #0399ed;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm:hover {
|
||||
background-color: #036aab;
|
||||
border-color: #036aab;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green {
|
||||
border-top-color: #00a32a !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #00a32a !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm {
|
||||
background-color: #00a32a;
|
||||
border-color: #00a32a;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm:hover {
|
||||
background-color: #008a20;
|
||||
border-color: #008a20;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple {
|
||||
border-top-color: #7a30e2 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
|
||||
color: #7a30e2 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm {
|
||||
background-color: #7a30e2;
|
||||
border-color: #7a30e2;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-purple button.btn-confirm:hover {
|
||||
background-color: #5c24a9;
|
||||
border-color: #5c24a9;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon {
|
||||
color: transparent;
|
||||
font-family: "FontAwesome";
|
||||
height: 14px;
|
||||
opacity: 1;
|
||||
inset-inline-end: 10px;
|
||||
top: 10px;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:after, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:after, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:after {
|
||||
color: #b0b2b3;
|
||||
content: "\f00d";
|
||||
font-size: 16px;
|
||||
inset-inline-start: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:hover:after, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:hover:after, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:hover:after {
|
||||
color: #6a6f76 !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
|
||||
font-size: 47px;
|
||||
margin: 0;
|
||||
-ms-transform: none !important;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
-webkit-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c + .jconfirm-title, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c + .jconfirm-title, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c + .jconfirm-title {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title {
|
||||
color: #3c434a;
|
||||
display: block;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane {
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
|
||||
color: #3c434a;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 0;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content.lite-upgrade p, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content.lite-upgrade p, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content.lite-upgrade p {
|
||||
color: #6a6f76;
|
||||
font-size: 18px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p:last-of-type, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p:last-of-type, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.large, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.large, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.large {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.small, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.small, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.small {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.bold, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.bold, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.bold {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content strong, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content strong, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=text],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=number],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=email],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=url],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=password],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=search],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=tel],
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content textarea,
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content select, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=text],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=number],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=email],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=url],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=password],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=search],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=tel],
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content textarea,
|
||||
.block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content select, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=text],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=number],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=email],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=url],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=password],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=search],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=tel],
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content textarea,
|
||||
.elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content select {
|
||||
margin: 10px 2px;
|
||||
width: calc( 100% - 4px);
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content .error, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content .error, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content .error {
|
||||
color: #d63638;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased {
|
||||
display: block;
|
||||
grid-row: 5;
|
||||
grid-column: 1 / -1;
|
||||
color: #b0b2b3;
|
||||
font-size: 14px;
|
||||
margin-top: 15px;
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .already-purchased:hover {
|
||||
color: #6a6f76;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .discount-note, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .discount-note, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .discount-note {
|
||||
grid-row: 4;
|
||||
grid-column: 1 / -1;
|
||||
margin: 25px 0 0 0;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p {
|
||||
background-color: #fcf9e8;
|
||||
color: #6a6f76;
|
||||
font-size: 16px;
|
||||
margin: 0 -30px;
|
||||
padding: 22px 52px 12px 52px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after {
|
||||
background-color: #ffffff;
|
||||
border-radius: 50%;
|
||||
color: #00a32a;
|
||||
content: "\f058";
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px "FontAwesome";
|
||||
font-size: 26px;
|
||||
margin-inline-end: -18px;
|
||||
padding: 5px 6px;
|
||||
position: absolute;
|
||||
inset-inline-end: 50%;
|
||||
text-rendering: auto;
|
||||
top: -16px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .discount-note span, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .discount-note span, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .discount-note span {
|
||||
color: #00a32a;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .discount-note a, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .discount-note a, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .discount-note a {
|
||||
color: #6a6f76;
|
||||
display: block;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .feature-video, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .feature-video, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .feature-video {
|
||||
margin: 30px 0 0 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .pro-feature-video, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .pro-feature-video, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .pro-feature-video {
|
||||
margin: 15px 0 10px 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box input[type=text]:not(.choices__input), .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box input[type=text]:not(.choices__input), .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box input[type=text]:not(.choices__input) {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box #wpforms-edu-modal-license-key, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box #wpforms-edu-modal-license-key, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box #wpforms-edu-modal-license-key {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button {
|
||||
background: #f6f7f7;
|
||||
border: 1px solid #c3c4c7;
|
||||
border-radius: 4px;
|
||||
color: #6a6f76;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
outline: none;
|
||||
padding: 11px 17px;
|
||||
text-transform: none;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:hover {
|
||||
background: #e8e9e9;
|
||||
border-color: #c3c4c7;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button {
|
||||
min-width: 83px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button[disabled], .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button[disabled], .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button[disabled] {
|
||||
cursor: no-drop;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-confirm, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-confirm, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-confirm {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai {
|
||||
background-color: #faf5fe;
|
||||
border-color: #7a30e2;
|
||||
color: #7a30e2;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:hover, .wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:focus, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:hover, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:focus, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:hover, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai:focus {
|
||||
background-color: #f5e9ff;
|
||||
border-color: #5c24a9;
|
||||
color: #5c24a9;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai::before, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai::before, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-fix-with-ai::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(../../images/integrations/ai/ai-feature.svg);
|
||||
background-size: 16px 16px;
|
||||
margin-inline-end: 8px;
|
||||
opacity: .85;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.hidden + button, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.hidden + button, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.hidden + button {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-block, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-block, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-block {
|
||||
display: block;
|
||||
margin: 0 0 10px 0 !important;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-normal-case, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-normal-case, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-normal-case {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button i, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button i, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button i {
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-providers-account-add-modal .jconfirm-content .description, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-providers-account-add-modal .jconfirm-content .description, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-providers-account-add-modal .jconfirm-content .description {
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-content-pane, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-content-pane, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-content-pane {
|
||||
max-height: calc( 100vh - 333px);
|
||||
transition-property: max-height;
|
||||
transition-duration: 0.25s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-title-c, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-title-c, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .jconfirm-title-c {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-columns, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-columns, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-columns {
|
||||
margin: 30px 0 0 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column {
|
||||
border: 1px solid #c3c4c7;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li {
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
text-align: start;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li:last-child, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li:last-child, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span {
|
||||
margin-inline-start: auto;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span i, .block-editor-page .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span i, .elementor-editor-active .jconfirm .jconfirm-box-container .jconfirm-box.wpforms-builder-keyboard-shortcuts .wpforms-column li span i {
|
||||
background-color: #ebf3fc;
|
||||
border-radius: 4px;
|
||||
color: #036aab;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
line-height: 16px;
|
||||
margin-inline-start: 5px;
|
||||
min-width: 30px;
|
||||
padding: 5px 10px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.jconfirm-wpforms-education .jconfirm-content-pane, .block-editor-page .jconfirm.jconfirm-wpforms-education .jconfirm-content-pane, .elementor-editor-active .jconfirm.jconfirm-wpforms-education .jconfirm-content-pane {
|
||||
height: auto !important;
|
||||
min-height: fit-content;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .choices, .block-editor-page .choices, .elementor-editor-active .choices {
|
||||
font-size: 16px;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .choices input[type=text].choices__input:not(.wpforms-hidden), .block-editor-page .choices input[type=text].choices__input:not(.wpforms-hidden), .elementor-editor-active .choices input[type=text].choices__input:not(.wpforms-hidden) {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .jconfirm-box, .block-editor-page .jconfirm.has-video .jconfirm-box-container .jconfirm-box, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .jconfirm-box {
|
||||
padding-bottom: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .already-purchased, .block-editor-page .jconfirm.has-video .jconfirm-box-container .already-purchased, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .already-purchased {
|
||||
grid-row: 4;
|
||||
grid-column: 1 / 2;
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .already-purchased:hover, .block-editor-page .jconfirm.has-video .jconfirm-box-container .already-purchased:hover, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .already-purchased:hover {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .discount-note, .block-editor-page .jconfirm.has-video .jconfirm-box-container .discount-note, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .discount-note {
|
||||
grid-row: 5;
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .discount-note p, .block-editor-page .jconfirm.has-video .jconfirm-box-container .discount-note p, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .discount-note p {
|
||||
margin: 0 -30px;
|
||||
padding: 20px 52px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .discount-note p:after, .block-editor-page .jconfirm.has-video .jconfirm-box-container .discount-note p:after, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .discount-note p:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .feature-video, .wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .pro-feature-video, .block-editor-page .jconfirm.has-video .jconfirm-box-container .feature-video, .block-editor-page .jconfirm.has-video .jconfirm-box-container .pro-feature-video, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .feature-video, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .pro-feature-video {
|
||||
grid-row: 1 / span 4;
|
||||
grid-column-start: 2;
|
||||
margin-top: 0;
|
||||
margin-inline-start: 15px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .jconfirm-title-c,
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .jconfirm-content-pane,
|
||||
.wpforms_page_wpforms-builder .jconfirm.has-video .jconfirm-box-container .jconfirm-buttons, .block-editor-page .jconfirm.has-video .jconfirm-box-container .jconfirm-title-c,
|
||||
.block-editor-page .jconfirm.has-video .jconfirm-box-container .jconfirm-content-pane,
|
||||
.block-editor-page .jconfirm.has-video .jconfirm-box-container .jconfirm-buttons, .elementor-editor-active .jconfirm.has-video .jconfirm-box-container .jconfirm-title-c,
|
||||
.elementor-editor-active .jconfirm.has-video .jconfirm-box-container .jconfirm-content-pane,
|
||||
.elementor-editor-active .jconfirm.has-video .jconfirm-box-container .jconfirm-buttons {
|
||||
grid-column: 1 / 2;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box, .block-editor-page .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box, .elementor-editor-active .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .pro-feature-video, .block-editor-page .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .pro-feature-video, .elementor-editor-active .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .pro-feature-video {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .block-editor-page .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .jconfirm-buttons, .elementor-editor-active .jconfirm.upgrade-modal .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder.rtl .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon, .block-editor-page.rtl .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon, .elementor-editor-active.rtl .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1023px) {
|
||||
.wpforms_page_wpforms-builder .jconfirm {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .media-modal .edit-attachment,
|
||||
.wpforms_page_wpforms-builder .media-modal .delete-attachment {
|
||||
display: none;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+1527
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,234 @@
|
||||
.mce-content-body.wpforms-content-field-editor-body {
|
||||
font-family: sans-serif;
|
||||
color: #444444;
|
||||
background-color: #ffffff;
|
||||
word-break: break-word;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h1, .mce-content-body.wpforms-content-field-editor-body h2, .mce-content-body.wpforms-content-field-editor-body h3, .mce-content-body.wpforms-content-field-editor-body h4, .mce-content-body.wpforms-content-field-editor-body h5, .mce-content-body.wpforms-content-field-editor-body h6 {
|
||||
margin: 20px 0;
|
||||
padding: 0;
|
||||
clear: unset;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h1:first-child, .mce-content-body.wpforms-content-field-editor-body h2:first-child, .mce-content-body.wpforms-content-field-editor-body h3:first-child, .mce-content-body.wpforms-content-field-editor-body h4:first-child, .mce-content-body.wpforms-content-field-editor-body h5:first-child, .mce-content-body.wpforms-content-field-editor-body h6:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h1 {
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h2 {
|
||||
font-size: 28px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h3 {
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h4 {
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h5 {
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h6 {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body p, .mce-content-body.wpforms-content-field-editor-body blockquote, .mce-content-body.wpforms-content-field-editor-body pre, .mce-content-body.wpforms-content-field-editor-body table {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body li {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body code, .mce-content-body.wpforms-content-field-editor-body pre {
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ins {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body dt {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body dd {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body abbr, .mce-content-body.wpforms-content-field-editor-body acronym {
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ul {
|
||||
list-style: disc outside none !important;
|
||||
padding-inline-start: 29px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ul ul {
|
||||
list-style-type: circle !important;
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ul ul ul {
|
||||
list-style-type: square !important;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ul ol {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ul li {
|
||||
list-style: inherit !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ol {
|
||||
list-style: decimal outside none;
|
||||
padding-inline-start: 29px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ol ol {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ol ul {
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body ol li {
|
||||
list-style: inherit;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body blockquote {
|
||||
border-left: 4px solid rgba(0, 0, 0, 0.15);
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body blockquote:before, .mce-content-body.wpforms-content-field-editor-body blockquote:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body table th, .mce-content-body.wpforms-content-field-editor-body table td {
|
||||
padding: 0.5em;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body sup, .mce-content-body.wpforms-content-field-editor-body sub {
|
||||
font-size: smaller;
|
||||
line-height: calc( 100% + 11px);
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body sub {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body h1, .mce-content-body.wpforms-content-field-editor-body h2, .mce-content-body.wpforms-content-field-editor-body h3, .mce-content-body.wpforms-content-field-editor-body h4, .mce-content-body.wpforms-content-field-editor-body h5, .mce-content-body.wpforms-content-field-editor-body h6 {
|
||||
margin: 10px 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body p {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body img {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .alignleft {
|
||||
float: left;
|
||||
margin: 0 30px 20px 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .alignright {
|
||||
float: right;
|
||||
margin: 0 0 20px 30px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .aligncenter {
|
||||
display: block;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
margin: 0 auto 20px;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .alignnone {
|
||||
display: block;
|
||||
clear: both;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .wp-caption-dt,
|
||||
.mce-content-body.wpforms-content-field-editor-body .wp-caption-dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .wp-caption {
|
||||
position: relative;
|
||||
left: auto;
|
||||
right: auto;
|
||||
transform: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mce-content-body.wpforms-content-field-editor-body .wp-caption .wp-caption-text,
|
||||
.mce-content-body.wpforms-content-field-editor-body .wp-caption .wp-caption-dd {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+906
@@ -0,0 +1,906 @@
|
||||
#wpforms-welcome .challenge {
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
|
||||
margin-bottom: 30px;
|
||||
background: #444 url("../images/challenge/getting-started.png") center right no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
#wpforms-welcome .challenge .block {
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
#wpforms-welcome .challenge h1 {
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
margin: 20px 0 22px;
|
||||
}
|
||||
|
||||
#wpforms-welcome .challenge h6 {
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
text-align: left;
|
||||
color: #cccccc;
|
||||
margin: 0 0 34px;
|
||||
}
|
||||
|
||||
.wpforms-challenge {
|
||||
display: none;
|
||||
position: fixed;
|
||||
inset-inline-end: 20px;
|
||||
bottom: 0;
|
||||
width: 230px;
|
||||
z-index: 100110;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wpforms-challenge p {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
margin: 0 0 15px 0;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.wpforms-challenge b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-challenge.frozen {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wpforms-challenge.wpforms-challenge-start {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
padding: 26px 20px 20px 20px;
|
||||
background-color: white;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
transition: all 0.3s;
|
||||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block .list-block-button {
|
||||
position: absolute;
|
||||
color: #b6b6b6;
|
||||
top: 10px;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-size: 16px 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
opacity: 0.25;
|
||||
transition: 0.3s;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block .list-block-button.toggle-list {
|
||||
display: none;
|
||||
inset-inline-end: 30px;
|
||||
background-image: url(../images/challenge/chevron-circle-down-regular.svg);
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block .list-block-button.challenge-skip, .wpforms-challenge .wpforms-challenge-list-block .list-block-button.challenge-cancel {
|
||||
inset-inline-end: 10px;
|
||||
background-image: url(../images/challenge/times-circle-regular.svg);
|
||||
color: #b6b6b6;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block .list-block-button:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .list-block-button.toggle-list {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .wpforms-challenge-list {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .wpforms-challenge-list li {
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .wpforms-challenge-list .wpforms-challenge-item-completed {
|
||||
opacity: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .wpforms-challenge-list .wpforms-challenge-item-current {
|
||||
opacity: 1;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.closed .wpforms-challenge-list .wpforms-challenge-item-current span:before {
|
||||
opacity: 0;
|
||||
margin-left: -20px;
|
||||
transition: opacity 0s;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.transition-back .wpforms-challenge-list li {
|
||||
transition: opacity 0.1s 0.2s, height 0.3s, margin 0.3s;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.transition-back .wpforms-challenge-list li.wpforms-challenge-completed {
|
||||
transition: opacity 0.1s, height 0.3s, margin 0.3s;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list-block.transition-back .wpforms-challenge-list .wpforms-challenge-item-current span:before {
|
||||
transition: opacity 0.1s 0.2s;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
transition: all 0.3s;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li {
|
||||
transition: opacity 0.1s, height 0.3s, margin 0.3s;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li span:before {
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
content: "\f1db";
|
||||
font-size: 18px;
|
||||
color: #b6b6b6;
|
||||
margin-inline-end: 8px;
|
||||
line-height: 16px;
|
||||
vertical-align: bottom;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-item-current {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-item-current span:before {
|
||||
color: #df7739;
|
||||
content: '\f111';
|
||||
font-size: 17.5px;
|
||||
line-height: 1;
|
||||
text-indent: .5px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-item-completed {
|
||||
font-weight: initial;
|
||||
text-decoration: line-through;
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-item-completed span:before {
|
||||
color: #74ae5e;
|
||||
font-size: 18px;
|
||||
background-color: white;
|
||||
content: "\f058";
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-completed {
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
margin-bottom: 0;
|
||||
transition: opacity 0.1s 0.3s, height 0.3s, margin 0.3s;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li.wpforms-challenge-completed span:before {
|
||||
opacity: 0;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-list li .dashicons-yes {
|
||||
display: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-bar {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-bar div {
|
||||
width: 0;
|
||||
height: 8px;
|
||||
border-radius: 0;
|
||||
background-image: url(../images/challenge/bar-bg.png);
|
||||
background-size: auto 8px;
|
||||
background-repeat: repeat-x;
|
||||
animation: wpforms-challenge-bar-shift 1.5s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes wpforms-challenge-bar-shift {
|
||||
0% {
|
||||
background-position-x: 27px;
|
||||
}
|
||||
100% {
|
||||
background-position-x: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-challenge.paused .wpforms-challenge-bar div, .wpforms-challenge.wpforms-challenge-completed .wpforms-challenge-bar div {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
.wpforms-challenge.wpforms-challenge-completed .wpforms-challenge-block-timer p {
|
||||
color: #6ab255;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wpforms-challenge.wpforms-challenge-completed .wpforms-challenge-block-under-timer .wpforms-challenge-pause,
|
||||
.wpforms-challenge.wpforms-challenge-completed .wpforms-challenge-block-under-timer .wpforms-challenge-resume {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge.wpforms-challenge-completed .wpforms-challenge-block-under-timer .wpforms-challenge-end {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-cancel,
|
||||
.wpforms-challenge .wpforms-challenge-skip {
|
||||
float: right;
|
||||
color: #909090;
|
||||
font-size: 12px;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn {
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn-md {
|
||||
min-height: initial;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
line-height: 15px;
|
||||
padding: 5px 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn-orange {
|
||||
background-color: #df7739;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn-orange:hover {
|
||||
background-color: #d06e2d;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn-grey {
|
||||
background-color: #555555;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-btn-grey:hover {
|
||||
background-color: #777777;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-block-timer {
|
||||
padding: 10px 0;
|
||||
background-color: #222222;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-block-timer img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-block-timer h3 {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-block-timer p {
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
opacity: 0.6;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge .wpforms-challenge-block-under-timer {
|
||||
background-color: #2d2d2d;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
min-height: 24.4px;
|
||||
}
|
||||
|
||||
@keyframes wpforms-challenge-dot-pulse {
|
||||
0% {
|
||||
box-shadow: 0 0 0 0 rgba(223, 119, 57, 0.6);
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
|
||||
}
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px !important;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
border-radius: 50%;
|
||||
background-color: #df7739;
|
||||
animation: wpforms-challenge-dot-pulse 1.5s infinite !important;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step1 {
|
||||
margin: 0;
|
||||
margin-inline-start: 20px;
|
||||
margin-inline-end: 80px;
|
||||
position: absolute;
|
||||
inset-inline-end: 1px;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step2 {
|
||||
margin-left: 10px;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step3 {
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step3.wpforms-challenge-dot-completed {
|
||||
margin-top: 2px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step4 {
|
||||
margin-left: 24px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-step5 {
|
||||
margin: 3px 10px;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-next {
|
||||
background-color: #3178a0;
|
||||
box-shadow: 0 0 0 6px #eeeeee;
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-completed {
|
||||
background-color: #ffffff;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
box-shadow: none;
|
||||
position: relative;
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-completed.wpforms-challenge-dot-step1 {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
span.wpforms-challenge-dot.wpforms-challenge-dot-completed:before {
|
||||
color: #74ae5e;
|
||||
font-size: 18px;
|
||||
line-height: 16px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background-color: #ffffff;
|
||||
content: "\f058";
|
||||
font-family: FontAwesome;
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.wp-editor-tools span.wpforms-challenge-dot.wpforms-challenge-dot-step5 {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltips {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-container {
|
||||
display: none;
|
||||
background-color: rgba(112, 128, 144, 0.6);
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100100;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
transition: all .25s ease-out;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-width: 600px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
background-color: white;
|
||||
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-congrats {
|
||||
background: #ffffff url("../images/challenge/confetti.svg") repeat center;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-header {
|
||||
width: 100%;
|
||||
height: 212px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-header-contact {
|
||||
background: #eeeeee url("../images/challenge/popup-contact.png") no-repeat center;
|
||||
background-size: auto 57%;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer {
|
||||
padding: 40px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer h3 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: #2c3338;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer h3 img {
|
||||
vertical-align: -4px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer p {
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer a.wpforms-challenge-popup-btn {
|
||||
margin-left: 0 !important;
|
||||
background: #2271b1;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-footer a.wpforms-challenge-popup-btn:hover {
|
||||
background: #215d8f;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content {
|
||||
padding: 40px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content h3 {
|
||||
color: #df7739;
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content h3 img {
|
||||
vertical-align: -6px;
|
||||
margin-left: 6px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content p {
|
||||
font-size: 16px;
|
||||
margin: 0 0 20px;
|
||||
color: #444444;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content .wpforms-challenge-contact-message {
|
||||
box-shadow: none;
|
||||
resize: none;
|
||||
margin-bottom: 21px;
|
||||
width: 100%;
|
||||
min-height: 175px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content label {
|
||||
font-size: 13.8px;
|
||||
display: block;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content input[type=checkbox] {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content .rating-stars {
|
||||
color: #fdb72c;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content select, .wpforms-challenge-popup-content input[type=text] {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #d6d6d6;
|
||||
padding: 8px 12px;
|
||||
width: 320px;
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
color: #777777;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup-content select:focus, .wpforms-challenge-popup-content input[type=text]:focus {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-close {
|
||||
display: block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-size: 24px;
|
||||
line-height: 1;
|
||||
color: #a7aaad;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 10px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-close:hover {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn {
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
box-shadow: none;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 19px;
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
background-color: #df7739;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn:hover {
|
||||
background-color: #b85a1b;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn .dashicons-external {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn:last-child {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn.wpforms-challenge-popup-contact-btn {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn.wpforms-challenge-popup-rate-btn {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-btn:disabled:hover {
|
||||
background-color: #df7739;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-flex {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-challenge-popup-flex * {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup.wpforms-challenge-popup-plain {
|
||||
border-radius: 6px;
|
||||
max-width: 550px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup.wpforms-challenge-popup-plain .wpforms-challenge-popup-content {
|
||||
padding: 60px 50px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup.wpforms-challenge-popup-plain h3 {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
letter-spacing: 0;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup.wpforms-challenge-popup-plain p {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0;
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.wpforms-challenge-popup .wpforms-admin-popup-content {
|
||||
padding: 60px 50px;
|
||||
}
|
||||
|
||||
@media all and (max-height: 900px) {
|
||||
#wpforms-challenge-contact-popup {
|
||||
margin: 50px 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip {
|
||||
z-index: 100099 !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-box {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-box {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box {
|
||||
max-width: 260px;
|
||||
background: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content {
|
||||
color: #444444;
|
||||
padding: 16px 20px 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content div *:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content h3 {
|
||||
font-size: 16px;
|
||||
letter-spacing: 0;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
color: #23282c;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content p {
|
||||
font-size: 14px;
|
||||
letter-spacing: 0;
|
||||
line-height: 18px;
|
||||
margin: 10px 0 0;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .tooltipster-content a {
|
||||
color: #1d7bac;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .wpforms-challenge-done-btn {
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
box-shadow: none;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0;
|
||||
padding: 7px 18px;
|
||||
border: none;
|
||||
background-color: #df7739;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
margin: 15px auto 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .wpforms-challenge-done-btn:hover {
|
||||
background-color: #b85a1b;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .wpforms-challenge-done-btn:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base .tooltipster-box .wpforms-challenge-done-btn:disabled:hover {
|
||||
background-color: #df7739;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip .tooltipster-arrow-border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
|
||||
border-top-color: white;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
|
||||
border-right-color: white;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
|
||||
border-left-color: white;
|
||||
}
|
||||
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip.wpforms-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-builder-help-open .wpforms-challenge-frozen-tooltip.tooltipster-fade.tooltipster-show,
|
||||
.wpforms-builder-help-open .wpforms-challenge-tooltip.tooltipster-fade.tooltipster-show {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.wpforms-ai-form-generator-active .wpforms-challenge-tooltip.tooltipster-fade.tooltipster-show {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.wpforms-challenge-frozen-tooltip.tooltipster-fade.tooltipster-show {
|
||||
opacity: 1;
|
||||
transition: opacity .5s ease-in-out;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1023px) {
|
||||
.wpforms-challenge-tooltip.tooltipster-sidetip, .wpforms-challenge {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.block-editor-page .edit-post-layout .components-notice-list > div {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-challenge-dot-step5 {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
left: 20px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-challenge-tooltip.wpforms-challenge-tooltip-step5 {
|
||||
width: 260px !important;
|
||||
z-index: 1000002 !important;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-challenge-tooltip.wpforms-challenge-tooltip-step5.wpforms-challenge-tooltip-step5-hide {
|
||||
z-index: -1 !important;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-challenge-tooltip.wpforms-challenge-tooltip-step5 .tooltipster-box {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-challenge-tooltip.wpforms-challenge-tooltip-step5 .wpforms-challenge-tooltips-red-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 15px;
|
||||
height: 42px;
|
||||
top: -65px;
|
||||
left: 145px;
|
||||
background-image: url(../images/challenge/red-arrow.svg);
|
||||
background-size: 15px 42px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
|
||||
padding-left: 125px;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .wpforms-challenge-dot-step5 {
|
||||
left: 75px;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .wpforms-challenge-tooltip .wpforms-challenge-tooltips-red-arrow {
|
||||
left: 105px;
|
||||
}
|
||||
|
||||
#wpforms-builder .wpforms-setup-title.core {
|
||||
display: inline-block;
|
||||
padding-right: 15px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .wpforms-challenge {
|
||||
z-index: 100099;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .wpforms-challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.wpforms-invisible {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.wpforms-challenge,
|
||||
.wpforms-challenge *,
|
||||
.wpforms-challenge-dot,
|
||||
.wpforms-challenge-dot *,
|
||||
.wpforms-challenge-tooltips,
|
||||
.wpforms-challenge-tooltips *,
|
||||
.wpforms-challenge-tooltip,
|
||||
.wpforms-challenge-tooltip *,
|
||||
.wpforms-challenge-popup-container,
|
||||
.wpforms-challenge-popup-container *,
|
||||
#wpforms-welcome .challenge {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+490
@@ -0,0 +1,490 @@
|
||||
div.wpforms-container .wpforms-form .choices {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::-moz-placeholder {
|
||||
color: #999999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner,
|
||||
div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
|
||||
background-color: #bbbbbb;
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input {
|
||||
display: block;
|
||||
width: calc(100% - 20px) !important;
|
||||
margin: 10px !important;
|
||||
padding: 7px 12px !important;
|
||||
box-sizing: border-box !important;
|
||||
border: 1px solid #8c8f94 !important;
|
||||
border-radius: 4px !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
|
||||
border: 1px solid #056aab !important;
|
||||
box-shadow: 0 0 0 1px #056aab !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url("../images/cross-inverse.svg");
|
||||
padding: 0;
|
||||
background-size: 8px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
inset-inline-end: 0;
|
||||
margin-top: -10px;
|
||||
margin-inline-end: 25px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10em;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #036aab;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -2.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
|
||||
padding: 0 4px !important;
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -1.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner,
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-inline-start: 5px;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
background-image: url("../images/cross.svg");
|
||||
background-size: 12px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
line-height: 1;
|
||||
opacity: .75;
|
||||
border-radius: 0;
|
||||
inset-inline-end: 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:focus,
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover,
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__inner {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 4px 6px 0;
|
||||
border: 1px solid #8c8f94;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
width: 100%;
|
||||
padding: 0 16px 0 4px;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-inline-end: 20px;
|
||||
white-space: nowrap;
|
||||
color: #2c3338;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value=''] {
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple {
|
||||
display: inline;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
border-radius: 2px;
|
||||
padding-block: 4px;
|
||||
padding-inline: 7px 20px;
|
||||
font-size: .75em;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
margin: 0 6px 4px 0;
|
||||
background-color: #036aab;
|
||||
border: 1px solid #036aab;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100% - 10px);
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #036aab;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #bbbbbb;
|
||||
border: 1px solid #bbbbbb;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
display: none;
|
||||
z-index: 101;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #8c8f94;
|
||||
top: 100%;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown.is-active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
padding: 10px;
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .is-flipped .choices__list--dropdown {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__heading {
|
||||
font-weight: 600;
|
||||
font-size: .75em;
|
||||
text-transform: uppercase;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #b4b6b9;
|
||||
border-bottom: 1px solid #b4b6b9;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
|
||||
.choices__group[data-value="hidden"] > div.wpforms-container .wpforms-form .choices__heading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__button {
|
||||
text-indent: -9999px;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input {
|
||||
display: inline-block;
|
||||
background-color: transparent;
|
||||
margin: 0 0 2px 0 !important;
|
||||
border: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
min-height: 20px !important;
|
||||
padding: 2px 4px !important;
|
||||
height: auto !important;
|
||||
min-width: 1ch;
|
||||
width: 1ch;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input--hidden {
|
||||
clip: rect(1px, 1px, 1px, 1px) !important;
|
||||
clip-path: inset(50%) !important;
|
||||
height: 1px !important;
|
||||
margin: -1px !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
min-width: auto !important;
|
||||
word-wrap: normal !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices .choices__inner input.choices__input:focus {
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__placeholder {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"]:after {
|
||||
border: none;
|
||||
background: #ffffff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
|
||||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 13px;
|
||||
right: 8px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"].is-flipped:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="text"] .choices__button {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::placeholder,
|
||||
div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 4px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--single {
|
||||
padding-right: 4px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
margin-right: 0;
|
||||
margin-left: 3.75px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__input {
|
||||
padding-right: 2px !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, body.rtl div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
margin-inline-end: 0;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,651 @@
|
||||
.wpforms-links {
|
||||
display: flex;
|
||||
padding: 13px;
|
||||
padding-top: 45px;
|
||||
align-items: center;
|
||||
gap: 18px;
|
||||
border-top: 1px solid #e8e9e9;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link {
|
||||
text-decoration: none;
|
||||
color: #6a6f76;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link svg {
|
||||
width: auto;
|
||||
fill: #6a6f76;
|
||||
transition: fill 0.05s ease-in-out;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link-whats-new svg {
|
||||
height: 17px;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link:hover {
|
||||
color: #2c3338;
|
||||
}
|
||||
|
||||
.wpforms-links .wpforms-link:hover svg {
|
||||
fill: #2c3338;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-links {
|
||||
padding-top: 13px;
|
||||
}
|
||||
|
||||
#wpforms_reports_widget_lite .inside,
|
||||
#wpforms_reports_widget_pro .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wpforms_reports_widget_lite .wpforms-dash-widget-block h3,
|
||||
#wpforms_reports_widget_pro .wpforms-dash-widget-block h3 {
|
||||
margin-bottom: 0;
|
||||
font-weight: 600;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block {
|
||||
position: relative;
|
||||
padding: 0 12px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child .wpforms-dash-widget-settings {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block.wpforms-dash-widget-block-title {
|
||||
background-color: #fafafa;
|
||||
margin-top: 0;
|
||||
margin-bottom: -13px;
|
||||
padding-top: 13px;
|
||||
padding-bottom: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block h3 {
|
||||
display: inline-block;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-chart-block-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget #wpforms-dash-widget-chart-title {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#dashboard-widgets-wrap .wpforms-dash-widget #wpforms-dash-widget-chart-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings #wpforms-dash-widget-timespan {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings #wpforms-dash-widget-timespan:hover {
|
||||
color: #2271b1;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container {
|
||||
margin-left: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button {
|
||||
background: #fafafa;
|
||||
color: #787c82;
|
||||
border-color: currentColor;
|
||||
padding: 0 5px 0 6px;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button:hover, .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button:focus {
|
||||
color: #2271b1;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button .dashicons {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button .dashicons {
|
||||
margin-top: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||||
top: auto;
|
||||
bottom: 40px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
width: 160px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
|
||||
padding: 10px;
|
||||
z-index: 9999;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu.disabled * {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu, .postbox:first-child .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||||
top: 40px;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap {
|
||||
border-bottom: 1px solid #eee;
|
||||
line-height: 2.4;
|
||||
font-size: 13px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap h4 {
|
||||
text-transform: uppercase !important;
|
||||
color: #3c434a !important;
|
||||
font-size: 11px !important;
|
||||
font-weight: 600 !important;
|
||||
line-height: 13px !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap.color-scheme h4 {
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap div {
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-chart-block {
|
||||
border-bottom: 1px solid #eee;
|
||||
height: 291px;
|
||||
padding-bottom: 12px;
|
||||
padding-inline-end: 14px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table {
|
||||
width: calc(100% + 24px);
|
||||
margin: 0 -12px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td .wpforms-dash-widget-single-chart-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td #wpforms-dash-widget-reset-chart {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td:nth-child(1) {
|
||||
border-left: 3px solid #2271b1;
|
||||
font-weight: 600;
|
||||
padding-left: 9px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td {
|
||||
padding: 10px 12px;
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #eee;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td:not(:first-child) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td a.entry-list-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td a.entry-list-link:hover {
|
||||
color: #003d7e;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-list-hidden-el {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more {
|
||||
background: #fff;
|
||||
display: block;
|
||||
margin: 0 -12px;
|
||||
padding: 9px 10px;
|
||||
line-height: 1.6;
|
||||
border: none;
|
||||
border-top: 1px solid #eee;
|
||||
width: calc(100% + 24px);
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
color: #23282c;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more:hover {
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more:hover .dashicons {
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more .dashicons {
|
||||
float: right;
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
border-top: 1px solid #f3f3f3;
|
||||
color: #787c82;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block strong {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .sep {
|
||||
display: inline-block;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .sep-vertical {
|
||||
color: #dddde0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .action-links {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-dismiss-icon {
|
||||
border: 0;
|
||||
color: #8c8f94;
|
||||
opacity: 0.3;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-dismiss-icon:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-dismiss-icon .dashicons {
|
||||
font-size: 16px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error-no-data-chart {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||||
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal {
|
||||
position: absolute;
|
||||
top: calc(50% - 2em);
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 1.5em 2em 2em 2em;
|
||||
box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.08);
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal h2 {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal p {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-error-no-data-forms-list {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms {
|
||||
padding: 20px 30px 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms .wpforms-dash-widget-block-sullie-logo {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms h2 {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
padding: 10px 0 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms p {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms a.button:first-of-type:not(:only-of-type) {
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget .wpforms-dash-widget-modal {
|
||||
position: absolute;
|
||||
top: calc(50% - 2em);
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 1.5em 2em 2em 2em;
|
||||
box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.08);
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||||
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal .wpforms-dash-widget-dismiss-chart-upgrade {
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 17px;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
color: #a0a5aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal .wpforms-dash-widget-dismiss-chart-upgrade .dashicons {
|
||||
width: 16px;
|
||||
height: 17px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal h2 {
|
||||
margin-bottom: 10px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal p {
|
||||
margin: 0 0 15px 0;
|
||||
color: #787c82;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn {
|
||||
background: #e27730;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
padding: 11px 15px;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:hover, .wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:focus {
|
||||
background-color: #b85a1b;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:focus {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b85a1b;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-site-link {
|
||||
color: #e27730;
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-site-link:hover {
|
||||
color: #b85a1b;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-forms-list-block table td {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart {
|
||||
border: 0;
|
||||
color: #a0a5aa;
|
||||
vertical-align: baseline;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart:hover {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart .dashicons {
|
||||
font-size: 16px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table td.graph {
|
||||
padding: 10px 0;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button {
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
width: 33px;
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
margin: 0 12px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button.chart {
|
||||
background-color: white;
|
||||
color: #a7acb1;
|
||||
border: 1px solid #a0a5aa;
|
||||
border-radius: 3px;
|
||||
transition: border .1s ease-in;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button.chart:hover {
|
||||
border: 1px solid currentColor;
|
||||
color: #2271b1;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button:hover {
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-overlay {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff url(/wp-includes/images/spinner.gif) no-repeat center calc(50% - 12px);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
height: 300px;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||||
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-dash-widget-modal {
|
||||
border-radius: 6px;
|
||||
padding: 30px;
|
||||
min-width: calc( 100% - 200px);
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect h4 {
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect p {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
color: #787c82;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-btn {
|
||||
background: #e27730;
|
||||
border-radius: 3px;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
text-decoration: none;
|
||||
padding: 10px 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-btn:hover {
|
||||
background: #cd6622;
|
||||
}
|
||||
|
||||
.wpforms-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wpforms-dash-widget-no-graph.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||||
top: 40px;
|
||||
bottom: auto;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,837 @@
|
||||
body,
|
||||
.body {
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
min-width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
img {
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
table,
|
||||
tr,
|
||||
td {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ReadMsgBody,
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
td {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
#outlook a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
body, table, td, p, a, li, blockquote {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td,
|
||||
th,
|
||||
a {
|
||||
color: #333333;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #444444;
|
||||
word-wrap: normal;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
margin: 0 0 7px 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.3;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
h1.normal,
|
||||
h2.normal,
|
||||
h3.normal,
|
||||
h4.normal,
|
||||
h5.normal,
|
||||
h6.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
p,
|
||||
td,
|
||||
th {
|
||||
font-size: 14px;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 7px 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
p.large, p.text-large {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p.bold, p.text-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p a {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
center {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #904811;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h1 a:visited,
|
||||
h2 a,
|
||||
h2 a:visited,
|
||||
h3 a,
|
||||
h3 a:visited,
|
||||
h4 a,
|
||||
h4 a:visited,
|
||||
h5 a,
|
||||
h5 a:visited,
|
||||
h6 a,
|
||||
h6 a:visited {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
table.text-center,
|
||||
th.text-center,
|
||||
td.text-center,
|
||||
h1.text-center,
|
||||
h2.text-center,
|
||||
h3.text-center,
|
||||
h4.text-center,
|
||||
h5.text-center,
|
||||
h6.text-center,
|
||||
p.text-center,
|
||||
span.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.text-left,
|
||||
th.text-left,
|
||||
td.text-left,
|
||||
h1.text-left,
|
||||
h2.text-left,
|
||||
h3.text-left,
|
||||
h4.text-left,
|
||||
h5.text-left,
|
||||
h6.text-left,
|
||||
p.text-left,
|
||||
span.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.text-right,
|
||||
th.text-right,
|
||||
td.text-right,
|
||||
h1.text-right,
|
||||
h2.text-right,
|
||||
h3.text-right,
|
||||
h4.text-right,
|
||||
h5.text-right,
|
||||
h6.text-right,
|
||||
p.text-right,
|
||||
span.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.primary,
|
||||
th.primary,
|
||||
td.primary,
|
||||
h1.primary,
|
||||
h2.primary,
|
||||
h3.primary,
|
||||
h4.primary,
|
||||
h5.primary,
|
||||
h6.primary,
|
||||
p.primary,
|
||||
span.primary {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
table.orange,
|
||||
th.orange,
|
||||
td.orange,
|
||||
h1.orange,
|
||||
h2.orange,
|
||||
h3.orange,
|
||||
h4.orange,
|
||||
h5.orange,
|
||||
h6.orange,
|
||||
p.orange,
|
||||
span.orange {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.blue,
|
||||
th.blue,
|
||||
td.blue,
|
||||
h1.blue,
|
||||
h2.blue,
|
||||
h3.blue,
|
||||
h4.blue,
|
||||
h5.blue,
|
||||
h6.blue,
|
||||
p.blue,
|
||||
span.blue {
|
||||
color: #509fe2;
|
||||
}
|
||||
|
||||
span.text-center {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0 0 7px 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol li,
|
||||
ul li {
|
||||
list-style-type: decimal;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Helper class for breaking long URLs. */
|
||||
.break-all {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
.break-all > a {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
/* Base */
|
||||
.body,
|
||||
body {
|
||||
background-color: #e9eaec;
|
||||
text-align: center;
|
||||
padding: 0 25px 0 25px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.header .header-image {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.header img {
|
||||
display: inline-block !important;
|
||||
max-height: 180px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-wrapper.dark-mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
/* Helper class for inline elements. */
|
||||
}
|
||||
|
||||
.content a, .content p, .content pre {
|
||||
-ms-word-break: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.content pre {
|
||||
white-space: initial;
|
||||
}
|
||||
|
||||
.content .inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.content .smart-tag table:not(.wpforms-order-summary-preview) {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content .smart-tag table:not(.wpforms-order-summary-preview) td, .content .smart-tag table:not(.wpforms-order-summary-preview) th {
|
||||
border: 1px solid currentColor;
|
||||
padding: 5px !important;
|
||||
}
|
||||
|
||||
.content td > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #999999;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.button-link {
|
||||
border-radius: 3px;
|
||||
padding: 7px 15px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.field-signature td.field-value {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.field-rating td.field-value {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
tr:not(.smart-tag) > .field-value span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Repeater & Layout */
|
||||
.field-repeater-name,
|
||||
.field-layout-name {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
/* File Upload */
|
||||
.field-file-upload .field-value .file-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Camera */
|
||||
.field-camera .field-value .file-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* RichText, Content */
|
||||
.field-richtext .field-value:only-child, .field-content .field-value:only-child {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.field-richtext p .alignleft,
|
||||
.field-richtext li .alignleft, .field-content p .alignleft,
|
||||
.field-content li .alignleft {
|
||||
float: left;
|
||||
margin-right: 16px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.field-richtext p .aligncenter,
|
||||
.field-richtext li .aligncenter, .field-content p .aligncenter,
|
||||
.field-content li .aligncenter {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.field-richtext p .alignright,
|
||||
.field-richtext li .alignright, .field-content p .alignright,
|
||||
.field-content li .alignright {
|
||||
float: right;
|
||||
margin-left: 16px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.field-richtext table, .field-content table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.field-richtext table td, .field-richtext table th, .field-content table td, .field-content table th {
|
||||
border: 1px solid currentColor;
|
||||
padding: 5px !important;
|
||||
}
|
||||
|
||||
.field-rating .field-value {
|
||||
line-height: 1.3 !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container,
|
||||
.smart-tag .wpforms-order-summary-container {
|
||||
display: block;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container *,
|
||||
.smart-tag .wpforms-order-summary-container * {
|
||||
word-break: break-word;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
|
||||
width: 8ch;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
|
||||
width: 4ch;
|
||||
}
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
|
||||
display: inline;
|
||||
}
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
width: 6ch;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview,
|
||||
.smart-tag table.wpforms-order-summary-preview {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #e2e2e2;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th {
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td, .field-payment-total table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th {
|
||||
padding: 9px 0;
|
||||
line-height: 20px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-wrap: balance;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
padding-right: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
padding-left: 10px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
padding-right: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container,
|
||||
.smart-tag .wpforms-order-summary-container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview caption,
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-placeholder-hidden,
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview caption,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-placeholder-hidden,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-item-quantity-label-short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price {
|
||||
color: #d63638 !important;
|
||||
}
|
||||
|
||||
/* Base */
|
||||
.body-inner {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 660px;
|
||||
}
|
||||
|
||||
.wrapper-inner {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
padding: 25px 30px 50px 30px;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
padding: 0 0 50px 0;
|
||||
}
|
||||
|
||||
.header .header-image {
|
||||
/* This is needed to center the logo in Outlook. */
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td:not(.header),
|
||||
th,
|
||||
a {
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.content .field-name {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
.content .field-value {
|
||||
padding-bottom: 25px;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.content .field-name.field-value {
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table > td {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-blocks .wpforms-layout-table-row td.field-value, .wpforms-layout-table-display-columns .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:not(.wpforms-first-row) td.field-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:last-child .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-blocks .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value, .wpforms-layout-table-display-columns .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-payment-total, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-payment-total {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-order-summary-preview, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-order-summary-preview {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-payment-total {
|
||||
display: none !important;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,884 @@
|
||||
body,
|
||||
.body {
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
min-width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
img {
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
table,
|
||||
tr,
|
||||
td {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ReadMsgBody,
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
td {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
#outlook a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
body, table, td, p, a, li, blockquote {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td,
|
||||
th,
|
||||
a {
|
||||
color: #333333;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #444444;
|
||||
word-wrap: normal;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
margin: 0 0 15px 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.3;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
h1.normal,
|
||||
h2.normal,
|
||||
h3.normal,
|
||||
h4.normal,
|
||||
h5.normal,
|
||||
h6.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
p,
|
||||
td,
|
||||
th {
|
||||
font-size: 15px;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 15px 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
p.large, p.text-large {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p.bold, p.text-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p a {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
center {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #904811;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h1 a:visited,
|
||||
h2 a,
|
||||
h2 a:visited,
|
||||
h3 a,
|
||||
h3 a:visited,
|
||||
h4 a,
|
||||
h4 a:visited,
|
||||
h5 a,
|
||||
h5 a:visited,
|
||||
h6 a,
|
||||
h6 a:visited {
|
||||
color: #e57722;
|
||||
}
|
||||
|
||||
table.text-center,
|
||||
th.text-center,
|
||||
td.text-center,
|
||||
h1.text-center,
|
||||
h2.text-center,
|
||||
h3.text-center,
|
||||
h4.text-center,
|
||||
h5.text-center,
|
||||
h6.text-center,
|
||||
p.text-center,
|
||||
span.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.text-left,
|
||||
th.text-left,
|
||||
td.text-left,
|
||||
h1.text-left,
|
||||
h2.text-left,
|
||||
h3.text-left,
|
||||
h4.text-left,
|
||||
h5.text-left,
|
||||
h6.text-left,
|
||||
p.text-left,
|
||||
span.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.text-right,
|
||||
th.text-right,
|
||||
td.text-right,
|
||||
h1.text-right,
|
||||
h2.text-right,
|
||||
h3.text-right,
|
||||
h4.text-right,
|
||||
h5.text-right,
|
||||
h6.text-right,
|
||||
p.text-right,
|
||||
span.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.primary,
|
||||
th.primary,
|
||||
td.primary,
|
||||
h1.primary,
|
||||
h2.primary,
|
||||
h3.primary,
|
||||
h4.primary,
|
||||
h5.primary,
|
||||
h6.primary,
|
||||
p.primary,
|
||||
span.primary {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
table.orange,
|
||||
th.orange,
|
||||
td.orange,
|
||||
h1.orange,
|
||||
h2.orange,
|
||||
h3.orange,
|
||||
h4.orange,
|
||||
h5.orange,
|
||||
h6.orange,
|
||||
p.orange,
|
||||
span.orange {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.blue,
|
||||
th.blue,
|
||||
td.blue,
|
||||
h1.blue,
|
||||
h2.blue,
|
||||
h3.blue,
|
||||
h4.blue,
|
||||
h5.blue,
|
||||
h6.blue,
|
||||
p.blue,
|
||||
span.blue {
|
||||
color: #509fe2;
|
||||
}
|
||||
|
||||
span.text-center {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0 0 15px 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol li,
|
||||
ul li {
|
||||
list-style-type: decimal;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Helper class for breaking long URLs. */
|
||||
.break-all {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
.break-all > a {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
/* Base */
|
||||
.body,
|
||||
body {
|
||||
background-color: #e9eaec;
|
||||
text-align: center;
|
||||
padding: 0 25px 0 25px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.header .header-image {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.header img {
|
||||
display: inline-block !important;
|
||||
max-height: 180px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-wrapper.dark-mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
/* Helper class for inline elements. */
|
||||
}
|
||||
|
||||
.content a, .content p, .content pre {
|
||||
-ms-word-break: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.content pre {
|
||||
white-space: initial;
|
||||
}
|
||||
|
||||
.content .inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.content .smart-tag table:not(.wpforms-order-summary-preview) {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content .smart-tag table:not(.wpforms-order-summary-preview) td, .content .smart-tag table:not(.wpforms-order-summary-preview) th {
|
||||
border: 1px solid currentColor;
|
||||
padding: 5px !important;
|
||||
}
|
||||
|
||||
.content td > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #999999;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.button-link {
|
||||
border-radius: 3px;
|
||||
padding: 7px 15px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.field-signature td.field-value {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.field-rating td.field-value {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
tr:not(.smart-tag) > .field-value span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Repeater & Layout */
|
||||
.field-repeater-name,
|
||||
.field-layout-name {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
/* File Upload */
|
||||
.field-file-upload .field-value .file-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Camera */
|
||||
.field-camera .field-value .file-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* RichText, Content */
|
||||
.field-richtext .field-value:only-child, .field-content .field-value:only-child {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.field-richtext p .alignleft,
|
||||
.field-richtext li .alignleft, .field-content p .alignleft,
|
||||
.field-content li .alignleft {
|
||||
float: left;
|
||||
margin-right: 16px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.field-richtext p .aligncenter,
|
||||
.field-richtext li .aligncenter, .field-content p .aligncenter,
|
||||
.field-content li .aligncenter {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.field-richtext p .alignright,
|
||||
.field-richtext li .alignright, .field-content p .alignright,
|
||||
.field-content li .alignright {
|
||||
float: right;
|
||||
margin-left: 16px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.field-richtext table, .field-content table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.field-richtext table td, .field-richtext table th, .field-content table td, .field-content table th {
|
||||
border: 1px solid currentColor;
|
||||
padding: 5px !important;
|
||||
}
|
||||
|
||||
.field-rating .field-value {
|
||||
line-height: 1.3 !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container,
|
||||
.smart-tag .wpforms-order-summary-container {
|
||||
display: block;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container *,
|
||||
.smart-tag .wpforms-order-summary-container * {
|
||||
word-break: break-word;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
|
||||
width: 8ch;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
|
||||
width: 4ch;
|
||||
}
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
|
||||
display: inline;
|
||||
}
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
width: 6ch;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td, .rtl
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview,
|
||||
.smart-tag table.wpforms-order-summary-preview {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #e2e2e2;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th {
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td, .field-payment-total table.wpforms-order-summary-preview tr th,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th {
|
||||
padding: 9px 0;
|
||||
line-height: 20px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
text-wrap: balance;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
|
||||
padding-right: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl .field-payment-total table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
|
||||
padding-left: 10px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.rtl .field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td, .rtl
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
|
||||
padding-right: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
|
||||
.field-payment-total table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
|
||||
.smart-tag table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container,
|
||||
.smart-tag .wpforms-order-summary-container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview caption,
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-placeholder-hidden,
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-item-quantity-label-short,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview caption,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-placeholder-hidden,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview .wpforms-order-summary-item-quantity-label-short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,
|
||||
.smart-tag .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price {
|
||||
color: #d63638 !important;
|
||||
}
|
||||
|
||||
/* Base */
|
||||
.body-inner {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.wrapper-inner {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
padding: 5px 30px 30px 30px;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
padding: 0 0 25px 0;
|
||||
}
|
||||
|
||||
.header .header-image {
|
||||
/* This is needed to center the logo in Outlook. */
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td:not(.header),
|
||||
th,
|
||||
a {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.content td {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.content a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.content .field-name {
|
||||
min-width: 113px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.is-rtl .content .field-name {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.content .field-name:not(.field-value) {
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.content .field-value {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.content .field-name.field-value {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-rows ~ tr td {
|
||||
border-bottom: none;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-rows ~ tr td.field-name {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-rows + tr td {
|
||||
border-top: 1px solid #d9d9d9;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-rows + tr td.field-name {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-blocks ~ tr td {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row-display-blocks ~ tr td.field-name {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row ~ tr td.field-repeater-name {
|
||||
opacity: 1;
|
||||
padding-top: 25px;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.content .wpforms-layout-table-row ~ tr td.field-repeater-name + td {
|
||||
border-top: 1px solid #d9d9d9;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-order-summary-container table.wpforms-order-summary-preview {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:not(.wpforms-first-row) td.field-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:last-child .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-blocks .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value, .wpforms-layout-table-display-columns .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-payment-total, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-payment-total {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-order-summary-preview, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-order-summary-preview {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-payment-total {
|
||||
display: none !important;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+617
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,650 @@
|
||||
body,
|
||||
.body {
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
min-width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
img {
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
table,
|
||||
tr,
|
||||
td {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ReadMsgBody,
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
td {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
#outlook a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
body, table, td, p, a, li, blockquote {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td,
|
||||
th,
|
||||
a {
|
||||
color: #444444;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #444444;
|
||||
word-wrap: normal;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
margin: 0 0 15px 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.3;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
h1.normal,
|
||||
h2.normal,
|
||||
h3.normal,
|
||||
h4.normal,
|
||||
h5.normal,
|
||||
h6.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
p,
|
||||
td,
|
||||
th {
|
||||
font-size: 14px;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 15px 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
p.large, p.text-large {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p.bold, p.text-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p a {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
center {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1c75a6;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #1c75a6;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #0d374f;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h1 a:visited,
|
||||
h2 a,
|
||||
h2 a:visited,
|
||||
h3 a,
|
||||
h3 a:visited,
|
||||
h4 a,
|
||||
h4 a:visited,
|
||||
h5 a,
|
||||
h5 a:visited,
|
||||
h6 a,
|
||||
h6 a:visited {
|
||||
color: #1c75a6;
|
||||
}
|
||||
|
||||
table.text-center,
|
||||
th.text-center,
|
||||
td.text-center,
|
||||
h1.text-center,
|
||||
h2.text-center,
|
||||
h3.text-center,
|
||||
h4.text-center,
|
||||
h5.text-center,
|
||||
h6.text-center,
|
||||
p.text-center,
|
||||
span.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.text-left,
|
||||
th.text-left,
|
||||
td.text-left,
|
||||
h1.text-left,
|
||||
h2.text-left,
|
||||
h3.text-left,
|
||||
h4.text-left,
|
||||
h5.text-left,
|
||||
h6.text-left,
|
||||
p.text-left,
|
||||
span.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.text-right,
|
||||
th.text-right,
|
||||
td.text-right,
|
||||
h1.text-right,
|
||||
h2.text-right,
|
||||
h3.text-right,
|
||||
h4.text-right,
|
||||
h5.text-right,
|
||||
h6.text-right,
|
||||
p.text-right,
|
||||
span.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.primary,
|
||||
th.primary,
|
||||
td.primary,
|
||||
h1.primary,
|
||||
h2.primary,
|
||||
h3.primary,
|
||||
h4.primary,
|
||||
h5.primary,
|
||||
h6.primary,
|
||||
p.primary,
|
||||
span.primary {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.orange,
|
||||
th.orange,
|
||||
td.orange,
|
||||
h1.orange,
|
||||
h2.orange,
|
||||
h3.orange,
|
||||
h4.orange,
|
||||
h5.orange,
|
||||
h6.orange,
|
||||
p.orange,
|
||||
span.orange {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.blue,
|
||||
th.blue,
|
||||
td.blue,
|
||||
h1.blue,
|
||||
h2.blue,
|
||||
h3.blue,
|
||||
h4.blue,
|
||||
h5.blue,
|
||||
h6.blue,
|
||||
p.blue,
|
||||
span.blue {
|
||||
color: #509fe2;
|
||||
}
|
||||
|
||||
span.text-center {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0 0 15px 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol li,
|
||||
ul li {
|
||||
list-style-type: decimal;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Helper class for breaking long URLs. */
|
||||
.break-all {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
.break-all > a {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
table.button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
table.button td {
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table.button td.button-inner {
|
||||
padding: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
table.button table td {
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
background: #e27730;
|
||||
border: 1px solid #c45e1b;
|
||||
border-bottom: 3px solid #c45e1b;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table.button table td a {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
padding: 10px 16px 8px 16px;
|
||||
border: 0 solid #c45e1b;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table.button:hover table tr td a,
|
||||
table.button:active table tr td a,
|
||||
table.button table tr td a:visited,
|
||||
table.button.tiny:hover table tr td a,
|
||||
table.button.tiny:active table tr td a,
|
||||
table.button.tiny table tr td a:visited,
|
||||
table.button.small:hover table tr td a,
|
||||
table.button.small:active table tr td a,
|
||||
table.button.small table tr td a:visited,
|
||||
table.button.large:hover table tr td a,
|
||||
table.button.large:active table tr td a,
|
||||
table.button.large table tr td a:visited {
|
||||
color: #ffffff;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
table.button.small table td,
|
||||
table.button.small table a {
|
||||
padding: 5px 10px 5px 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table.button.large table a {
|
||||
padding: 14px 20px 12px 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
table.button.expand, table.button.full, table.button.expanded {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
table.button.expand table, table.button.full table, table.button.expanded table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
table.button.expand table a, table.button.full table a, table.button.expanded table a {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
table.button:hover table td,
|
||||
table.button:active table td {
|
||||
background: #c45e1b;
|
||||
color: #fefefe;
|
||||
}
|
||||
|
||||
table.button:hover table a,
|
||||
table.button:active table a {
|
||||
border: 0 solid #c45e1b;
|
||||
}
|
||||
|
||||
table.button.blue table td {
|
||||
color: #ffffff;
|
||||
background: #509fe2;
|
||||
border: 1px solid #2487db;
|
||||
border-bottom: 3px solid #2487db;
|
||||
}
|
||||
|
||||
table.button.blue table a {
|
||||
color: #ffffff;
|
||||
border: 0 solid #2487db;
|
||||
}
|
||||
|
||||
table.button.blue:hover table td, table.button.blue:active table td {
|
||||
color: #ffffff;
|
||||
background-color: #2487db;
|
||||
}
|
||||
|
||||
table.button.green table td {
|
||||
color: #ffffff;
|
||||
background: #74ae5e;
|
||||
border: 1px solid #5c9049;
|
||||
border-bottom: 3px solid #5c9049;
|
||||
}
|
||||
|
||||
table.button.green table a {
|
||||
color: #ffffff;
|
||||
border: 0 solid #5c9049;
|
||||
}
|
||||
|
||||
table.button.green:hover table td, table.button.green:active table td {
|
||||
color: #ffffff;
|
||||
background-color: #5c9049;
|
||||
}
|
||||
|
||||
body,
|
||||
.body {
|
||||
background-color: #f1f1f1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.body-inner {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 600px;
|
||||
margin: 0 auto 0 auto;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
padding: 30px 30px 22px 30px;
|
||||
}
|
||||
|
||||
.header img {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: #ffffff;
|
||||
padding: 60px 75px 45px 75px;
|
||||
border-top: 3px solid #e27730;
|
||||
border-right: 1px solid #dddddd;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.aside {
|
||||
background-color: #f8f8f8;
|
||||
padding: 50px 75px 35px 75px;
|
||||
border-top: 1px solid #dddddd;
|
||||
border-right: 1px solid #dddddd;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 30px;
|
||||
color: #72777c;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #72777c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name {
|
||||
display: block !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row table, .wpforms-layout-table .wpforms-layout-table-row thead, .wpforms-layout-table .wpforms-layout-table-row tbody, .wpforms-layout-table .wpforms-layout-table-row tr, .wpforms-layout-table .wpforms-layout-table-row td, .wpforms-layout-table .wpforms-layout-table-row th {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row tr {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
table.body .container {
|
||||
width: 95% !important;
|
||||
}
|
||||
.header {
|
||||
padding: 15px 15px 12px 15px !important;
|
||||
}
|
||||
.header img {
|
||||
width: 200px !important;
|
||||
height: auto !important;
|
||||
}
|
||||
.content,
|
||||
.aside {
|
||||
padding: 30px 40px 20px 40px !important;
|
||||
}
|
||||
.upsell-pro table.features td {
|
||||
width: 100% !important;
|
||||
display: block !important;
|
||||
}
|
||||
table.receipt-details td.receipt-details-inner {
|
||||
padding: 30px 0px 20px 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:not(.wpforms-first-row) td.field-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:last-child .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-blocks .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value, .wpforms-layout-table-display-columns .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-payment-total, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-payment-total {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-order-summary-preview, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-order-summary-preview {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-payment-total {
|
||||
display: none !important;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+75
@@ -0,0 +1,75 @@
|
||||
/**
|
||||
* Adjusts the display of header images based on the user's preference for dark color schemes.
|
||||
*/
|
||||
@media (prefers-color-scheme: light) {
|
||||
.header-wrapper.dark-mode {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.header-wrapper.dark-mode {
|
||||
display: table-row !important;
|
||||
}
|
||||
.header-wrapper.dark-mode + .light-mode {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name {
|
||||
display: block !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row table, .wpforms-layout-table .wpforms-layout-table-row thead, .wpforms-layout-table .wpforms-layout-table-row tbody, .wpforms-layout-table .wpforms-layout-table-row tr, .wpforms-layout-table .wpforms-layout-table-row td, .wpforms-layout-table .wpforms-layout-table-row th {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row tr {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
.body-inner {
|
||||
padding-top: 25px !important;
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wrapper-inner {
|
||||
padding: 0 25px 25px 25px !important;
|
||||
}
|
||||
.header {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.header .has-image-size-small img {
|
||||
max-height: 100px !important;
|
||||
}
|
||||
.header .has-image-size-medium img {
|
||||
max-height: 140px !important;
|
||||
}
|
||||
.header .has-image-size-large img {
|
||||
max-height: 180px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 7px !important;
|
||||
}
|
||||
.wpforms-layout-table-display-blocks table:not(:first-child) .field-repeater-name {
|
||||
padding-top: 25px !important;
|
||||
}
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
@media (prefers-color-scheme: light){.header-wrapper.dark-mode{display:none !important}}@media (prefers-color-scheme: dark){.header-wrapper.dark-mode{display:table-row !important}.header-wrapper.dark-mode+.light-mode{display:none !important}}@media only screen and (max-width: 599px){.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name{display:block !important}.wpforms-layout-table .wpforms-layout-table-row{display:block;width:100%}.wpforms-layout-table .wpforms-layout-table-row table,.wpforms-layout-table .wpforms-layout-table-row thead,.wpforms-layout-table .wpforms-layout-table-row tbody,.wpforms-layout-table .wpforms-layout-table-row tr,.wpforms-layout-table .wpforms-layout-table-row td,.wpforms-layout-table .wpforms-layout-table-row th{display:block;width:100% !important;padding-bottom:0 !important}.wpforms-layout-table .wpforms-layout-table-row tr{padding-top:0 !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:25px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:10px !important}.wpforms-layout-table>td{padding-bottom:0 !important}}@media only screen and (max-width: 599px){.body-inner{padding-top:25px !important;padding-bottom:25px !important}.wrapper-inner{padding:0 25px 25px 25px !important}.header{padding-bottom:25px !important}.header .has-image-size-small img{max-height:100px !important}.header .has-image-size-medium img{max-height:140px !important}.header .has-image-size-large img{max-height:180px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:10px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:7px !important}.wpforms-layout-table-display-blocks table:not(:first-child) .field-repeater-name{padding-top:25px !important}}
|
||||
+75
@@ -0,0 +1,75 @@
|
||||
/**
|
||||
* Adjusts the display of header images based on the user's preference for dark color schemes.
|
||||
*/
|
||||
@media (prefers-color-scheme: light) {
|
||||
.header-wrapper.dark-mode {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.header-wrapper.dark-mode {
|
||||
display: table-row !important;
|
||||
}
|
||||
.header-wrapper.dark-mode + .light-mode {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name {
|
||||
display: block !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row table, .wpforms-layout-table .wpforms-layout-table-row thead, .wpforms-layout-table .wpforms-layout-table-row tbody, .wpforms-layout-table .wpforms-layout-table-row tr, .wpforms-layout-table .wpforms-layout-table-row td, .wpforms-layout-table .wpforms-layout-table-row th {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row tr {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wrapper-inner {
|
||||
padding: 0 25px 25px 25px !important;
|
||||
}
|
||||
.header .has-image-size-small img {
|
||||
max-height: 100px !important;
|
||||
}
|
||||
.header .has-image-size-medium img {
|
||||
max-height: 140px !important;
|
||||
}
|
||||
.header .has-image-size-large img {
|
||||
max-height: 180px !important;
|
||||
}
|
||||
.content td {
|
||||
display: block;
|
||||
}
|
||||
.content td.field-name {
|
||||
padding-bottom: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
.content td.field-value {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
.content td.field-repeater-name + .field-value {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.content td td {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
@media (prefers-color-scheme: light){.header-wrapper.dark-mode{display:none !important}}@media (prefers-color-scheme: dark){.header-wrapper.dark-mode{display:table-row !important}.header-wrapper.dark-mode+.light-mode{display:none !important}}@media only screen and (max-width: 599px){.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name{display:block !important}.wpforms-layout-table .wpforms-layout-table-row{display:block;width:100%}.wpforms-layout-table .wpforms-layout-table-row table,.wpforms-layout-table .wpforms-layout-table-row thead,.wpforms-layout-table .wpforms-layout-table-row tbody,.wpforms-layout-table .wpforms-layout-table-row tr,.wpforms-layout-table .wpforms-layout-table-row td,.wpforms-layout-table .wpforms-layout-table-row th{display:block;width:100% !important;padding-bottom:0 !important}.wpforms-layout-table .wpforms-layout-table-row tr{padding-top:0 !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:25px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:10px !important}.wpforms-layout-table>td{padding-bottom:0 !important}}@media only screen and (max-width: 599px){.wrapper-inner{padding:0 25px 25px 25px !important}.header .has-image-size-small img{max-height:100px !important}.header .has-image-size-medium img{max-height:140px !important}.header .has-image-size-large img{max-height:180px !important}.content td{display:block}.content td.field-name{padding-bottom:0 !important;border-bottom:0 !important}.content td.field-value{padding-top:10px !important}.content td.field-repeater-name+.field-value{padding-top:0 !important}.content td td{display:table-cell}}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name {
|
||||
display: block !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row table, .wpforms-layout-table .wpforms-layout-table-row thead, .wpforms-layout-table .wpforms-layout-table-row tbody, .wpforms-layout-table .wpforms-layout-table-row tr, .wpforms-layout-table .wpforms-layout-table-row td, .wpforms-layout-table .wpforms-layout-table-row th {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row tr {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 599px) {
|
||||
table.body .container {
|
||||
width: 95% !important;
|
||||
}
|
||||
.header {
|
||||
padding: 15px 15px 12px 15px !important;
|
||||
}
|
||||
.header img {
|
||||
width: 200px !important;
|
||||
height: auto !important;
|
||||
}
|
||||
.content,
|
||||
.aside {
|
||||
padding: 30px 40px 20px 40px !important;
|
||||
}
|
||||
.upsell-pro table.features td {
|
||||
width: 100% !important;
|
||||
display: block !important;
|
||||
}
|
||||
table.receipt-details td.receipt-details-inner {
|
||||
padding: 30px 0px 20px 0px !important;
|
||||
}
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
@media only screen and (max-width: 599px){.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name{display:block !important}.wpforms-layout-table .wpforms-layout-table-row{display:block;width:100%}.wpforms-layout-table .wpforms-layout-table-row table,.wpforms-layout-table .wpforms-layout-table-row thead,.wpforms-layout-table .wpforms-layout-table-row tbody,.wpforms-layout-table .wpforms-layout-table-row tr,.wpforms-layout-table .wpforms-layout-table-row td,.wpforms-layout-table .wpforms-layout-table-row th{display:block;width:100% !important;padding-bottom:0 !important}.wpforms-layout-table .wpforms-layout-table-row tr{padding-top:0 !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:25px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:10px !important}.wpforms-layout-table>td{padding-bottom:0 !important}}a{text-decoration:none}@media only screen and (max-width: 599px){table.body .container{width:95% !important}.header{padding:15px 15px 12px 15px !important}.header img{width:200px !important;height:auto !important}.content,.aside{padding:30px 40px 20px 40px !important}.upsell-pro table.features td{width:100% !important;display:block !important}table.receipt-details td.receipt-details-inner{padding:30px 0px 20px 0px !important}}
|
||||
+242
@@ -0,0 +1,242 @@
|
||||
@media only screen and (max-width: 599px) {
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name {
|
||||
display: block !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row table, .wpforms-layout-table .wpforms-layout-table-row thead, .wpforms-layout-table .wpforms-layout-table-row tbody, .wpforms-layout-table .wpforms-layout-table-row tr, .wpforms-layout-table .wpforms-layout-table-row td, .wpforms-layout-table .wpforms-layout-table-row th {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row tr {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-value {
|
||||
padding-bottom: 25px !important;
|
||||
}
|
||||
.wpforms-layout-table .wpforms-layout-table-row td.field-name {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
.header .header-image {
|
||||
max-width: 221px;
|
||||
}
|
||||
.body-inner {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.summary-content {
|
||||
border-radius: 0 !important;
|
||||
padding: 30px !important;
|
||||
}
|
||||
.summary-header,
|
||||
.email-summaries-overview-wrapper {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
.email-summaries-overview h5 {
|
||||
font-size: 18px !important;
|
||||
line-height: 26px !important;
|
||||
}
|
||||
.email-summaries-overview p {
|
||||
font-size: 14px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
.email-summaries .entry-count,
|
||||
.email-summaries .form-name {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.summary-notice h4 {
|
||||
font-size: 20px !important;
|
||||
line-height: 30px !important;
|
||||
}
|
||||
.summary-notification-block,
|
||||
.summary-info-block {
|
||||
border-radius: 0 !important;
|
||||
padding: 30px 30px 6px 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
.email-summaries th {
|
||||
padding: 15px !important;
|
||||
}
|
||||
.email-summaries .form-name,
|
||||
.email-summaries .entry-count,
|
||||
.email-summaries .summary-trend {
|
||||
padding: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
tr.dark-mode {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
tr.dark-mode {
|
||||
display: table-row !important;
|
||||
}
|
||||
tr.light-mode {
|
||||
display: none !important;
|
||||
}
|
||||
body,
|
||||
table.body,
|
||||
.email-summaries th {
|
||||
background-color: #2d2f31 !important;
|
||||
}
|
||||
.email-summaries td,
|
||||
.summary-header,
|
||||
.summary-content {
|
||||
background-color: #1f1f1f !important;
|
||||
}
|
||||
body, table.body, h4, h6, p, td, th {
|
||||
color: #dddddd !important;
|
||||
}
|
||||
.email-summaries th, .email-summaries td {
|
||||
border: 1px solid #424446 !important;
|
||||
}
|
||||
.email-summaries-overview {
|
||||
border: 1px solid #424446 !important;
|
||||
background: #2d2f31 !important;
|
||||
}
|
||||
.email-summaries-overview h5 {
|
||||
color: #dddddd !important;
|
||||
}
|
||||
.email-summaries-overview p {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.footer,
|
||||
.entry-count {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.footer a,
|
||||
.entry-count a {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.footer a:hover,
|
||||
.entry-count a:hover {
|
||||
color: #999999 !important;
|
||||
}
|
||||
.summary-notice {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.summary-notice h4, .summary-notice p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.summary-info-block {
|
||||
background-color: #383230 !important;
|
||||
}
|
||||
.summary-notification-block {
|
||||
background-color: #2e353b !important;
|
||||
}
|
||||
.summary-notification-block .summary-notice-content a {
|
||||
color: #3389bd !important;
|
||||
}
|
||||
.button-blue a,
|
||||
.button-orange a {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.button-blue-outline {
|
||||
border: 1px solid #3389bd !important;
|
||||
}
|
||||
.button-blue-outline a {
|
||||
color: #3389bd !important;
|
||||
}
|
||||
}
|
||||
|
||||
[data-ogsc] tr.dark-mode {
|
||||
display: table-row !important;
|
||||
}
|
||||
|
||||
[data-ogsc] tr.light-mode {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[data-ogsc] body,
|
||||
[data-ogsc] table.body,
|
||||
[data-ogsc] .email-summaries th {
|
||||
background-color: #2d2f31 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .email-summaries td,
|
||||
[data-ogsc] .summary-header,
|
||||
[data-ogsc] .summary-content {
|
||||
background-color: #1f1f1f !important;
|
||||
}
|
||||
|
||||
[data-ogsc] body, [data-ogsc] table.body, [data-ogsc] h4, [data-ogsc] h6, [data-ogsc] p, [data-ogsc] td, [data-ogsc] th {
|
||||
color: #dddddd !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .email-summaries th, [data-ogsc] .email-summaries td {
|
||||
border: 1px solid #424446 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .email-summaries-overview {
|
||||
border: 1px solid #424446 !important;
|
||||
background: #2d2f31 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .email-summaries-overview h5 {
|
||||
color: #dddddd !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .email-summaries-overview p {
|
||||
color: #999999 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .footer,
|
||||
[data-ogsc] .entry-count {
|
||||
color: #999999 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .footer a,
|
||||
[data-ogsc] .entry-count a {
|
||||
color: #999999 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .footer a:hover,
|
||||
[data-ogsc] .entry-count a:hover {
|
||||
color: #999999 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .summary-notice {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .summary-notice h4, [data-ogsc] .summary-notice p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .summary-info-block {
|
||||
background-color: #383230 !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .summary-notification-block {
|
||||
background-color: #2e353b !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .summary-notification-block .summary-notice-content a {
|
||||
color: #3389bd !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .button-blue a,
|
||||
[data-ogsc] .button-orange a {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .button-blue-outline {
|
||||
border: 1px solid #3389bd !important;
|
||||
}
|
||||
|
||||
[data-ogsc] .button-blue-outline a {
|
||||
color: #3389bd !important;
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
@media only screen and (max-width: 599px){.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name{display:block !important}.wpforms-layout-table .wpforms-layout-table-row{display:block;width:100%}.wpforms-layout-table .wpforms-layout-table-row table,.wpforms-layout-table .wpforms-layout-table-row thead,.wpforms-layout-table .wpforms-layout-table-row tbody,.wpforms-layout-table .wpforms-layout-table-row tr,.wpforms-layout-table .wpforms-layout-table-row td,.wpforms-layout-table .wpforms-layout-table-row th{display:block;width:100% !important;padding-bottom:0 !important}.wpforms-layout-table .wpforms-layout-table-row tr{padding-top:0 !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:25px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:10px !important}.wpforms-layout-table>td{padding-bottom:0 !important}}@media only screen and (max-width: 700px){.header .header-image{max-width:221px}.body-inner{padding-bottom:0 !important}.summary-content{border-radius:0 !important;padding:30px !important}.summary-header,.email-summaries-overview-wrapper{margin-bottom:30px !important}.email-summaries-overview h5{font-size:18px !important;line-height:26px !important}.email-summaries-overview p{font-size:14px !important;line-height:20px !important}.email-summaries .entry-count,.email-summaries .form-name{font-size:14px !important}.summary-notice h4{font-size:20px !important;line-height:30px !important}.summary-notification-block,.summary-info-block{border-radius:0 !important;padding:30px 30px 6px 30px !important}}@media only screen and (max-width: 320px){.email-summaries th{padding:15px !important}.email-summaries .form-name,.email-summaries .entry-count,.email-summaries .summary-trend{padding:12px !important}}@media (prefers-color-scheme: light){tr.dark-mode{display:none !important}}@media (prefers-color-scheme: dark){tr.dark-mode{display:table-row !important}tr.light-mode{display:none !important}body,table.body,.email-summaries th{background-color:#2d2f31 !important}.email-summaries td,.summary-header,.summary-content{background-color:#1f1f1f !important}body,table.body,h4,h6,p,td,th{color:#dddddd !important}.email-summaries th,.email-summaries td{border:1px solid #424446 !important}.email-summaries-overview{border:1px solid #424446 !important;background:#2d2f31 !important}.email-summaries-overview h5{color:#dddddd !important}.email-summaries-overview p{color:#999999 !important}.footer,.entry-count{color:#999999 !important}.footer a,.entry-count a{color:#999999 !important}.footer a:hover,.entry-count a:hover{color:#999999 !important}.summary-notice{color:#ffffff !important}.summary-notice h4,.summary-notice p{color:#ffffff !important}.summary-info-block{background-color:#383230 !important}.summary-notification-block{background-color:#2e353b !important}.summary-notification-block .summary-notice-content a{color:#3389bd !important}.button-blue a,.button-orange a{color:#ffffff !important}.button-blue-outline{border:1px solid #3389bd !important}.button-blue-outline a{color:#3389bd !important}}[data-ogsc] tr.dark-mode{display:table-row !important}[data-ogsc] tr.light-mode{display:none !important}[data-ogsc] body,[data-ogsc] table.body,[data-ogsc] .email-summaries th{background-color:#2d2f31 !important}[data-ogsc] .email-summaries td,[data-ogsc] .summary-header,[data-ogsc] .summary-content{background-color:#1f1f1f !important}[data-ogsc] body,[data-ogsc] table.body,[data-ogsc] h4,[data-ogsc] h6,[data-ogsc] p,[data-ogsc] td,[data-ogsc] th{color:#dddddd !important}[data-ogsc] .email-summaries th,[data-ogsc] .email-summaries td{border:1px solid #424446 !important}[data-ogsc] .email-summaries-overview{border:1px solid #424446 !important;background:#2d2f31 !important}[data-ogsc] .email-summaries-overview h5{color:#dddddd !important}[data-ogsc] .email-summaries-overview p{color:#999999 !important}[data-ogsc] .footer,[data-ogsc] .entry-count{color:#999999 !important}[data-ogsc] .footer a,[data-ogsc] .entry-count a{color:#999999 !important}[data-ogsc] .footer a:hover,[data-ogsc] .entry-count a:hover{color:#999999 !important}[data-ogsc] .summary-notice{color:#ffffff !important}[data-ogsc] .summary-notice h4,[data-ogsc] .summary-notice p{color:#ffffff !important}[data-ogsc] .summary-info-block{background-color:#383230 !important}[data-ogsc] .summary-notification-block{background-color:#2e353b !important}[data-ogsc] .summary-notification-block .summary-notice-content a{color:#3389bd !important}[data-ogsc] .button-blue a,[data-ogsc] .button-orange a{color:#ffffff !important}[data-ogsc] .button-blue-outline{border:1px solid #3389bd !important}[data-ogsc] .button-blue-outline a{color:#3389bd !important}
|
||||
@@ -0,0 +1,819 @@
|
||||
body,
|
||||
.body {
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
min-width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
img {
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
table,
|
||||
tr,
|
||||
td {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ReadMsgBody,
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
td {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
#outlook a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
body, table, td, p, a, li, blockquote {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
td,
|
||||
th,
|
||||
a {
|
||||
color: #444444;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #444444;
|
||||
word-wrap: normal;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
margin: 0 0 7px 0;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.3;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
h1.normal,
|
||||
h2.normal,
|
||||
h3.normal,
|
||||
h4.normal,
|
||||
h5.normal,
|
||||
h6.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body,
|
||||
table.body,
|
||||
p,
|
||||
td,
|
||||
th {
|
||||
font-size: 14px;
|
||||
mso-line-height-rule: exactly;
|
||||
line-height: 1.4;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 7px 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
p.large, p.text-large {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p.bold, p.text-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p a {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
center {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h1 a:visited,
|
||||
h2 a,
|
||||
h2 a:visited,
|
||||
h3 a,
|
||||
h3 a:visited,
|
||||
h4 a,
|
||||
h4 a:visited,
|
||||
h5 a,
|
||||
h5 a:visited,
|
||||
h6 a,
|
||||
h6 a:visited {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.text-center,
|
||||
th.text-center,
|
||||
td.text-center,
|
||||
h1.text-center,
|
||||
h2.text-center,
|
||||
h3.text-center,
|
||||
h4.text-center,
|
||||
h5.text-center,
|
||||
h6.text-center,
|
||||
p.text-center,
|
||||
span.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.text-left,
|
||||
th.text-left,
|
||||
td.text-left,
|
||||
h1.text-left,
|
||||
h2.text-left,
|
||||
h3.text-left,
|
||||
h4.text-left,
|
||||
h5.text-left,
|
||||
h6.text-left,
|
||||
p.text-left,
|
||||
span.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.text-right,
|
||||
th.text-right,
|
||||
td.text-right,
|
||||
h1.text-right,
|
||||
h2.text-right,
|
||||
h3.text-right,
|
||||
h4.text-right,
|
||||
h5.text-right,
|
||||
h6.text-right,
|
||||
p.text-right,
|
||||
span.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.primary,
|
||||
th.primary,
|
||||
td.primary,
|
||||
h1.primary,
|
||||
h2.primary,
|
||||
h3.primary,
|
||||
h4.primary,
|
||||
h5.primary,
|
||||
h6.primary,
|
||||
p.primary,
|
||||
span.primary {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
table.orange,
|
||||
th.orange,
|
||||
td.orange,
|
||||
h1.orange,
|
||||
h2.orange,
|
||||
h3.orange,
|
||||
h4.orange,
|
||||
h5.orange,
|
||||
h6.orange,
|
||||
p.orange,
|
||||
span.orange {
|
||||
color: #e27730;
|
||||
}
|
||||
|
||||
table.blue,
|
||||
th.blue,
|
||||
td.blue,
|
||||
h1.blue,
|
||||
h2.blue,
|
||||
h3.blue,
|
||||
h4.blue,
|
||||
h5.blue,
|
||||
h6.blue,
|
||||
p.blue,
|
||||
span.blue {
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
span.text-center {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0 0 7px 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol li,
|
||||
ul li {
|
||||
list-style-type: decimal;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Helper class for breaking long URLs. */
|
||||
.break-all {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
.break-all > a {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
/* Base */
|
||||
table.body,
|
||||
body {
|
||||
background-color: #f8f8f8;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.body-inner {
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
line-height: 1;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.header .header-image {
|
||||
display: inline-block;
|
||||
margin: 0 auto 0 auto;
|
||||
max-width: 260px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header img {
|
||||
display: inline-block !important;
|
||||
max-height: 180px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-wrapper.dark-mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
p, td {
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
a, p, pre {
|
||||
-ms-word-break: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.content p {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.content p + p {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.content h1,
|
||||
.content h2,
|
||||
.content h3,
|
||||
.content h4,
|
||||
.content h5,
|
||||
.content h6 {
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.button-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button-container .button-wrapper {
|
||||
border-spacing: 24px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.button-wrapper {
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-collapse: separate !important;
|
||||
border-radius: 3px;
|
||||
line-height: 16px;
|
||||
padding: 11.5px 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button-link {
|
||||
color: #ffffff;
|
||||
line-height: 16px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button-orange {
|
||||
background: #e27730;
|
||||
border: 1px solid #e27730;
|
||||
}
|
||||
|
||||
.button-blue {
|
||||
background: #036aab;
|
||||
border: 1px solid #036aab;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.button-blue-outline {
|
||||
background: transparent;
|
||||
border: 1px solid #036aab;
|
||||
}
|
||||
|
||||
.button-blue-outline a {
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.content .summary-container > tbody > tr:last-child .summary-content {
|
||||
border-bottom-left-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
}
|
||||
|
||||
.content .summary-content {
|
||||
background-color: #ffffff;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
padding: 50px 30px;
|
||||
}
|
||||
|
||||
.content .summary-content .summary-content-inner div {
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.content .summary-content .greeting {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.content .summary-trend td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.content .email-summaries-wrapper {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.content .email-summaries-wrapper .summary-trend td {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.content .summary-header,
|
||||
.content .email-summaries-overview-wrapper {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview {
|
||||
background: #f8f8f8;
|
||||
border: 1px solid #dddddd;
|
||||
border-collapse: separate;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview td {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .overview-icon {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .overview-icon img {
|
||||
min-width: 52px;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .overview-stats {
|
||||
width: 90%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .overview-stats h5 {
|
||||
line-height: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .overview-stats p {
|
||||
color: #777777;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .summary-trend td {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.content .email-summaries-overview .summary-trend td img {
|
||||
min-width: 14px;
|
||||
}
|
||||
|
||||
.content .email-summaries th {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #dddddd;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 16px;
|
||||
padding: 15px 20px 15px 20px;
|
||||
}
|
||||
|
||||
.content .email-summaries td {
|
||||
border: 1px solid #dddddd;
|
||||
padding: 12px 20px 12px 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.content .email-summaries .form-name {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.content .email-summaries .entry-count {
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.content .email-summaries .entry-count a {
|
||||
color: #777777;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.content .email-summaries .entry-count a:hover {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.content .email-summaries .summary-trend td img {
|
||||
min-width: 10px;
|
||||
}
|
||||
|
||||
.content .summary-trend table {
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.content .summary-trend table tr td {
|
||||
padding: 0;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.trend-upward td {
|
||||
color: #46b450 !important;
|
||||
}
|
||||
|
||||
.trend-downward td {
|
||||
color: #d63637 !important;
|
||||
}
|
||||
|
||||
/* Notice */
|
||||
.summary-notice {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.summary-notice h4 {
|
||||
line-height: 36px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.summary-notice p {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.summary-notice > td {
|
||||
padding: 50px 50px 26px 50px;
|
||||
}
|
||||
|
||||
.summary-notice:last-child > td {
|
||||
border-bottom-left-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
}
|
||||
|
||||
.summary-notice + .summary-notice {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
tr:last-child > .summary-notice-content,
|
||||
.summary-notice-icon {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.summary-notice-divider {
|
||||
height: 1px;
|
||||
font-size: 0;
|
||||
line-height: 1px;
|
||||
}
|
||||
|
||||
/* Info Block */
|
||||
.summary-info-block {
|
||||
background-color: #f7f0ed;
|
||||
}
|
||||
|
||||
/* Notification Block */
|
||||
.summary-notification-block {
|
||||
background-color: #edf3f7;
|
||||
}
|
||||
|
||||
.summary-notification-block p a {
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.footer {
|
||||
color: #777777;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
padding: 20px 30px 20px 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #777777;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
/* Direction */
|
||||
[dir="rtl"] th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[dir="rtl"] th:first-child {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] th:last-child {
|
||||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .summary-content-inner {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[dir="rtl"] .summary-trend td:last-child {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .email-summaries-overview .summary-trend,
|
||||
[dir="rtl"] .email-summaries-overview .overview-stats {
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .email-summaries-overview .overview-icon {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .email-summaries-overview .summary-trend {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
[dir="ltr"] th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
[dir="ltr"] th:first-child {
|
||||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
[dir="ltr"] th:last-child {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
|
||||
[dir="ltr"] .summary-content-inner {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
[dir="ltr"] .summary-trend td:last-child {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
[dir="ltr"] .email-summaries-overview .summary-trend,
|
||||
[dir="ltr"] .email-summaries-overview .overview-stats {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
[dir="ltr"] .email-summaries-overview .overview-icon {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
[dir="ltr"] .email-summaries-overview .summary-trend {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table > td {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-row > tr > td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:not(.wpforms-first-row) td.field-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-value {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-rows .wpforms-layout-table-row:last-child .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table-display-blocks .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value, .wpforms-layout-table-display-columns .wpforms-layout-table-row tr:last-child .wpforms-layout-table-cell .field-value {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-payment-total, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-payment-total {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-25 .field-payment-total .wpforms-order-summary-preview, .wpforms-layout-table .wpforms-layout-table-cell.wpforms-width-33 .field-payment-total .wpforms-order-summary-preview {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.field-payment-total .wpforms-payment-total {
|
||||
display: none !important;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,185 @@
|
||||
@keyframes wpforms-dot-pulse {
|
||||
0% {
|
||||
box-shadow: 0 0 0 0 rgba(223, 119, 57, 0.6);
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
|
||||
}
|
||||
}
|
||||
|
||||
span.wpforms-admin-form-embed-wizard-dot {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px !important;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
border-radius: 50%;
|
||||
background-color: #df7739;
|
||||
animation: wpforms-dot-pulse 1.5s infinite !important;
|
||||
margin: 3px 10px;
|
||||
}
|
||||
|
||||
.wp-editor-tools span.wpforms-admin-form-embed-wizard-dot {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard-tooltip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip {
|
||||
z-index: 100100 !important;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-box {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
|
||||
bottom: 8px;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-box {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box {
|
||||
max-width: 260px;
|
||||
background: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
|
||||
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
|
||||
-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content {
|
||||
color: #444444;
|
||||
padding: 16px 20px 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content div *:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content h3 {
|
||||
font-size: 16px;
|
||||
letter-spacing: 0px;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
color: #23282C;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
|
||||
font-size: 14px;
|
||||
letter-spacing: 0px;
|
||||
line-height: 18px;
|
||||
margin: 10px 0 0;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content a {
|
||||
color: #1D7BAC;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn {
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
box-shadow: none;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0px;
|
||||
padding: 7px 18px;
|
||||
border: none;
|
||||
background-color: #df7739;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
margin: 15px auto 0;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:hover {
|
||||
background-color: #b85a1b;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:disabled:hover {
|
||||
background-color: #df7739;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-arrow-border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
|
||||
border-top-color: white;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
|
||||
border-right-color: white;
|
||||
}
|
||||
|
||||
.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.block-editor-page .edit-post-layout .components-notice-list > div {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-admin-form-embed-wizard-dot {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
left: 20px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-admin-form-embed-wizard {
|
||||
width: 260px !important;
|
||||
z-index: 99980 !important;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-admin-form-embed-wizard .tooltipster-box {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.block-editor-page .wpforms-admin-form-embed-wizard .wpforms-admin-form-embed-wizard-tooltips-red-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 15px;
|
||||
height: 42px;
|
||||
top: -65px;
|
||||
left: 145px;
|
||||
background-image: url(../images/challenge/red-arrow.svg);
|
||||
background-size: 15px 42px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
|
||||
padding-left: 125px;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .wpforms-admin-form-embed-wizard-dot {
|
||||
left: 75px;
|
||||
}
|
||||
|
||||
.block-editor-page.is-fullscreen-mode .wpforms-admin-form-embed-wizard .wpforms-admin-form-embed-wizard-tooltips-red-arrow {
|
||||
left: 105px;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
@keyframes wpforms-dot-pulse{0%{box-shadow:0 0 0 0 rgba(223,119,57,0.6)}100%{box-shadow:0 0 0 10px rgba(223,119,57,0)}}span.wpforms-admin-form-embed-wizard-dot{display:inline-block;width:12px;height:12px !important;padding:0 !important;border:0 !important;border-radius:50%;background-color:#df7739;animation:wpforms-dot-pulse 1.5s infinite !important;margin:3px 10px}.wp-editor-tools span.wpforms-admin-form-embed-wizard-dot{margin-top:9px}.wpforms-admin-form-embed-wizard-tooltip{display:none}.wpforms-admin-form-embed-wizard.tooltipster-sidetip{z-index:100100 !important}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:18px}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:8px}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:0}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:18px}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{left:8px}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box{max-width:260px;background:white;border:none;border-radius:4px;box-shadow:0px 5px 15px rgba(0,0,0,0.25);-webkit-box-shadow:0px 5px 15px rgba(0,0,0,0.25);-moz-box-shadow:0px 5px 15px rgba(0,0,0,0.25)}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content{color:#444444;padding:16px 20px 18px;text-align:center}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content div *:first-child{margin-top:0 !important}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content h3{font-size:16px;letter-spacing:0px;line-height:18px;margin:0;color:#23282C}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content p{font-size:14px;letter-spacing:0px;line-height:18px;margin:10px 0 0;color:#444444}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .tooltipster-content a{color:#1D7BAC}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn{border-radius:3px;cursor:pointer;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;box-shadow:none;font-size:14px;font-weight:600;letter-spacing:0px;padding:7px 18px;border:none;background-color:#df7739;color:#ffffff;display:block;margin:15px auto 0}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:hover{background-color:#b85a1b}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:disabled{cursor:default;opacity:0.5}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-box .wpforms-admin-form-embed-wizard-done-btn:disabled:hover{background-color:#df7739}.wpforms-admin-form-embed-wizard.tooltipster-sidetip .tooltipster-arrow-border{border:none}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:white}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:white}.wpforms-admin-form-embed-wizard.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:white}.block-editor-page .edit-post-layout .components-notice-list>div{padding-left:50px}.block-editor-page .wpforms-admin-form-embed-wizard-dot{position:absolute;top:75px;left:20px;z-index:9999}.block-editor-page .wpforms-admin-form-embed-wizard{width:260px !important;z-index:99980 !important;margin-top:5px}.block-editor-page .wpforms-admin-form-embed-wizard .tooltipster-box{margin-top:10px}.block-editor-page .wpforms-admin-form-embed-wizard .wpforms-admin-form-embed-wizard-tooltips-red-arrow{position:absolute;display:block;width:15px;height:42px;top:-65px;left:145px;background-image:url(../images/challenge/red-arrow.svg);background-size:15px 42px;background-repeat:no-repeat}.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list>div{padding-left:125px}.block-editor-page.is-fullscreen-mode .wpforms-admin-form-embed-wizard-dot{left:75px}.block-editor-page.is-fullscreen-mode .wpforms-admin-form-embed-wizard .wpforms-admin-form-embed-wizard-tooltips-red-arrow{left:105px}
|
||||
+2213
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
+3375
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
+1820
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+3999
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
@font-face {
|
||||
font-family: 'WPForms';
|
||||
src: url("../../fonts/wpforms.eot");
|
||||
src: url("../../fonts/wpforms.eot#iefix") format("embedded-opentype"), url("../../fonts/wpforms.woff2") format("woff2"), url("../../fonts/wpforms.woff") format("woff"), url("../../fonts/wpforms.ttf") format("truetype"), url("../../fonts/wpforms.svg#wpforms") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.dashicons-wpforms {
|
||||
font-family: 'WPForms';
|
||||
}
|
||||
|
||||
.dashicons-wpforms:before {
|
||||
content: '\f298';
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
@font-face{font-family:'WPForms';src:url("../../fonts/wpforms.eot");src:url("../../fonts/wpforms.eot#iefix") format("embedded-opentype"),url("../../fonts/wpforms.woff2") format("woff2"),url("../../fonts/wpforms.woff") format("woff"),url("../../fonts/wpforms.ttf") format("truetype"),url("../../fonts/wpforms.svg#wpforms") format("svg");font-weight:normal;font-style:normal}.dashicons-wpforms{font-family:'WPForms'}.dashicons-wpforms:before{content:'\f298'}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
.wpforms-preview-notice {
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
background-color: #fcf9e8;
|
||||
border: 1px solid #f5e6ab;
|
||||
color: var(--wpforms-field-text-color);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.wpforms-preview-notice p {
|
||||
margin: 0;
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
.wpforms-preview-notice{box-sizing:border-box;padding:15px;background-color:#fcf9e8;border:1px solid #f5e6ab;color:var(--wpforms-field-text-color);font-size:16px}.wpforms-preview-notice p{margin:0}
|
||||
@@ -0,0 +1,84 @@
|
||||
.wpforms-field.wpf-disable-field select,
|
||||
.wpforms-field.wpf-disable-field textarea,
|
||||
.wpforms-field.wpf-disable-field button,
|
||||
.wpforms-field.wpf-disable-field input[type=text],
|
||||
.wpforms-field.wpf-disable-field input[type=number],
|
||||
.wpforms-field.wpf-disable-field input[type=email],
|
||||
.wpforms-field.wpf-disable-field input[type=url],
|
||||
.wpforms-field.wpf-disable-field input[type=tel],
|
||||
.wpforms-field.wpf-disable-field input[type=password],
|
||||
.wpforms-field.wpf-disable-field input[type=radio],
|
||||
.wpforms-field.wpf-disable-field input[type=checkbox],
|
||||
.wpforms-field.wpf-disable-field input[type=range],
|
||||
.wpforms-field.wpf-disable-field input[type=file],
|
||||
.wpforms-field.wpf-disable-field input.wpforms-field-date-time-date,
|
||||
.wpforms-field.wpf-disable-field .wpforms-uploader,
|
||||
.wpforms-field.wpf-disable-field .choices,
|
||||
.wpforms-field.wpf-disable-field .wpforms-image-choices-image,
|
||||
.wpforms-field.wpf-disable-field .wpforms-field-rating-wrapper,
|
||||
.wpforms-field.wpf-disable-field .wpforms-field-password-input-icon,
|
||||
.wpforms-field.wpf-disable-field .wpforms-disclaimer-description,
|
||||
.wpforms-field.wpf-disable-field .mce-tinymce,
|
||||
.wpforms-field.wpf-disable-field .iti__selected-country,
|
||||
.wpforms-field.wpf-disable-field .StripeElement,
|
||||
.wpforms-field.wpf-disable-field .wpforms-stripe-element,
|
||||
.wpforms-field.wpf-disable-field .wpforms-field-square-cardnumber,
|
||||
.wpforms-field.wpf-disable-field .wpforms-square-cardnumber,
|
||||
.wpforms-field.wpf-disable-field .wpforms-geolocation-map,
|
||||
.wpforms-field.wpf-disable-field .wpforms-signature-wrap,
|
||||
.wpforms-field.wpf-disable-field .wpforms-paypal-commerce-card-fields,
|
||||
.wpforms-field.wpf-disable-field.wpforms-field-net_promoter_score table.modern > tbody > tr > td,
|
||||
.wpforms-field.wpf-disable-field .wpforms-camera-link, .wpforms-field.wpforms-field-readonly select,
|
||||
.wpforms-field.wpforms-field-readonly textarea,
|
||||
.wpforms-field.wpforms-field-readonly button,
|
||||
.wpforms-field.wpforms-field-readonly input[type=text],
|
||||
.wpforms-field.wpforms-field-readonly input[type=number],
|
||||
.wpforms-field.wpforms-field-readonly input[type=email],
|
||||
.wpforms-field.wpforms-field-readonly input[type=url],
|
||||
.wpforms-field.wpforms-field-readonly input[type=tel],
|
||||
.wpforms-field.wpforms-field-readonly input[type=password],
|
||||
.wpforms-field.wpforms-field-readonly input[type=radio],
|
||||
.wpforms-field.wpforms-field-readonly input[type=checkbox],
|
||||
.wpforms-field.wpforms-field-readonly input[type=range],
|
||||
.wpforms-field.wpforms-field-readonly input[type=file],
|
||||
.wpforms-field.wpforms-field-readonly input.wpforms-field-date-time-date,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-uploader,
|
||||
.wpforms-field.wpforms-field-readonly .choices,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-image-choices-image,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-field-rating-wrapper,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-field-password-input-icon,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-disclaimer-description,
|
||||
.wpforms-field.wpforms-field-readonly .mce-tinymce,
|
||||
.wpforms-field.wpforms-field-readonly .iti__selected-country,
|
||||
.wpforms-field.wpforms-field-readonly .StripeElement,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-stripe-element,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-field-square-cardnumber,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-square-cardnumber,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-geolocation-map,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-signature-wrap,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-paypal-commerce-card-fields,
|
||||
.wpforms-field.wpforms-field-readonly.wpforms-field-net_promoter_score table.modern > tbody > tr > td,
|
||||
.wpforms-field.wpforms-field-readonly .wpforms-camera-link {
|
||||
cursor: default !important;
|
||||
opacity: 0.35 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.wpforms-field.wpf-disable-field input[type=radio],
|
||||
.wpforms-field.wpf-disable-field input[type=checkbox], .wpforms-field.wpforms-field-readonly input[type=radio],
|
||||
.wpforms-field.wpforms-field-readonly input[type=checkbox] {
|
||||
cursor: default !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.wpforms-field.wpf-disable-field label, .wpforms-field.wpforms-field-readonly label {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.wpforms-field.wpf-disable-field .iti__country-container, .wpforms-field.wpforms-field-readonly .iti__country-container {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.wpforms-field.wpf-disable-field .iti__country-container button, .wpforms-field.wpforms-field-readonly .iti__country-container button {
|
||||
cursor: default !important;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wpforms-field.wpf-disable-field select,.wpforms-field.wpf-disable-field textarea,.wpforms-field.wpf-disable-field button,.wpforms-field.wpf-disable-field input[type=text],.wpforms-field.wpf-disable-field input[type=number],.wpforms-field.wpf-disable-field input[type=email],.wpforms-field.wpf-disable-field input[type=url],.wpforms-field.wpf-disable-field input[type=tel],.wpforms-field.wpf-disable-field input[type=password],.wpforms-field.wpf-disable-field input[type=radio],.wpforms-field.wpf-disable-field input[type=checkbox],.wpforms-field.wpf-disable-field input[type=range],.wpforms-field.wpf-disable-field input[type=file],.wpforms-field.wpf-disable-field input.wpforms-field-date-time-date,.wpforms-field.wpf-disable-field .wpforms-uploader,.wpforms-field.wpf-disable-field .choices,.wpforms-field.wpf-disable-field .wpforms-image-choices-image,.wpforms-field.wpf-disable-field .wpforms-field-rating-wrapper,.wpforms-field.wpf-disable-field .wpforms-field-password-input-icon,.wpforms-field.wpf-disable-field .wpforms-disclaimer-description,.wpforms-field.wpf-disable-field .mce-tinymce,.wpforms-field.wpf-disable-field .iti__selected-country,.wpforms-field.wpf-disable-field .StripeElement,.wpforms-field.wpf-disable-field .wpforms-stripe-element,.wpforms-field.wpf-disable-field .wpforms-field-square-cardnumber,.wpforms-field.wpf-disable-field .wpforms-square-cardnumber,.wpforms-field.wpf-disable-field .wpforms-geolocation-map,.wpforms-field.wpf-disable-field .wpforms-signature-wrap,.wpforms-field.wpf-disable-field .wpforms-paypal-commerce-card-fields,.wpforms-field.wpf-disable-field.wpforms-field-net_promoter_score table.modern>tbody>tr>td,.wpforms-field.wpf-disable-field .wpforms-camera-link,.wpforms-field.wpforms-field-readonly select,.wpforms-field.wpforms-field-readonly textarea,.wpforms-field.wpforms-field-readonly button,.wpforms-field.wpforms-field-readonly input[type=text],.wpforms-field.wpforms-field-readonly input[type=number],.wpforms-field.wpforms-field-readonly input[type=email],.wpforms-field.wpforms-field-readonly input[type=url],.wpforms-field.wpforms-field-readonly input[type=tel],.wpforms-field.wpforms-field-readonly input[type=password],.wpforms-field.wpforms-field-readonly input[type=radio],.wpforms-field.wpforms-field-readonly input[type=checkbox],.wpforms-field.wpforms-field-readonly input[type=range],.wpforms-field.wpforms-field-readonly input[type=file],.wpforms-field.wpforms-field-readonly input.wpforms-field-date-time-date,.wpforms-field.wpforms-field-readonly .wpforms-uploader,.wpforms-field.wpforms-field-readonly .choices,.wpforms-field.wpforms-field-readonly .wpforms-image-choices-image,.wpforms-field.wpforms-field-readonly .wpforms-field-rating-wrapper,.wpforms-field.wpforms-field-readonly .wpforms-field-password-input-icon,.wpforms-field.wpforms-field-readonly .wpforms-disclaimer-description,.wpforms-field.wpforms-field-readonly .mce-tinymce,.wpforms-field.wpforms-field-readonly .iti__selected-country,.wpforms-field.wpforms-field-readonly .StripeElement,.wpforms-field.wpforms-field-readonly .wpforms-stripe-element,.wpforms-field.wpforms-field-readonly .wpforms-field-square-cardnumber,.wpforms-field.wpforms-field-readonly .wpforms-square-cardnumber,.wpforms-field.wpforms-field-readonly .wpforms-geolocation-map,.wpforms-field.wpforms-field-readonly .wpforms-signature-wrap,.wpforms-field.wpforms-field-readonly .wpforms-paypal-commerce-card-fields,.wpforms-field.wpforms-field-readonly.wpforms-field-net_promoter_score table.modern>tbody>tr>td,.wpforms-field.wpforms-field-readonly .wpforms-camera-link{cursor:default !important;opacity:0.35 !important;pointer-events:none !important}.wpforms-field.wpf-disable-field input[type=radio],.wpforms-field.wpf-disable-field input[type=checkbox],.wpforms-field.wpforms-field-readonly input[type=radio],.wpforms-field.wpforms-field-readonly input[type=checkbox]{cursor:default !important;pointer-events:none !important}.wpforms-field.wpf-disable-field label,.wpforms-field.wpforms-field-readonly label{pointer-events:none !important}.wpforms-field.wpf-disable-field .iti__country-container,.wpforms-field.wpforms-field-readonly .iti__country-container{cursor:default !important}.wpforms-field.wpf-disable-field .iti__country-container button,.wpforms-field.wpforms-field-readonly .iti__country-container button{cursor:default !important}
|
||||
@@ -0,0 +1,577 @@
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate:hover, #wpforms-setup-templates-list .wpforms-template#wpforms-template-generate.selected {
|
||||
box-shadow: 0 0 0 2px #5c24a9, 0 3px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-thumbnail {
|
||||
background-color: #faf5fe;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap {
|
||||
display: flex;
|
||||
max-height: 40px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-template-name {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-badge {
|
||||
box-sizing: border-box;
|
||||
opacity: 1;
|
||||
font-size: 8px;
|
||||
padding: 6px 8px;
|
||||
height: 18px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive {
|
||||
color: #ffffff;
|
||||
background-color: #7a30e2;
|
||||
margin: 0;
|
||||
pointer-events: all;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:hover {
|
||||
background-color: #7a30e2;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-sidebar {
|
||||
z-index: 20;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-sidebar-header {
|
||||
border-bottom: 1px solid #ced7e0;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-btn-back-to-templates {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #3c434a;
|
||||
width: auto;
|
||||
text-align: left;
|
||||
padding: 15px 15px 15px 43px;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-btn-back-to-templates:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-btn-back-to-templates:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
background-image: url("../../../images/integrations/ai/back.svg");
|
||||
background-size: 13px 11px;
|
||||
width: 13px;
|
||||
height: 11px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content-wrap {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content.wpforms-panel-fields {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state {
|
||||
min-height: 485px;
|
||||
height: calc( 100vh - 200px - var( --wpforms-admin-bar-height ));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state::before {
|
||||
background-image: url("../../../images/integrations/ai/ai-form-empty-state.svg");
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 568px 284px;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 284px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state h4 {
|
||||
color: #3c434a;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 29px;
|
||||
margin: 30px 0 10px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state p {
|
||||
color: #6a6f76;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 19px;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-title {
|
||||
font-size: 28px;
|
||||
line-height: 28px;
|
||||
padding: 15px 0 30px 0;
|
||||
margin: 0 15px 15px 15px;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field {
|
||||
margin: 0;
|
||||
min-height: 128px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field:has(> .placeholder.fade-out) {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field:has(.wpforms-ai-form-generator-hidden) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .placeholder {
|
||||
border-radius: 4px;
|
||||
width: calc( 100% - 30px);
|
||||
height: 98px;
|
||||
margin: 15px;
|
||||
background: linear-gradient(92deg, #fcfcfc 50%, #f8f8f8 100%);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .placeholder.fade-out {
|
||||
animation: fade-out .25s ease-in;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@keyframes fade-out {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
opacity: 0;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field {
|
||||
cursor: default;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field.fade-in {
|
||||
animation: fade-in .25s ease-in;
|
||||
background: transparent;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-field-divider:not(:empty)::before {
|
||||
display: revert;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-buttons {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-divider {
|
||||
background-color: #626262;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-divider span:not(.wpforms-badge) {
|
||||
background-color: #626262;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:empty::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field label,
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field input,
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field select,
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field textarea,
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field button {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-pagebreak-normal .wpforms-pagebreak-divider {
|
||||
margin: 0 -15px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-submit {
|
||||
width: fit-content;
|
||||
pointer-events: none;
|
||||
background: #999c9e;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
line-height: 21px;
|
||||
padding: 10px 15px;
|
||||
margin: 20px 15px 15px 15px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-addons-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 20px 15px 15px 15px;
|
||||
}
|
||||
|
||||
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-addons-notice .wpforms-alert-message a {
|
||||
color: #3c434a;
|
||||
font-weight: 600;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) {
|
||||
--wpforms-ai-chat-input-height: 54px;
|
||||
--wpforms-ai-chat-message-list-offset: 79px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list {
|
||||
height: calc( 100% - var( --wpforms-ai-chat-input-height, 54px ) - var( --wpforms-ai-chat-message-list-offset, 41px ));
|
||||
max-height: calc( 100% - var( --wpforms-ai-chat-input-height, 54px ) - var( --wpforms-ai-chat-message-list-offset, 41px ));
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list.wpforms-scrollbar-compact .wpforms-chat-item-error .wpforms-chat-item-content {
|
||||
width: 400px;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-question {
|
||||
width: auto;
|
||||
max-width: 410px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content h4,
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content h4,
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content h4 {
|
||||
line-height: 22px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons,
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons,
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-pre-message .wpforms-ai-chat-answer-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-inactive .wpforms-chat-item-answer:not(.active) .wpforms-chat-item-content {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input {
|
||||
padding: 35px 40px;
|
||||
height: calc( var( --wpforms-ai-chat-input-height, 54px ) + var( --wpforms-ai-chat-message-list-offset, 50px ));
|
||||
max-height: calc( var( --wpforms-ai-chat-input-height, 54px ) + var( --wpforms-ai-chat-message-list-offset, 50px ));
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input .wpforms-ai-chat-send,
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
|
||||
inset-inline-end: 41px;
|
||||
bottom: 38px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input textarea {
|
||||
margin-top: 6px !important;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] {
|
||||
height: calc( 100% - 50px);
|
||||
--wpforms-ai-chat-message-list-offset: 40px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list {
|
||||
padding: 20px 20px 0 19px !important;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-header h3.wpforms-ai-chat-header-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-header .wpforms-ai-chat-header-description a {
|
||||
display: block;
|
||||
line-height: 24px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
|
||||
padding: 20px 6px 0 19px !important;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-divider {
|
||||
border-top: none;
|
||||
margin: 0 0 40px 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input .wpforms-ai-chat-send,
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
|
||||
inset-inline-end: 20px;
|
||||
bottom: 19px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input textarea {
|
||||
margin-top: unset !important;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-restaurant {
|
||||
background-image: url("../../../images/integrations/ai/icon-restaurant.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-ticket {
|
||||
background-image: url("../../../images/integrations/ai/icon-ticket.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-design {
|
||||
background-image: url("../../../images/integrations/ai/icon-design.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-stop {
|
||||
background-image: url("../../../images/integrations/ai/icon-stop-sign.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-pizza {
|
||||
background-image: url("../../../images/integrations/ai/icon-pizza.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-market {
|
||||
background-image: url("../../../images/integrations/ai/icon-market.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description {
|
||||
font-size: 16px;
|
||||
color: #3c434a;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a {
|
||||
color: #036aab;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:hover, wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:focus {
|
||||
color: #0399ed;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-question {
|
||||
background-color: #0399ed;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-spinner {
|
||||
background: #dfe7ef;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content {
|
||||
background: #dfe7ef;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
transition-property: border-color;
|
||||
transition-duration: 0.15s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content:hover,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content:hover {
|
||||
border-color: #86919e;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content h4,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content h4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-ai-chat-answer-buttons button span,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-ai-chat-answer-buttons button span {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons {
|
||||
border-top: 1px solid #ced7e0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons button,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons button {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response .wpforms-ai-chat-answer-button.dislike,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response .wpforms-ai-chat-answer-button.dislike {
|
||||
background-image: url("../../../images/integrations/ai/thumbs-down-inactive.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response button,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response button {
|
||||
opacity: 1;
|
||||
color: #b0b6bd;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-action,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-action {
|
||||
background: #86919e;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-chat-item-content,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-chat-item-content {
|
||||
background: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-chat-item-content:hover,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-chat-item-content:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-ai-chat-answer-buttons button,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-ai-chat-answer-buttons button {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content h4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content span a {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content span a:hover {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer-waiting .wpforms-chat-item-spinner {
|
||||
color: #86919e;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-input {
|
||||
border-top: 1px solid #ced7e0;
|
||||
background: #dfe7ef;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-input textarea {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-input textarea::placeholder {
|
||||
color: #b0b6bd;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-input textarea:not(:focus) {
|
||||
border-color: #b0b6bd;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-input textarea:focus {
|
||||
border: 1px solid #036aab;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 0 0 1px #036aab;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-send,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-stop {
|
||||
background-color: #036aab;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-send:hover, wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-send:focus,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-stop:hover,
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-stop:focus {
|
||||
background-color: #215d8f;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li {
|
||||
border-bottom: 1px solid #ced7e0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li::after {
|
||||
background-image: url("../../../images/integrations/ai/icon-send-blue.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li:hover a {
|
||||
color: #036aab;
|
||||
}
|
||||
|
||||
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li a:hover, wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-welcome-screen-sample-prompts li a:focus {
|
||||
color: #036aab;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box.wpforms-ai-forms-install-addons-modal .jconfirm-checkbox {
|
||||
grid-column: 1 / -1;
|
||||
margin: 5px 0 10px 0;
|
||||
color: #6a6f76;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box.wpforms-ai-forms-install-addons-modal .jconfirm-checkbox input[type="checkbox"] {
|
||||
border-color: #a6a6a6;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.wpforms_page_wpforms-builder .jconfirm .jconfirm-box.wpforms-ai-forms-addons-installed-modal .jconfirm-buttons {
|
||||
margin-top: 0;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+585
@@ -0,0 +1,585 @@
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-answer-buttons .wpforms-btn-orange {
|
||||
background-color: #e27730;
|
||||
border-color: #e27730;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-answer-buttons .wpforms-btn-orange:hover {
|
||||
background-color: #cd6622;
|
||||
border-color: #cd6622;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-answer-buttons .wpforms-btn-sm {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
padding: 0 10px;
|
||||
height: 32px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-flag {
|
||||
background-image: url("../../../images/integrations/ai/flag-usa.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-clover {
|
||||
background-image: url("../../../images/integrations/ai/leaf-maple.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-thumbs-up {
|
||||
background-image: url("../../../images/integrations/ai/thumbs-up.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-globe {
|
||||
background-image: url("../../../images/integrations/ai/globe-americas.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-palm {
|
||||
background-image: url("../../../images/integrations/ai/tree-palm.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat[mode="choices"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-shop {
|
||||
background-image: url("../../../images/integrations/ai/store.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat {
|
||||
display: block;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat {
|
||||
display: block;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list {
|
||||
margin: 0;
|
||||
padding: 40px 40px 20px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
height: calc( 100% - 134px);
|
||||
max-height: calc( 100% - 134px);
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-chat-item-answer:last-child {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
|
||||
padding-right: 25px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-chat-item-question {
|
||||
width: 410px;
|
||||
margin-bottom: 20px;
|
||||
margin-inline-start: auto;
|
||||
display: flex;
|
||||
height: fit-content;
|
||||
padding: 15px 20px 15px 20px;
|
||||
color: #ffffff;
|
||||
gap: 10px;
|
||||
border-radius: 24px;
|
||||
border-start-end-radius: 0;
|
||||
font-weight: 500;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-chat-item-question div > h4:first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item.wpforms-chat-item-text {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header h3.wpforms-ai-chat-header-title {
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header h3.wpforms-ai-chat-header-title:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url("../../../images/integrations/ai/ai-feature.svg");
|
||||
background-size: 16px 16px;
|
||||
opacity: .85;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description {
|
||||
color: #6a6f76;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a {
|
||||
color: #a7aaad;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:hover, wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:focus {
|
||||
color: #3c434a;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-list .wpforms-ai-chat-divider {
|
||||
border-top: 1px solid #dcdcde;
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input {
|
||||
display: flex;
|
||||
height: 134px;
|
||||
position: relative;
|
||||
padding: 40px;
|
||||
background-color: #f6f7f7;
|
||||
box-shadow: 0 -1px 0 #dcdcde;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input input[type="text"],
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea {
|
||||
padding: 10px 15px;
|
||||
padding-inline-end: 54px;
|
||||
width: 100%;
|
||||
height: 54px;
|
||||
min-height: 54px;
|
||||
font-size: 16px;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input input[type="text"]::placeholder,
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea::placeholder {
|
||||
color: #a7aaad;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input input[type="text"]:disabled,
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:disabled {
|
||||
background-color: #ffffff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input input[type="text"]:focus,
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:focus {
|
||||
border: 1px solid #6a6f76;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 0 0 1px #6a6f76;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea {
|
||||
line-height: 22px;
|
||||
padding: 15px 40px 15px 15px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
border-radius: 10px;
|
||||
border: solid 3px transparent;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-resizer, wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-scrollbar-button, wpforms-ai-chat .wpforms-ai-chat-message-input textarea::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea {
|
||||
scrollbar-color: rgba(0, 0, 0, 0) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
background: transparent;
|
||||
border-radius: 10px;
|
||||
border: solid 3px transparent;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-resizer, wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-scrollbar-button, wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input textarea:hover {
|
||||
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
|
||||
scrollbar-gutter: initial !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-send {
|
||||
background-image: url("../../../images/integrations/ai/icon-send.svg");
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
|
||||
background-image: url("../../../images/integrations/ai/icon-stop.svg");
|
||||
background-size: 14px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-send,
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
|
||||
position: absolute;
|
||||
inset-inline-end: 40px;
|
||||
bottom: 40px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 11px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-send.wpforms-hidden,
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-stop.wpforms-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-send:dir(rtl),
|
||||
wpforms-ai-chat .wpforms-ai-chat-message-input .wpforms-ai-chat-stop:dir(rtl) {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons {
|
||||
border-top: 1px solid rgba(220, 220, 222, 0.5);
|
||||
padding-top: 20px;
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons button.wpforms-ai-chat-answer-action, wpforms-ai-chat .wpforms-ai-chat-answer-buttons a.wpforms-ai-chat-answer-learn-more {
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
padding: 6px 10px;
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons button.wpforms-ai-chat-answer-action span, wpforms-ai-chat .wpforms-ai-chat-answer-buttons a.wpforms-ai-chat-answer-learn-more span {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons button.wpforms-ai-chat-answer-action::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 14px;
|
||||
background-image: url("../../../images/integrations/ai/insert.svg");
|
||||
background-size: 12px 14px;
|
||||
opacity: .65;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.dislike {
|
||||
width: 18px;
|
||||
height: 16px;
|
||||
background-image: url("../../../images/integrations/ai/thumbs-down.svg");
|
||||
background-size: 18px 16px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.dislike:hover, wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.dislike:focus {
|
||||
background-image: url("../../../images/integrations/ai/thumbs-down-hover.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.dislike.clicked {
|
||||
background-image: url("../../../images/integrations/ai/thumbs-down-solid.svg");
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.refresh {
|
||||
color: #8c8f94;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.refresh:hover, wpforms-ai-chat .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-button.refresh:focus {
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer-waiting {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer-waiting:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url("../../../images/integrations/ai/ai-answer-icon.svg");
|
||||
background-size: 32px 32px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer-waiting .wpforms-chat-item-spinner {
|
||||
height: 50px;
|
||||
width: 82px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #a7aaad;
|
||||
background-color: #f6f7f7;
|
||||
border-radius: 0 24px 24px 24px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning,
|
||||
wpforms-ai-chat .wpforms-chat-item-error {
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
font-size: 15px;
|
||||
line-height: 15px;
|
||||
text-align: left;
|
||||
margin: 0 0 20px 0;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer:before,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice:before,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning:before,
|
||||
wpforms-ai-chat .wpforms-chat-item-error:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
max-width: 32px;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
background-image: url("../../../images/integrations/ai/ai-answer-icon.svg");
|
||||
background-size: 32px 32px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div {
|
||||
flex-grow: 1;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: #3c434a;
|
||||
background-color: #f6f7f7;
|
||||
gap: 10px;
|
||||
border-radius: 24px;
|
||||
border-start-start-radius: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div h4,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div h4,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div h4,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div h4 {
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
margin: 5px 0;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div ol,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div ol,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div ol,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
list-style: decimal;
|
||||
align-items: flex-start;
|
||||
gap: 15px;
|
||||
padding-inline-start: 20px;
|
||||
margin: 10px 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div ol li,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div ol li,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div ol li,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div ol li {
|
||||
margin: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div > span,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div > span,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div > span,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div > span {
|
||||
line-height: 22px;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div > span.wpforms-ai-chat-answer-footer-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div > span.wpforms-ai-chat-answer-footer-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div > span.wpforms-ai-chat-answer-footer-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div > span.wpforms-ai-chat-answer-footer-learn-more {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div a.wpforms-chat-element-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div a.wpforms-chat-element-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div a.wpforms-chat-element-learn-more,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div a.wpforms-chat-element-learn-more {
|
||||
color: #7a30e2;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div a.wpforms-chat-element-learn-more:hover, wpforms-ai-chat .wpforms-chat-item-answer > div a.wpforms-chat-element-learn-more:focus,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div a.wpforms-chat-element-learn-more:hover,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div a.wpforms-chat-element-learn-more:focus,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div a.wpforms-chat-element-learn-more:hover,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div a.wpforms-chat-element-learn-more:focus,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div a.wpforms-chat-element-learn-more:hover,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div a.wpforms-chat-element-learn-more:focus {
|
||||
color: #5c24a9;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-answer > div pre,
|
||||
wpforms-ai-chat .wpforms-chat-item-notice > div pre,
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div pre,
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div pre {
|
||||
font-size: 0.9em;
|
||||
line-height: 2em;
|
||||
max-width: 490px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
margin: 10px 0;
|
||||
padding: 10px;
|
||||
background-color: #eaeaea;
|
||||
border-left: 3px solid #dcdcde;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-error:before {
|
||||
background-image: url("../../../images/integrations/ai/ai-error-icon.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div {
|
||||
background-color: #fcf0f1;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-error > div h4 {
|
||||
color: #d63638;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-warning:before {
|
||||
background-image: url("../../../images/integrations/ai/ai-warning-icon.svg");
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div {
|
||||
background-color: #fcf6e5;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-warning > div h4 {
|
||||
color: #444444;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-chat-item-notice {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid rgba(220, 220, 222, 0.5);
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li:last-child {
|
||||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li::after {
|
||||
content: '';
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-inline-start: auto;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li:hover a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li:hover::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li a {
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
color: #3c434a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts i {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-size: 20px 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+42
@@ -0,0 +1,42 @@
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate:hover, #wpforms-setup-templates-list .wpforms-template#wpforms-template-generate.selected {
|
||||
box-shadow: 0 0 0 2px #5c24a9, 0 3px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-thumbnail {
|
||||
background-color: #faf5fe;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap {
|
||||
display: flex;
|
||||
max-height: 40px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-template-name {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-badge {
|
||||
box-sizing: border-box;
|
||||
opacity: 1;
|
||||
font-size: 8px;
|
||||
padding: 6px 8px;
|
||||
height: 18px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive {
|
||||
color: #ffffff;
|
||||
background-color: #7a30e2;
|
||||
margin: 0;
|
||||
pointer-events: all;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:hover {
|
||||
background-color: #7a30e2;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate:hover,#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate.selected{box-shadow:0 0 0 2px #5c24a9,0 3px 4px rgba(0,0,0,0.15)}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-thumbnail{background-color:#faf5fe}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap{display:flex;max-height:40px}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-template-name{padding-right:10px}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-badge{box-sizing:border-box;opacity:1;font-size:8px;padding:6px 8px;height:18px;margin-top:20px}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive{color:#ffffff;background-color:#7a30e2;margin:0;pointer-events:all;cursor:default}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:hover{background-color:#7a30e2;color:#ffffff}#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:focus{box-shadow:none}
|
||||
@@ -0,0 +1,252 @@
|
||||
/** AI modal */
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-chat-item-question {
|
||||
background-color: #7a30e2;
|
||||
}
|
||||
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-send,
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-stop {
|
||||
background-color: #7a30e2;
|
||||
}
|
||||
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-send:hover, .jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-send:focus,
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-stop:hover,
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-stop:focus {
|
||||
background-color: #5c24a9;
|
||||
}
|
||||
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li::after {
|
||||
background-image: url("../../../images/integrations/ai/icon-send-purple.svg");
|
||||
}
|
||||
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li:hover a {
|
||||
color: #5c24a9;
|
||||
}
|
||||
|
||||
.jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li a:hover, .jconfirm-wpforms-ai-purple wpforms-ai-chat .wpforms-ai-chat-welcome-screen-sample-prompts li a:focus {
|
||||
color: #5c24a9;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal {
|
||||
background: rgba(114, 119, 124, 0.75);
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box {
|
||||
border: none;
|
||||
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.15);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-content-pane {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
transition-property: height, max-height;
|
||||
transition-duration: 0.05s;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content > div {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type="text"] {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon {
|
||||
opacity: 0.8;
|
||||
top: 17px;
|
||||
inset-inline-end: 24px !important;
|
||||
inset-inline-start: auto;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:after {
|
||||
content: '';
|
||||
background-image: url("../../../images/integrations/ai/close.svg");
|
||||
background-size: 13px 13px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 46px;
|
||||
padding: 0;
|
||||
transition: background-color 0.15s ease, border-bottom 0.15s ease;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar.scrolled {
|
||||
background-color: #f8f8f8;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
inset-inline-end: 53px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
opacity: 0.8;
|
||||
z-index: 100;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin.not-allowed:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin:after {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
background-image: url("../../../images/integrations/ai/pin-chat.svg");
|
||||
background-size: 14px 12px;
|
||||
width: 14px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned {
|
||||
background: transparent;
|
||||
backdrop-filter: blur(0.8px);
|
||||
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
|
||||
width: 500px;
|
||||
z-index: 49;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
inset-inline-start: initial;
|
||||
inset-inline-end: 0;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder {
|
||||
inset-inline-end: 0;
|
||||
bottom: 0;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
padding-inline: 0;
|
||||
height: 10%;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
border-radius: 0;
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .jconfirm-content-pane {
|
||||
height: calc( 100vh - 76px) !important;
|
||||
max-height: 100vh !important;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .jconfirm-content-pane .wpforms-ai-chat-welcome-screen {
|
||||
padding-top: 35px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .jconfirm-closeIcon {
|
||||
top: 16px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-modal-top-bar {
|
||||
background-color: #f8f8f8;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin {
|
||||
top: 16px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin:after {
|
||||
background-image: url("../../../images/integrations/ai/unpin-chat.svg");
|
||||
background-size: 14px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list {
|
||||
padding: 30px;
|
||||
height: calc( 100% - 114px);
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list .wpforms-ai-chat-divider {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list .wpforms-chat-item-question {
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list .wpforms-chat-item-answer:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-list pre {
|
||||
max-width: 358px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-input {
|
||||
padding: 30px;
|
||||
height: 114px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-input textarea {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-input .wpforms-ai-chat-send, body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list {
|
||||
height: calc( 100% - var( --wpforms-ai-chat-input-height, 54px ) - var( --wpforms-ai-chat-message-list-offset, 41px ) + 17px);
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned .jconfirm-holder .jconfirm-box wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input {
|
||||
height: calc( var( --wpforms-ai-chat-input-height, 54px ) + var( --wpforms-ai-chat-message-list-offset, 50px ) - 17px);
|
||||
}
|
||||
|
||||
body .jconfirm.jconfirm-wpforms-ai-modal.pinned.with-wpadminbar .jconfirm-holder .jconfirm-box .jconfirm-content-pane {
|
||||
height: calc( 100vh - 106px) !important;
|
||||
}
|
||||
|
||||
body.rtl .jconfirm.jconfirm-wpforms-ai-modal .jconfirm-box-container .jconfirm-box .wpforms-ai-modal-top-bar .wpforms-ai-modal-pin:after {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,995 @@
|
||||
div.wpforms-container .wpforms-form .choices {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::-moz-placeholder {
|
||||
color: #999999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner, div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
|
||||
background-color: #bbbbbb;
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input {
|
||||
display: block;
|
||||
width: calc(100% - 20px) !important;
|
||||
margin: 10px !important;
|
||||
padding: 7px 12px !important;
|
||||
box-sizing: border-box !important;
|
||||
border: 1px solid #8c8f94 !important;
|
||||
border-radius: 4px !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
|
||||
border: 1px solid #056aab !important;
|
||||
box-shadow: 0 0 0 1px #056aab !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url("../images/cross-inverse.svg");
|
||||
padding: 0;
|
||||
background-size: 8px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
inset-inline-end: 0;
|
||||
margin-top: -10px;
|
||||
margin-inline-end: 25px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10em;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #036aab;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -2.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
|
||||
padding: 0 4px !important;
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -1.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-inline-start: 5px;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
background-image: url("../images/cross.svg");
|
||||
background-size: 12px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
line-height: 1;
|
||||
opacity: .75;
|
||||
border-radius: 0;
|
||||
inset-inline-end: 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:focus, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__inner {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 4px 6px 0;
|
||||
border: 1px solid #8c8f94;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
width: 100%;
|
||||
padding: 0 16px 0 4px;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-inline-end: 20px;
|
||||
white-space: nowrap;
|
||||
color: #2c3338;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value=''] {
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple {
|
||||
display: inline;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
border-radius: 2px;
|
||||
padding-block: 4px;
|
||||
padding-inline: 7px 20px;
|
||||
font-size: .75em;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
margin: 0 6px 4px 0;
|
||||
background-color: #036aab;
|
||||
border: 1px solid #036aab;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100% - 10px);
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #036aab;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #bbbbbb;
|
||||
border: 1px solid #bbbbbb;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
display: none;
|
||||
z-index: 101;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #8c8f94;
|
||||
top: 100%;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown.is-active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
padding: 10px;
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .is-flipped .choices__list--dropdown {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__heading {
|
||||
font-weight: 600;
|
||||
font-size: .75em;
|
||||
text-transform: uppercase;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #b4b6b9;
|
||||
border-bottom: 1px solid #b4b6b9;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
|
||||
.choices__group[data-value="hidden"] > div.wpforms-container .wpforms-form .choices__heading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__button {
|
||||
text-indent: -9999px;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input {
|
||||
display: inline-block;
|
||||
background-color: transparent;
|
||||
margin: 0 0 2px 0 !important;
|
||||
border: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
min-height: 20px !important;
|
||||
padding: 2px 4px !important;
|
||||
height: auto !important;
|
||||
min-width: 1ch;
|
||||
width: 1ch;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__input--hidden {
|
||||
clip: rect(1px, 1px, 1px, 1px) !important;
|
||||
clip-path: inset(50%) !important;
|
||||
height: 1px !important;
|
||||
margin: -1px !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
min-width: auto !important;
|
||||
word-wrap: normal !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices .choices__inner input.choices__input:focus {
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__placeholder {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"]:after {
|
||||
border: none;
|
||||
background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
|
||||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 13px;
|
||||
right: 8px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"].is-flipped:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="text"] .choices__button {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices ::placeholder, div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 4px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--single {
|
||||
padding-right: 4px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
margin-right: 0;
|
||||
margin-left: 3.75px;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__input {
|
||||
padding-right: 2px !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, body.rtl div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
margin-inline-end: 0;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
background-image: url("../../../images/cross.svg");
|
||||
}
|
||||
|
||||
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url("../../../images/cross-inverse.svg");
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices ::-moz-placeholder {
|
||||
color: #999999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices ::placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
|
||||
background-color: #bbbbbb;
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input {
|
||||
display: block;
|
||||
width: calc(100% - 20px) !important;
|
||||
margin: 10px !important;
|
||||
padding: 7px 12px !important;
|
||||
box-sizing: border-box !important;
|
||||
border: 1px solid #8c8f94 !important;
|
||||
border-radius: 4px !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
|
||||
border: 1px solid #056aab !important;
|
||||
box-shadow: 0 0 0 1px #056aab !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url("../images/cross-inverse.svg");
|
||||
padding: 0;
|
||||
background-size: 8px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
inset-inline-end: 0;
|
||||
margin-top: -10px;
|
||||
margin-inline-end: 25px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10em;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:hover, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #036aab;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -2.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
|
||||
padding: 0 4px !important;
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: currentColor transparent transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
inset-inline-end: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -1.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after {
|
||||
border-color: transparent transparent currentColor transparent;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-inline-start: 5px;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
background-image: url("../images/cross.svg");
|
||||
background-size: 12px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
line-height: 1;
|
||||
opacity: .75;
|
||||
border-radius: 0;
|
||||
inset-inline-end: 4px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:hover, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:focus, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__inner {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 4px 6px 0;
|
||||
border: 1px solid #8c8f94;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--single {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
width: 100%;
|
||||
padding: 0 16px 0 4px;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-inline-end: 20px;
|
||||
white-space: nowrap;
|
||||
color: #2c3338;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value=''] {
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--multiple {
|
||||
display: inline;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
border-radius: 2px;
|
||||
padding-block: 4px;
|
||||
padding-inline: 7px 20px;
|
||||
font-size: .75em;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
margin: 0 6px 4px 0;
|
||||
background-color: #036aab;
|
||||
border: 1px solid #036aab;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100% - 10px);
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #036aab;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #bbbbbb;
|
||||
border: 1px solid #bbbbbb;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
display: none;
|
||||
z-index: 101;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #8c8f94;
|
||||
top: 100%;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown.is-active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
padding: 10px;
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .is-flipped .choices__list--dropdown {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__heading {
|
||||
font-weight: 600;
|
||||
font-size: .75em;
|
||||
text-transform: uppercase;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #b4b6b9;
|
||||
border-bottom: 1px solid #b4b6b9;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module .choices__group[data-value="hidden"] > div.wpforms-container .wpforms-form .choices__heading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__button {
|
||||
text-indent: -9999px;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__input {
|
||||
display: inline-block;
|
||||
background-color: transparent;
|
||||
margin: 0 0 2px 0 !important;
|
||||
border: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
min-height: 20px !important;
|
||||
padding: 2px 4px !important;
|
||||
height: auto !important;
|
||||
min-width: 1ch;
|
||||
width: 1ch;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__input::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__input--hidden {
|
||||
clip: rect(1px, 1px, 1px, 1px) !important;
|
||||
clip-path: inset(50%) !important;
|
||||
height: 1px !important;
|
||||
margin: -1px !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
min-width: auto !important;
|
||||
word-wrap: normal !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices .choices__inner input.choices__input:focus {
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__placeholder {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"]:after {
|
||||
border: none;
|
||||
background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
|
||||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 13px;
|
||||
right: 8px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"].is-flipped:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="select-multiple"] .choices__button, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="text"] .choices__button {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices ::placeholder, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
|
||||
padding-right: 4px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__list--single {
|
||||
padding-right: 4px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
|
||||
margin-right: 0;
|
||||
margin-left: 3.75px;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__input {
|
||||
padding-right: 2px !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, .et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
margin-inline-end: 0;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.et-db #et-boc .et-l .et_pb_module body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner,
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
|
||||
background-color: #f9f9f9;
|
||||
border-color: #dddddd;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
|
||||
background-image: url("../../../images/cross.svg");
|
||||
}
|
||||
|
||||
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url("../../../images/cross-inverse.svg");
|
||||
cursor: not-allowed;
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+4430
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
+6754
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
+3641
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
+8000
File diff suppressed because it is too large
Load Diff
Vendored
Executable
+1
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user