2023-08-29 06:00:54 +00:00
|
|
|
.woocommerce-layout .woocommerce-layout__main {
|
2023-10-09 05:19:08 +00:00
|
|
|
@include breakpoint('<782px') {
|
2023-08-29 06:00:54 +00:00
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
2023-10-09 05:19:08 +00:00
|
|
|
|
|
|
|
.woocommerce-customize-store__loading {
|
|
|
|
display: grid;
|
|
|
|
place-items: center;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
2023-08-29 06:00:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-customize-store {
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
#woocommerce-layout__primary {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__main {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2023-10-26 06:13:18 +00:00
|
|
|
|
|
|
|
.edit-site-site-icon__image {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: auto;
|
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-08-29 06:00:54 +00:00
|
|
|
}
|
2023-09-06 06:21:09 +00:00
|
|
|
|
|
|
|
body.woocommerce-customize-store.js.is-fullscreen-mode {
|
|
|
|
margin-top: 0 !important;
|
2023-09-15 04:01:02 +00:00
|
|
|
height: 100%;
|
2023-09-20 02:47:05 +00:00
|
|
|
|
|
|
|
& > div.tour-kit.woocommerce-tour-kit > div > div.tour-kit-spotlight.is-visible {
|
|
|
|
outline: 99999px solid rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
2023-09-22 12:43:42 +00:00
|
|
|
|
|
|
|
#screen-meta-links {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-09-06 06:21:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cys-layout {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
font-size: 32px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 40px; /* 125% */
|
|
|
|
margin-top: 100px;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cys-page {
|
|
|
|
width: 615px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.is-primary {
|
|
|
|
width: 404px;
|
|
|
|
display: block;
|
|
|
|
height: 48px;
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-02 08:28:13 +00:00
|
|
|
.woocommerce-design-with-ai__container {
|
|
|
|
.woocommerce-onboarding-loader {
|
|
|
|
img {
|
|
|
|
width: 216px;
|
|
|
|
height: 136px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-09-06 06:21:09 +00:00
|
|
|
.woocommerce-cys-design-with-ai {
|
|
|
|
.components-base-control {
|
|
|
|
width: 404px;
|
|
|
|
textarea {
|
|
|
|
margin: 0 0 12px 0;
|
|
|
|
height: 167px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
background: #fff;
|
|
|
|
color: $gray-900;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 18px; /* 138.462% */
|
2023-10-02 08:28:13 +00:00
|
|
|
|
2023-09-06 06:21:09 +00:00
|
|
|
&::placeholder {
|
|
|
|
color: #757575;
|
|
|
|
}
|
2023-10-02 08:28:13 +00:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: var(--wp-admin-theme-color, #3858e9);
|
|
|
|
}
|
2023-09-06 06:21:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cys-design-with-ai-guide {
|
|
|
|
padding: 12px;
|
|
|
|
width: 404px;
|
|
|
|
border-radius: 2px;
|
2023-09-20 02:47:05 +00:00
|
|
|
background: var(--wp-admin-theme-color-background-04, rgba(168, 168, 170, 0.301));
|
2023-09-06 06:21:09 +00:00
|
|
|
color: var(--gutenberg-gray-800, #2f2f2f);
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 20px; /* 153.846% */
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: inside;
|
|
|
|
margin-left: 8px;
|
|
|
|
li {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cys-design-with-ai-look-and-feel,
|
|
|
|
.woocommerce-cys-design-with-ai-tone-of-voice {
|
|
|
|
.choices {
|
|
|
|
width: 404px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-09-28 03:15:38 +00:00
|
|
|
|
|
|
|
.woocommerce-cys-design-with-ai__error-notice.is-error {
|
|
|
|
background: #fce2e4;
|
|
|
|
padding: $gap-small;
|
|
|
|
// gap: 12px;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 24px;
|
|
|
|
color: $gray-900;
|
|
|
|
margin: 0 0 60px;
|
|
|
|
width: 615px;
|
|
|
|
|
|
|
|
.components-notice__content {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-button {
|
|
|
|
padding: 0;
|
|
|
|
height: initial;
|
|
|
|
}
|
|
|
|
}
|
2023-10-26 08:46:50 +00:00
|
|
|
|
|
|
|
.cys-fullscreen-iframe {
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: none;
|
|
|
|
z-index: 9999;
|
|
|
|
transition: opacity 1.2s linear;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2023-12-06 12:49:28 +00:00
|
|
|
|
|
|
|
.woocommerce-customize-store__onboarding-welcome-modal,
|
|
|
|
.woocommerce-customize-store__design-change-warning-modal {
|
|
|
|
width: 480px;
|
|
|
|
max-width: 480px;
|
|
|
|
|
|
|
|
.components-modal__header {
|
|
|
|
padding-top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 16px 0 16px 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
button {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-button {
|
|
|
|
padding: 8px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
line-height: 28px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #1e1e1e;
|
|
|
|
}
|
|
|
|
|
2023-12-14 11:32:37 +00:00
|
|
|
span {
|
|
|
|
color: #1e1e1e;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2023-12-06 12:49:28 +00:00
|
|
|
.woocommerce-customize-store__design-change-warning-modal-footer {
|
|
|
|
display: flex;
|
|
|
|
gap: 12px;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
}
|