199 lines
7.4 KiB
PHP
199 lines
7.4 KiB
PHP
<?php
|
|
/**
|
|
* Title: Coming Soon Entire Site
|
|
* Slug: woocommerce/coming-soon-entire-site
|
|
* Categories: WooCommerce
|
|
* Feature Flag: launch-your-store
|
|
*
|
|
* @package WooCommerce\Blocks
|
|
*/
|
|
|
|
$current_theme = wp_get_theme()->get_stylesheet();
|
|
$inter_font_family = 'inter';
|
|
$cardo_font_family = 'cardo';
|
|
|
|
if ( 'twentytwentyfour' === $current_theme ) {
|
|
$inter_font_family = 'body';
|
|
$cardo_font_family = 'heading';
|
|
}
|
|
?>
|
|
|
|
<!-- wp:woocommerce/coming-soon {"color":"#bea0f2","storeOnly":false,"className":"wp-block-woocommerce-background-color"} -->
|
|
<div class="wp-block-woocommerce-coming-soon wp-block-woocommerce-background-color"><!-- wp:cover {"minHeight":100,"minHeightUnit":"vh","isDark":false,"className":"coming-soon-is-vertically-aligned-center coming-soon-cover","layout":{"type":"default"}} -->
|
|
<div class="wp-block-cover is-light coming-soon-is-vertically-aligned-center coming-soon-cover" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style=""></span><div class="wp-block-cover__inner-container"><!-- wp:group {"className":"woocommerce-coming-soon-banner-container","layout":{"type":"default"}} -->
|
|
<div class="wp-block-group woocommerce-coming-soon-banner-container"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"3px","bottom":"20px"}}},"className":"woocommerce-coming-soon-header","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignwide woocommerce-coming-soon-header has-background" style="padding-top:3px;padding-bottom:20px"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->
|
|
<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex"}} -->
|
|
<div class="wp-block-group"><!-- wp:site-logo {"width":60} /-->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
|
|
<div class="wp-block-group"><!-- wp:site-title {"level":0,"fontFamily":"<?php echo esc_html( $inter_font_family ); ?>"} /--></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"48px"}},"className":"woocommerce-coming-soon-social-login","layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group woocommerce-coming-soon-social-login"><!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#111111","style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"blockGap":{"left":"18px"}}},"className":"is-style-logos-only"} -->
|
|
<ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"https://www.linkedin.com/","service":"linkedin"} /-->
|
|
|
|
<!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram"} /-->
|
|
|
|
<!-- wp:social-link {"url":"https://www.facebook.com","service":"facebook"} /--></ul>
|
|
<!-- /wp:social-links -->
|
|
|
|
<!-- wp:loginout {"fontFamily":"<?php echo esc_html( $inter_font_family ); ?>"} /--></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
|
|
<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":1,"align":"wide","className":"woocommerce-coming-soon-banner","fontFamily":"<?php echo esc_html( $cardo_font_family ); ?>"} -->
|
|
<h1 class="wp-block-heading alignwide has-text-align-center woocommerce-coming-soon-banner has-<?php echo esc_html( $cardo_font_family ); ?>-font-family"><?php echo esc_html__( "Pardon our dust! We're working on something amazing — check back soon!", 'woocommerce' ); ?></h1>
|
|
<!-- /wp:heading --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|10"}}},"className":"woocommerce-coming-soon-powered-by-woo","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group woocommerce-coming-soon-powered-by-woo" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--10)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"0"}}}} -->
|
|
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:0"><!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast-2","fontSize":"small"} -->
|
|
<p class="has-text-align-center has-contrast-2-color has-text-color has-link-color has-small-font-size"> </p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group --></div></div>
|
|
<!-- /wp:cover --><style>
|
|
/* Reset */
|
|
h1, p, a {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
body,
|
|
body.custom-background {
|
|
margin: 0;
|
|
background-color: #bea0f2;
|
|
font-family: 'Inter', sans-serif;
|
|
min-width: 320px;
|
|
--wp--preset--color--contrast: #111111;
|
|
--wp--style--global--wide-size: 1280px;
|
|
}
|
|
body .is-layout-constrained > .alignwide {
|
|
margin: 0 auto;
|
|
}
|
|
.wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4 {
|
|
justify-content: space-between;
|
|
}
|
|
.is-layout-flex {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|
|
.wp-block-site-title p {
|
|
line-height: normal;
|
|
}
|
|
.wp-block-site-title a {
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: -0.4px;
|
|
color: var(--wp--preset--color--contrast);
|
|
text-decoration: none;
|
|
}
|
|
.wp-block-social-links {
|
|
gap: 0.5em 18px;
|
|
}
|
|
.woocommerce-coming-soon-social-login {
|
|
gap: 48px;
|
|
}
|
|
.wp-block-loginout {
|
|
background-color: #000000;
|
|
border-radius: 6px;
|
|
display: flex;
|
|
height: 40px;
|
|
width: 74px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.wp-block-loginout a {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
line-height: 17px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
.wp-block-spacer {
|
|
margin: 0;
|
|
}
|
|
.woocommerce-coming-soon-banner-container {
|
|
padding-inline: min(5.5rem, 8vw);
|
|
margin: 0;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
@media (max-width: 660px) {
|
|
.woocommerce-coming-soon-banner-container {
|
|
padding-inline: 0;
|
|
}
|
|
}
|
|
.woocommerce-coming-soon-banner-container > .wp-block-group__inner-container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.woocommerce-coming-soon-powered-by-woo {
|
|
width: 100%;
|
|
--wp--preset--spacing--30: 0;
|
|
--wp--preset--spacing--10: 19px;
|
|
}
|
|
.woocommerce-coming-soon-powered-by-woo p {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 160%; /* 19.2px */
|
|
letter-spacing: -0.12px;
|
|
color: #3C434A;
|
|
font-size: 12px;
|
|
font-family: Inter;
|
|
}
|
|
.woocommerce-coming-soon-powered-by-woo a {
|
|
font-family: Inter;
|
|
}
|
|
body .is-layout-constrained > .woocommerce-coming-soon-banner.alignwide {
|
|
max-width: 820px;
|
|
}
|
|
.coming-soon-is-vertically-aligned-center {
|
|
width: 100%;
|
|
align-items: stretch;
|
|
}
|
|
.coming-soon-cover .wp-block-cover__background {
|
|
background-color: #bea0f2 !important;
|
|
}
|
|
.woocommerce-coming-soon-header {
|
|
height: 40px;
|
|
}
|
|
.woocommerce-coming-soon-banner {
|
|
font-size: clamp(27px, 1.74rem + ((1vw - 3px) * 2), 48px);
|
|
font-weight: 400;
|
|
line-height: 58px;
|
|
font-family: 'Cardo', serif;
|
|
letter-spacing: normal;
|
|
text-align: center;
|
|
font-style: normal;
|
|
max-width: 820px;
|
|
color: var(--wp--preset--color--contrast);
|
|
margin: 0 auto;
|
|
text-wrap: balance;
|
|
}</style></div>
|
|
<!-- /wp:woocommerce/coming-soon -->
|