REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 25.00 KB
Close
/proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Admin/Layouts/page-customize.css
Text
Base64
.page-customizer-wrap { display: flex; padding-left: 320px; } .page-customizer-wrap > .page-customizer-left { width: 320px; flex-shrink: 0; background-color: #f0f0f1; position: fixed; left: 0; top: 0; height: 100vh; overflow: auto; z-index: 100; } .page-customizer-wrap > .page-customizer-right { width: 100%; min-height: 100vh; } .page-customizer-wrap > .page-customizer-right > iframe { width: 100%; height: 100%; border: none; } .language-switch { position: relative; flex: 1; display: flex; padding: 0 12px; } .language-switch > .language-switch-wrap { display: flex; justify-content: center; align-content: center; cursor: pointer; gap: 5px; padding: 9px 0; position: relative; } .language-switch > .language-switch-wrap::after { content: ""; height: 6px; width: 6px; border: 1px solid; transform: rotate(45deg); border-left: none; border-top: none; position: relative; top: 6px; left: 1px; } .language-switch > .select-lang { position: absolute; z-index: 10; background: #fff; top: 101%; min-width: 130px; border-radius: 0px 0px 5px 5px; box-shadow: 0px 0px 10px #e9e9e9; } .language-switch > .select-lang > ul { padding: 5px 0; margin: 0; } .language-switch > .select-lang > ul > li { list-style: none; cursor: pointer; padding: 4px 15px; transition: al 0.3s ease; } .language-switch > .select-lang > ul > li:hover { color: #34c759; background-color: rgba(52, 199, 89, 0.1); } .customizer-footer { position: fixed; left: 0; bottom: 0; height: 52px; display: flex; align-items: center; padding: 5px 12px; justify-content: center; width: 319px; background-color: #fff; border-top: 1px solid #dcdcde; } .customize-section-wrap { display: flex; overflow: hidden; height: calc(100vh - 50px); position: fixed; top: 50px; width: 320px; background-color: #fff; border: 1px solid #dcdcde; } .customize-section-wrap .customize-section-area { width: 320px; flex-shrink: 0; flex: none; transition: all 0.3s ease; overflow: auto; background-color: inherit; height: calc(100% - 50px); } .customize-section-wrap .customize-options { flex: none; flex-grow: 1; width: 320px; height: 100%; overflow-y: auto; overflow-x: hidden; background-color: inherit; transition: all 0.3s ease; position: absolute; top: 0; left: 320px; } .customize-section-wrap .customize-options.active { left: 0; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title { position: relative; background: #ffffff; display: flex; align-items: center; border-bottom: 1px solid #dcdcde; position: sticky; top: 0; z-index: 10; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title button { width: 50px; border: none; border-right: 1px solid #dcdcde; background: #ffffff; border-left: 4px solid transparent; transition: 0.3s; display: flex; align-items: center; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title button:hover { border-left: 4px solid #ff4a17; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title button:hover .md { color: #ff4a17; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title button .md { font-size: 24px; font-weight: bold; color: #3c434a; } .customize-section-wrap .customize-options .customize-section-description-container .customize-section-title span { padding: 10px 10px 10px 14px; color: #50575e; } .customize-section-wrap .customize-options .customize-section-description-container .remove-section { right: 10px; top: 13px; position: absolute; cursor: pointer; } .customize-section-wrap .customize-options .customize-section-description-container .remove-section .md { font-size: 20px; color: red; } .customize-section-wrap .add-sections { width: 320px; flex: none; position: absolute; height: 100%; left: 320px; overflow: auto; transition: all 0.3s ease; z-index: 100; top: 0; background-color: inherit; } .customize-section-wrap .add-sections.active { left: 0; } .customize-header-actions { display: flex; align-items: center; justify-content: space-between; padding: 7px 12px 7px 0; height: 50px; background-color: #f0f0f1; position: relative; border-right: 1px solid #dcdcde; } .customize-header-actions > .dismiss { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-right: 1px solid #dcdcde; transition: 0.3s; } .customize-header-actions > .dismiss:hover { background: #ffffff; border-top: 3px solid #ff4a17; } .customize-header-actions > .dismiss:hover > .md { color: #ff4a17; } .customize-header-actions > .dismiss > .md { font-size: 24px; font-weight: bold; color: #3c434a; } .customize-header-actions > .publish .btn-sm { padding: 0.3em 1em; } .page-customize-notice { background-color: #ffffff; } .page-customize-notice > .page-customize-notice-title { padding: 15px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid #dcdcde; } .page-customize-notice > .page-customize-notice-title > span { color: #50575e; } .page-customize-notice > .page-customize-notice-title > .md { color: #50575e; font-size: 18px; padding: 2px; border-radius: 50%; cursor: pointer; transition: 0.1s; border: 1px solid transparent; } .page-customize-notice > .page-customize-notice-title > .md:hover { border: 1px solid #ff4a17; color: #ff4a17; } .page-customize-notice > .page-customize-notice-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-in; } .page-customize-notice > .page-customize-notice-content > p { font-size: 13px; line-height: 1.5em; padding: 15px 20px; color: #50575e; margin: 0; border-bottom: 1px solid #dcdcde; } .page-customize-notice-content.show { max-height: 300px; } .customize-sections .customize-sections-item { display: flex; align-items: center; padding: 14px 10px 14px 14px; background: rgb(255, 255, 255); justify-content: space-between; cursor: move; border-bottom: 1px solid #dcdcde; border-left: 4px solid #fff; transition: 0.1s; } .customize-sections .customize-sections-item:hover { border-left: 4px solid #ff4a17; } .customize-sections .customize-sections-item:hover .customize-sections-item-title h3 { color: #ff4a17; } .customize-sections .customize-sections-item:hover .customize-sections-item-icon .md { color: #ff4a17; } .customize-sections .customize-sections-item .customize-sections-item-title h3 { font-size: 14px; color: #50575e; margin: 0; } .customize-sections .customize-sections-item .customize-sections-item-icon { display: flex; justify-content: center; align-items: center; } .customize-sections .customize-sections-item .customize-sections-item-icon .md { color: #a7aaad; font-size: 20px; } .customize-field { padding: 15px 18px; } .customize-field .form-group > select { padding: 0px 15px 0px 15px; } .customize-field .form-group .form-control { background-color: transparent; border-color: #dcdcde; min-height: 36px; font-size: 14px; padding: 8px 12px; } .customize-field .form-group > select.form-control { padding: 8px 10px; } .social-link-items .row .col-md-6 .form-group .form-control { background-color: #ffffff; border-color: #dcdcde; min-height: 40px; font-size: 14px; } .social-media-wrap { position: relative; } .list-wrap-moving-wrap { display: flex; } .list-wrap-moving-wrap .remove-item { background: transparent; height: 40px; border: none; color: red; font-size: 20px; display: flex; justify-content: center; align-items: center; outline: none; } .single-partner-logo { position: relative; } .remove-partner-logo { position: absolute; top: 0; right: 0; background: transparent; height: 40px; border: none; color: red; font-size: 20px; display: flex; justify-content: center; align-items: center; outline: none; } .remove-partner-logo:focus { outline: none; } .plan-wrap { margin-bottom: 25px; background: #ffffff; border-radius: 10px; padding: 10px; position: relative; } .plan-wrap .remove-button { position: absolute; top: -10px; right: 0; } .feature-list-wrap { display: flex; } .feature-list-wrap .remove-item { background: transparent; height: 40px; border: none; color: red; font-size: 20px; display: flex; justify-content: center; align-items: center; outline: none; } .add-section-title { border-bottom: 1px solid #dcdcde; background: #ffffff; display: flex; } .add-section-title button { width: 46px; border: none; border-right: 1px solid #dcdcde; background: #ffffff; border-left: 4px solid transparent; transition: 0.3s; display: flex; align-items: center; } .add-section-title button:hover { border-left: 4px solid #ff4a17; } .add-section-title button:hover .md { color: #ff4a17; } .add-section-title button .md { font-size: 24px; font-weight: bold; color: #3c434a; } .add-section-title span { padding: 10px 10px 12px 14px; color: #50575e; } .service-icon-box { background: #fff; padding: 15px; border-radius: 5px; margin-bottom: 20px; } .cs_tab_wrap { display: flex; font-size: 14px; line-height: 1.5em; font-weight: 400; margin: -15px -18px 15px -18px; } .cs_tab_wrap span { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 14px 12px; border-bottom: 1px solid #dcdcde; cursor: pointer; position: relative; transition: all 0.3s ease; } .cs_tab_wrap span::before { content: ""; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); height: 3px; width: 0%; background-color: #50575e; transition: all 0.3s ease; } .cs_tab_wrap span:hover { font-weight: 600; } .cs_tab_wrap span.active { pointer-events: none; color: #50575e; border-bottom: 1px solid transparent; font-weight: 600; } .cs_tab_wrap span.active::before { width: 100%; } .cs_design_layout_box { margin-bottom: 15px; } .cs_design_layout_select { display: flex; align-items: center; justify-content: space-between; gap: 0px; margin-bottom: -1px; } .cs_design_layout_select label { margin: 0; font-weight: 400; font-size: 14px; } .cs_design_layout_select .form-control { width: initial; } .cs_design_layout_select .form-control:hover { cursor: pointer; } .cs_design_layout_select.active .cs_design_layout_toggle_btn { border-bottom: 0; border-radius: 7px 7px 0 0; background-color: #f2f2f2; font-weight: 500; } .cs_design_layout_select.active .cs_design_layout_toggle_btn svg { transform: rotate(180deg); } .cs_design_layout_toggle_btn { border: 1px solid #dcdcde; border-radius: 7px; padding: 7px 30px 7px 15px; display: inline-flex; align-items: center; gap: 5px; position: relative; z-index: 2; cursor: pointer; background-color: #fff; transition: all 0.3s ease; } .cs_design_layout_toggle_btn:hover { border-color: #bebec0; } .cs_design_layout_toggle_btn svg { position: absolute; right: 7px; top: 8px; transition: all 0.3s ease; opacity: 0.6; } .cs_loop_list .cs_loop_list_in { border: 1px solid #dcdcde; border-radius: 7px; } .cs_loop_list .cs_loop_item { border-bottom: 1px solid #dcdcde; } .cs_loop_list .cs_loop_item:first-child .cs_loop_item_head { border-top-left-radius: 7px; border-top-right-radius: 7px; } .cs_loop_list .cs_loop_item_head { position: relative; background-color: #fafafa; transition: all 0.3s ease; display: flex; } .cs_loop_list .cs_loop_item_head:hover { background-color: #f2f2f2; } .cs_loop_list .cs_loop_item_head > span { padding: 9px 12px; cursor: pointer; flex: 1; } .cs_loop_list .cs_loop_item_head > span > span { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .cs_loop_list .cs_remove_loop_item { width: 40px; height: 40px; padding: 0; display: flex; align-items: center; justify-content: center; border: none; background-color: transparent; outline: none; border-left: 1px solid #dcdcde; transition: all 0.3s ease; color: #666; } .cs_loop_list .cs_remove_loop_item:hover { color: red; } .cs_loop_list .cs_clone_loop_item { width: 40px; height: 40px; padding: 0; display: flex; align-items: center; justify-content: center; border: none; background-color: transparent; outline: none; border-left: 1px solid #dcdcde; transition: all 0.3s ease; color: #666; } .cs_loop_list .cs_clone_loop_item:hover { color: #34c759; } .cs_loop_list .cs_loop_item_control_btns { display: flex; } .cs_loop_list .cs_loop_list_btn { text-align: center; padding: 10px 10px; } .cs_loop_list .cs_loop_list_btn .btn-sm { padding: 5px 14px; background-color: #50575e; transition: all 0.3s ease; font-size: 13px; line-height: 1.5em; } .cs_loop_list .cs_loop_list_btn .btn-sm:hover { opacity: 0.8; } .cs_loop_list .cs_loop_item_body { padding: 8px 12px 14px 12px; border-top: 1px solid #dcdcde; } .cs_loop_list .cs_loop_item_body .form-group { margin-bottom: 10px; } .cs_loop_list .cs_loop_item_body > *:last-child { margin-bottom: 0; } .cs_loop_list.cs_style_1 .upload-area.upload-area-sm { min-height: 80px; padding: 10px; } .cs_loop_list.cs_style_1 .cs_inner_feature_item.cs_type_1 > .cs_inner_feature_head .cs_inner_feature_head_title { padding: 7px 10px; } .cs_loop_list.cs_style_1 .cs_inner_feature_item.cs_type_1 > .cs_inner_feature_head .cs_inner_feature_item_delete { height: 36px; width: 36px; } .cs_loop_list.cs_style_1 .cs_inner_feature_item.cs_type_1 > .cs_inner_feature_head .cs_inner_feature_item_delete svg { height: 18px; width: 18px; } .cs_loop_list.cs_style_1 .cs_inner_feature_item.cs_type_1 > .cs_inner_feature_body { padding-bottom: 10px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list label { margin-bottom: 5px; font-size: 14px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list .form-group .form-control { min-height: 34px; height: 34px; padding: 4px 10px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list .cs_inner_feature_list .cs_add_btn_border { width: initial; font-size: 12px; padding: 3px 10px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list .cs_inner_feature_list .cs_inner_feature_add_btn { padding: 7px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list .cs_inner_feature_list label { margin-bottom: 2px; font-size: 13px; } .cs_loop_list.cs_style_1 .cs_inner_feature_list .cs_inner_feature_list .form-group .form-control { min-height: 30px; height: 30px; padding: 4px 10px; } .cs_loop_list.cs_style_1 .cs_link_options .cs_link_option_btn { width: 34px; height: 34px; } .cs_loop_list .cs_loop_item_body .cs_inner_feature_item.cs_type_1 .form-group { margin-bottom: 8px; } .cs_loop_list .cs_loop_item_body .cs_inner_feature_item.cs_type_1 .cs_inner_feature_item .form-group { margin-bottom: 5px; } .cs_input_group { display: flex; } .cs_input_group .cs_input_group_text { display: flex; align-items: center; padding: 5px 10px; font-size: 13px; line-height: 1.5em; border: 1px solid #dcdcde; border-right-width: 0; border-radius: 7px 0 0 7px; background-color: #f1f1f1; } .cs_input_group .cs_input_group_text + .form-control { border-radius: 0 7px 7px 0; } .cs_input_group .form-control { border-radius: 7px 0 0 7px; } .cs_input_group .form-control + .cs_input_group_text { border-left: 0; border-radius: 0 7px 7px 0; border-right-width: 1px; } .cs_section_images { border: 1px solid #dcdcde; border-radius: 7px 0 7px 7px; padding: 16px; background-color: #f2f2f2; margin-bottom: 25px; } .cs_section_image { position: relative; } .cs_section_image:not(:last-child) { margin-bottom: 10px; } .cs_section_image input { position: absolute; height: 100%; width: 100%; right: 0; top: 0; z-index: 2; cursor: pointer; opacity: 0; margin: 0; } .cs_section_image input:checked + .cs_section_image_in { border-color: rgba(0, 0, 0, 0.6); box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.6); } .cs_section_image input:checked + .cs_section_image_in label { font-weight: 700; } .cs_section_image:hover .cs_section_image_in { border-color: rgba(0, 0, 0, 0.35); box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.35); } .cs_section_image:hover .cs_section_image_in label { font-weight: 700; } .cs_section_image_in { border: 1px solid #dcdcde; border-radius: 7px; text-align: center; overflow: hidden; transition: all 0.3s ease; } .cs_section_image_in img { border-radius: 7px 7px 0 0; display: block; } .cs_section_image_in label { border-top: 1px solid #dcdcde; background-color: #fff; margin: 0; display: block; border-radius: 0 0 7px 7px; padding: 7px 10px; font-size: 13px; line-height: 1.3em; font-weight: 500; } .cs_padding_toggle_btns { display: inline-flex; background-color: #f1f1f1; padding: 2px; border-radius: 5px; font-size: 12px; line-height: 1.5em; } .cs_padding_toggle_btns .cs_padding_toggle_btn { padding: 1px 7px; border-radius: 5px; cursor: pointer; transition: all 0.3s ease; } .cs_padding_toggle_btns .cs_padding_toggle_btn:hover { color: #000; } .cs_padding_toggle_btns .cs_padding_toggle_btn.active { color: #000; background-color: #fff; } .cs_radio_tab_wrap { border: 1px solid #dcdcde; border-radius: 7px; } .cs_radio_tab_body { padding: 9px 10px 12px 10px; } .cs_radio_tab_head { display: flex; } .cs_radio_tab_item { position: relative; display: block; } .cs_radio_tab_item input { position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 2; cursor: pointer; opacity: 0; margin: 0 !important; } .cs_radio_tab_item input:hover + .cs_radio_tab_item_in { background-color: #fafafa; } .cs_radio_tab_item input:checked + .cs_radio_tab_item_in { background-color: #f2f2f2; } .cs_radio_tab_item:first-child .cs_radio_tab_item_in { border-top-left-radius: 7px; } .cs_radio_tab_item:last-child .cs_radio_tab_item_in { border-bottom-right-radius: 7px; } .cs_radio_tab_item_in { padding: 4px 8px; display: block; border-bottom: 1px solid #dcdcde; border-right: 1px solid #dcdcde; transition: all 0.3s ease; } .cs_mb_2 { margin-bottom: 2px; } .cs_social_links_box, .cs_inner_feature_list { border: 1px solid #dcdcde; border-radius: 7px; padding: 10px; } .cs_social_links_box label, .cs_inner_feature_list label { margin-bottom: 2px; font-size: 13px; } .customize-field .cs_social_links_box .form-group .form-control, .customize-field .cs_inner_feature_list .form-group .form-control { min-height: 30px; height: 30px; padding: 4px 10px; } .cs_loop_list .cs_loop_item_body .cs_social_links_box .form-group, .cs_loop_list .cs_loop_item_body .cs_inner_feature_list .form-group { margin-bottom: 5px; } .cs_inner_feature_list { padding: 0; } .cs_inner_feature_head { background-color: #fafafa; display: flex; justify-content: space-between; transition: all 0.3s ease; } .cs_inner_feature_head:hover { background-color: #f2f2f2; } .cs_inner_feature_head_title { display: block; padding: 4px 10px; flex: 1; cursor: pointer; } .cs_inner_feature_head_title span { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .cs_inner_feature_item_delete { color: rgba(0, 0, 0, 0.4); cursor: pointer; transition: all 0.3s ease; height: 30px; width: 30px; display: flex; justify-content: center; align-items: center; border-left: 1px solid #dcdcde; } .cs_inner_feature_item_delete:hover { color: #000; } .cs_inner_feature_add_btn { padding: 10px; } .cs_inner_feature_item { border-bottom: 1px solid #dcdcde; } .cs_inner_feature_item:first-child .cs_inner_feature_head { border-radius: 7px 7px 0 0; } .cs_inner_feature_body { padding: 5px 10px; border-top: 1px solid #dcdcde; } .cs_group_with_delete { position: relative; padding-right: 18px; } .cs_group_with_delete + .text-center { margin-top: 5px; } .cs_group_delete { position: absolute; right: -3px; bottom: 12px; display: flex; color: #000; opacity: 0.4; cursor: pointer; transition: all 0.3s ease; } .cs_group_delete:hover { opacity: 1; } .cs_add_btn_border { border: 1px solid rgba(0, 0, 0, 0.2); background-color: transparent; outline: none; color: rgba(0, 0, 0, 0.7); border-radius: 7px; font-size: 13px; font-weight: 600; padding: 4px 14px; line-height: 1.5em; transition: all 0.3s ease; width: 100%; background-color: #f1f1f1; outline: none !important; } .cs_add_btn_border:hover { border-color: rgba(0, 0, 0, 0.5); background-color: #f2f2f2; } .cs_design_layout_box.cs_type_1 .cs_design_layout_select { flex-direction: column; align-items: flex-start; gap: 6px; } .cs_design_layout_box.cs_type_1 .cs_design_layout_toggle_btn { width: 100%; } .cs_design_layout_box.cs_type_1 .cs_section_images { border-radius: 0px 0 7px 7px; } .cs_link_options_wrap { display: flex; position: relative; } .cs_link_options_wrap .form-control { border-radius: 7px 0 0 7px; } .cs_saved_links_dropdown { position: absolute; bottom: 100%; background: #fff; width: 100%; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1294117647); border-radius: 7px; padding: 10px 0; z-index: 5; } .cs_saved_links_search { width: calc(100% - 20px); display: block; border: 1px solid #dcdcde; margin-left: 10px; height: 30px; border-radius: 5px; padding: 2px 6px; margin-bottom: 5px; outline: none; font-size: 13px; } .cs_saved_links_search:focus { border-color: #c5c5c8; } .cs_saved_links { display: block; max-height: 165px; overflow: auto; } .cs_saved_links span { display: block; padding: 5px 10px; cursor: pointer; } .cs_saved_links span:hover, .cs_saved_links span.active { background-color: #f2f2f2; } .cs_saved_links span:not(:last-child) { margin-bottom: 1px; } .cs_link_options { display: flex; } .cs_link_options .cs_link_option_btn { flex: none; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid #dcdcde; margin-left: -1px; cursor: pointer; position: relative; } .cs_link_options .cs_link_option_btn:last-child { border-radius: 0 7px 7px 0; } .cs_link_options .cs_link_option_btn.active { background-color: #f2f2f2; cursor: initial; } .cs_link_options .cs_link_option_btn span { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); font-size: 12px; background-color: #000; color: #fff; border-radius: 4px; line-height: 1.2em; white-space: nowrap; padding: 4px 5px; margin-top: 3px; display: none; } .cs_link_options .cs_link_option_btn:hover span { display: block; } .section-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; } .section-item { text-align: center; border: 1px solid #dcdcde; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 85px; border-radius: 7px; cursor: pointer; gap: 8px; line-height: 1.2em; font-size: 14px; padding: 10px 5px; font-weight: 500; transition: all 0.3s ease; } .section-item:hover { background-color: #f0f0f0; border-color: #9a9a9b; } .section-item i { display: flex; justify-content: center; } .section-item svg { width: 26px; height: 26px; } .section-search-input-wrap { position: relative; margin-bottom: 10px; } .section-search-input-wrap .section-search-input { display: block; border: 1px solid #dcdcde; height: 36px; width: 100%; border-radius: 7px; padding: 3px 25px 3px 32px; line-height: 1.5em; outline: none; transition: all 0.3s ease; } .section-search-input-wrap .section-search-input:focus { border-color: #b5b5b5; } .section-search-input-wrap .section-search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #b5b5b5; display: flex; } .section-search-input-wrap .section-search-clear { display: flex; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); cursor: pointer; } .section-search-input-wrap .section-search-clear:hover { color: red; } .section-list-not-found { text-align: center; grid-column: span 2; padding: 10px 15px; } .section-list-title { font-size: 18px; margin-bottom: 10px; } .editor-breadcamp-inputs { border: 1px solid #dcdcde; padding: 25px 10px 0px 10px; border-radius: 7px; margin-top: -31px; margin-bottom: 15px; } .editor-breadcamp-toggle-wrap { display: inline-flex; gap: 10px; background-color: #fff; padding: 0 10px 5px 0; margin: 0; } .seo-details-title { font-size: 14px; margin-bottom: 0; padding-bottom: 6px; } .seo-details-wrap { border: 1px solid #dcdcde; padding: 10px 10px 15px 10px; border-radius: 7px; } .seo-details-wrap > *:last-child { margin-bottom: 0; } .seo-details-wrap i { font-size: 13px; line-height: 1.6em; color: rgba(0, 0, 0, 0.45); } .publish { display: flex; align-items: center; gap: 9px; } .publish_eye { transition: all 0.3s ease; } .publish_eye:hover { transform: scale(1.1); }/*# sourceMappingURL=page-customize.css.map */
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AdminLayouts.jsx
2.07 KB
lrw-rw-rw-
2025-05-08 11:49:05
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-customize.css
25.00 KB
lrw-rw-rw-
2025-04-24 11:28:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-customize.css.map
10.02 KB
lrw-rw-rw-
2025-04-24 11:28:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-customize.scss
27.76 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PageCustomizeLayout.jsx
4.15 KB
lrw-rw-rw-
2025-04-27 17:14:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).