rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,2 @@
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attributions listed in LICENSE.md, including associate copyright notices and licensing information. */
#et_aweber_connection li,#et_aweber_connection p{margin-bottom:12px}#et_aweber_connection li:last-child,#et_aweber_connection p:last-child{margin-bottom:0}#epanel-content .epanel-box .et_disable_memory_limit_increase,#epanel-content .epanel-box .et_remove_connection{margin-left:0}.et_result_error{padding:15px;background:#be5151;margin-top:13px;color:#fff;clear:both;top:12px;position:relative}#epanel .et_result_error strong{font-weight:700}.et_aweber_connect_done{text-align:center}.et_aweber_connect_done span{float:none!important}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attributions listed in LICENSE.md, including associate copyright notices and licensing information. */
@font-face{font-family:ETmodules;font-display:swap;src:url(../../../core/admin/fonts/modules.eot);src:url(../../../core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"),url(../../../core/admin/fonts/modules.ttf) format("truetype"),url(../../../core/admin/fonts/modules.woff) format("woff"),url(../../../core/admin/fonts/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}li.toplevel_page_et_divi_options div.wp-menu-image:before{font-family:ETmodules;content:"\E625";width:30px!important;font-size:30px!important;margin-top:-5px}

View File

@@ -0,0 +1,2 @@
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attributions listed in LICENSE.md, including associate copyright notices and licensing information. */
.et_pb_modal_overlay .button-primary{text-shadow:none!important}.et_pb_hide_insert .et_pb_module_block+.et-pb-insert-module,.et_pb_hide_insert a.et-pb-clone.et-pb-clone-module,.et_pb_module_block+a.et-pb-insert-module.et_pb_hidden_button,a#et_pb_toggle_builder,div#et_pb_layout_controls,div#minor-publishing-actions,div#misc-publishing-actions,select#filter-by-date{display:none}.et_pb_section_placeholder a.et-pb-section-add-specialty.et-pb-add-specialty-template{display:block;border:2px solid #bbb;border-radius:4px;text-align:center;padding:20px 0;color:#999;text-decoration:none;position:relative;margin-bottom:14px}.et_pb_section_placeholder .et-pb-add-specialty-template.et-pb-section-add-specialty:before,.et_pb_section_placeholder .et-pb-controls,.et_pb_section_placeholder .et-pb-section-content{display:none}a.et-pb-modal-save-template{display:none!important}.alignleft.actions.bulkactions{display:block}a.et-pb-modal-save{width:920px!important}.clearfix{clear:both}.et-builder-library__icon--global:before{content:url(../images/library-global.svg);display:inline-block;width:28px;height:28px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,84 @@
/**
* Third party themes might sets html / body to `100%` which might cause preview height issue
*/
html,
body {
height: auto !important;
}
/**
* Force set overflow auto on html tag that needs it (in DBP context)
*/
.et-block-layout-force-overflow-auto {
overflow: auto !important;
}
/**
* Remove unwanted divi builder window padding top and bottom
*/
body.et-block-layout-preview #page-container {
padding-top: 0 !important;
}
body.et-block-layout-preview .et_pb_post.et-fb-iframe-ancestor {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
/**
* Basic styling of layout block preview. All the anchestor shouldn't be visible
*/
.et-pb-layout-preview-ancestor,
.et-pb-layout-preview-ancestor > #et-boc {
margin: 0 !important;
padding: 0!important;
display: block !important;
border: none !important;
box-shadow: none !important;
float: none !important;
background: transparent !important;
}
/**
* Reset visual builder ancestor styling to make sure correct positioning
*/
.et-fb-root-ancestor {
width: 100% !important;
min-width: 100% !important;
margin: 0 !important;
}
/**
* Layout positioning fix on Divi Builder Plugin context. A theme can have reset style which
* affecting the layout positioning
*/
.et_divi_builder .et-pb-layout-preview-ancestor > #et-boc {
max-width: none !important;
width: auto;
}
/**
* Force width correction in Divi Builder Plugin if theme has loop wrapper's width styling which
* makes layout preview template couldnt' reach full width without this reset
*/
.et_divi_builder .et-pb-layout-preview-width-correction {
max-width: none !important;
width: auto !important;
}
/**
* Pseudo element might be used for manipulating layout and UI related style. Thus, only reset the
* UI styling aspect that is more likely not needed in block layout preview
*/
.et-pb-layout-preview-ancestor:before,
.et-pb-layout-preview-ancestor:after {
box-shadow: none !important;
background: transparent !important;
}
/*
* Hide any DOM outputted via wp_footer(), possibly by plugins
*/
#block-layout-preview-footer {
display: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attributions listed in LICENSE.md, including associate copyright notices and licensing information. */
.et-wp-pre-3_8 #et_pb_widget_area_create{margin:0 8px;border-radius:5px;background-color:#fcfcfc;font-size:16px;padding:30px;border:1px solid #dfdfdf}#et_pb_widget_area_create p{padding:0;margin:0;font-size:12px;color:#666;font-family:sans-serif;font-style:italic}.et-wp-pre-3_8 #et_pb_widget_area_create p label{margin-top:20px;font-style:normal;font-size:15px;color:#464646;font-family:Georgia,Times New Roman,Bitstream Charter,Times,serif}#et_pb_widget_area_create p input{width:95%;margin:15px 0}#et_pb_widget_area_create button.button{display:inline-block;margin-top:20px;vertical-align:middle}.et_pb_widget_area_remove{display:block;padding:3px 8px;border-radius:4px;background-color:#e94a4a;text-shadow:none;float:left;margin:5px 0 0 5px}.et_pb_widget_area_remove,.et_pb_widget_area_remove:hover{color:#fff;text-decoration:none}#et_pb_widget_area_create{background-color:#fff;max-width:96%;margin-right:0;margin-top:10px;border-radius:0;border:1px solid #ddd;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-left:0;padding:4%}#et_pb_widget_area_create p label{font-size:1.3em;display:inline-block;width:85%;font-weight:600;color:#222;font-family:Open Sans,sans-serif}.et_pb_widget_area_remove{margin-top:11px}.edit-widgets-block-editor .et_pb_widget_area_remove{margin:12px 0 12px 12px;position:absolute;z-index:1}.edit-widgets-block-editor .et_pb_widget_area_remove+button.components-panel__body-toggle.components-button{padding-left:80px}.edit-widgets-block-editor #et_pb_widget_area_create{margin:0 auto 30px;max-width:700px;padding:2%}