golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/essential-addons-elementor/src/css/view
⬆️ Go Up
Upload
File/Folder
Size
Actions
adv-google-map.scss
970 B
Del
OK
advanced-menu.scss
18.74 KB
Del
OK
advanced-search.scss
10.41 KB
Del
OK
content-timeline.scss
25.86 KB
Del
OK
counter.scss
788 B
Del
OK
creative-btn.scss
14.68 KB
Del
OK
divider.scss
1.55 KB
Del
OK
dynamic-filter-gallery.scss
11.07 KB
Del
OK
fancy-text.scss
191 B
Del
OK
flip-carousel.scss
2.44 KB
Del
OK
image-hotspots.scss
4.24 KB
Del
OK
image-scroller.scss
776 B
Del
OK
img-comparison.scss
1.07 KB
Del
OK
instagram-gallery.scss
11.2 KB
Del
OK
interactive-cards.scss
432 B
Del
OK
interactive-promo.scss
25.96 KB
Del
OK
learn-dash-course-list.scss
17.46 KB
Del
OK
lightbox.scss
7.45 KB
Del
OK
login-register.scss
3.81 KB
Del
OK
logo-carousel.scss
1.44 KB
Del
OK
mailchimp.scss
2.77 KB
Del
OK
offcanvas.scss
5.8 KB
Del
OK
one-page-navigation.scss
5.24 KB
Del
OK
post-block-overlay.scss
943 B
Del
OK
post-block.scss
15.37 KB
Del
OK
post-carousel.scss
6.13 KB
Del
OK
post-list.scss
14.43 KB
Del
OK
price-menu.scss
1.99 KB
Del
OK
price-table.scss
19.66 KB
Del
OK
progress-bar.scss
1.72 KB
Del
OK
protected-content.scss
645 B
Del
OK
section-parallax.scss
423 B
Del
OK
section-particles.scss
390 B
Del
OK
social-feed.scss
5.49 KB
Del
OK
static-product.scss
3.92 KB
Del
OK
team-member-carousel.scss
3.39 KB
Del
OK
team-members.scss
765 B
Del
OK
testimonial-slider.scss
16.57 KB
Del
OK
toggle.scss
1.71 KB
Del
OK
woo-account-dashboard.scss
44.25 KB
Del
OK
woo-checkout-pro.scss
13.66 KB
Del
OK
woo-collections.scss
3.03 KB
Del
OK
woo-cross-sells.scss
8.17 KB
Del
OK
woo-product-slider.scss
44.06 KB
Del
OK
woo-thank-you.scss
28.97 KB
Del
OK
Edit: woo-checkout-pro.scss
html { scroll-behavior: smooth; } .ea-woo-checkout{ &.layout-split, &.layout-multi-steps { .steps-buttons { display: flex; button { &:focus { outline: none; } &.ea-woo-checkout-btn-prev { display: none; } } } } &.layout-split { .layout-split-container { display: flex; @media (max-width: 768px){ flex-direction: column-reverse; } .info-area { width: 65%; margin-right: 5%; @media (max-width: 768px){ width: 100%; } .split-tabs { display: flex; flex-direction: row; align-items: stretch; padding-left: 0; margin: 0 0 30px 0; border-radius: 5px; list-style: none; text-align: center; li { flex: 1; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 16px; line-height: 1.2em; -webkit-font-smoothing: subpixel-antialiased; padding: 12px; &.active { background-color: #7866ff; border-radius: 4px; color: #FFFFFF; cursor: pointer; } &.completed { cursor: pointer; } } } .woo-checkout-login { .form-row-first { @media (max-width: 768px){ width: 100%; } } .form-row-last { @media (max-width: 768px){ width: 100%; } } } .woo-checkout-coupon .checkout_coupon { .form-row-first { width: 70%; @media (max-width: 768px){ width: 100%; } } .form-row-last { width: 28%; @media (max-width: 768px){ width: 100%; } } } } .table-area { width: 30%; @media (max-width: 768px){ width: 100%; } .ea-woo-checkout-order-review { .ea-order-review-table { .product-quantity { padding: 0; } .table-row { background-color: transparent; border-bottom: 1px solid; padding-bottom: 11px; border-radius: 0; @media (max-width: 768px){ width: 100%; } .table-col-1 { flex-basis: 80%; max-width: 80%; .product-thumbnail { width: 20%; } .product-name { width: 80%; } } .table-col-3.product-total { flex-basis: 20%; max-width: 20%; padding-right: 0!important; } } } .ea-order-review-table-footer { flex-direction: column-reverse; .footer-content { width: 100%; padding: 0; background-color: transparent; .order-total { border-top: 1px solid; margin-top: 10px; padding-top: 10px; font-size: 1.2em; } } } } } } .woocommerce { #customer_details.col2-set { .col-1, .col-2 { float: none!important; width: 100% !important; padding-left: 0; padding-right: 0; } .woocommerce-billing-fields, .woo-checkout-payment { margin-bottom: 30px; } } .woo-checkout-payment { margin-bottom: 30px; .woocommerce-privacy-policy-text { p:last-child { margin-bottom: 0; } } #place_order { display: none!important; } } .woo-checkout-login, .woo-checkout-coupon, #customer_details, .woo-checkout-payment { display: none; } } } &.layout-multi-steps { .layout-multi-steps-container { .ms-tabs { padding: 0; margin: 0 0 30px 0; overflow: hidden; counter-reset: step; display: flex; li { list-style-type: none; color: #7866ff; font-size: 1rem; line-height: 1.2em; flex: 1; position: relative; text-align: center; &:first-child:after { /*connector not needed before the first step*/ content: none; } &:before { content: counter(step); counter-increment: step; width: 24px; height: 24px; line-height: 26px; display: block; font-size: 12px; color: #fff; background: #7866ff; border-radius: 25px; margin: 0 auto 10px auto; position: relative; z-index: 1; } &:after { content: ''; width: 100%; height: 2px; background: black; position: absolute; left: -50%; top: 9px; z-index: 0; } } } /*marking active/completed steps green*/ /*The number of the step and the connector before it = green*/ .ms-tabs li.completed:before, .ms-tabs li.completed:after { background: #7866ff; color: white; } .ms-tabs-content-wrap { display: flex; @media (max-width: 768px){ flex-direction: column-reverse; } .ms-tabs-content { width: 65%; margin-right: 5%; box-shadow: 2px 0px 15px 5px rgba(41,41,93,.07); @media (max-width: 768px){ width: 100%; margin-right: 0; } .woo-checkout-login { .form-row-first { @media (max-width: 768px){ width: 100%; } } .form-row-last { @media (max-width: 768px){ width: 100%; } } } .woo-checkout-coupon .checkout_coupon { .form-row-first { width: 70%; @media (max-width: 768px){ width: 100%; } } .form-row-last { width: 28%; @media (max-width: 768px){ width: 100%; } } } } .table-area { width: 30%; @media (max-width: 768px){ width: 100%; } .ea-woo-checkout-order-review { margin-bottom: 0; @media (max-width: 768px){ margin-bottom: 30px; } .ea-order-review-table { .product-quantity { padding: 0; } .table-row { background-color: transparent; border-bottom: 1px solid; padding-bottom: 11px; border-radius: 0; @media (max-width: 768px){ width: 100%; } .table-col-1 { flex-basis: 80%; max-width: 80%; .product-thumbnail { width: 20%; } .product-name { width: 80%; } } .table-col-3.product-total { flex-basis: 20%; max-width: 20%; padding-right: 0!important; } } } .ea-order-review-table-footer { flex-direction: column-reverse; .footer-content { width: 100%; padding: 0; background-color: transparent; .order-total { border-top: 1px solid; margin-top: 10px; padding-top: 10px; font-size: 1.2em; } } } } } } } .woocommerce { #customer_details.col2-set { .col-1, .col-2 { float: none!important; width: 100% !important; padding-left: 0; padding-right: 0; } .woocommerce-billing-fields, .woo-checkout-payment { margin-bottom: 30px; } } .woo-checkout-payment { margin-bottom: 30px; .woocommerce-privacy-policy-text { p:last-child { margin-bottom: 0; } } #place_order { display: none!important; } } .woo-checkout-login, .woo-checkout-coupon, #customer_details, .woo-checkout-payment { display: none; } } } } .eael-woo-checkout { // astra &.theme-astra:not(.elementor-editor-active) { .ea-woo-checkout{ &.layout-split, &.layout-multi-steps { .woocommerce { #customer_details.col2-set { .col-1 { width: 100% !important; float: none!important; @media (min-width: 1024px) { .woocommerce-billing-fields, .woocommerce-account-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields { float: none !important; width: 100% !important; padding-left: 0; } } } .col-2 { clear: both; } } } } } } }
Save