2019-05-07 19:25:51 +00:00
|
|
|
/** @format */
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__body {
|
2019-05-22 16:19:56 +00:00
|
|
|
.woocommerce-profile-wizard__container a {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-pink-50;
|
2019-05-22 16:19:56 +00:00
|
|
|
}
|
|
|
|
|
2019-08-02 13:22:11 +00:00
|
|
|
.woocommerce-profile-wizard__skip.components-button.is-link {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-60;
|
2019-08-02 13:22:11 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2019-05-22 16:19:56 +00:00
|
|
|
.woocommerce-card {
|
2019-05-30 07:15:39 +00:00
|
|
|
margin-top: $gap;
|
|
|
|
|
2019-05-22 16:19:56 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-80;
|
2019-05-22 16:19:56 +00:00
|
|
|
}
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-60;
|
2019-05-22 16:19:56 +00:00
|
|
|
text-align: left;
|
|
|
|
|
2019-07-17 18:46:55 +00:00
|
|
|
.muriel-button {
|
2019-05-22 16:19:56 +00:00
|
|
|
display: flex;
|
2019-07-16 02:15:41 +00:00
|
|
|
margin: $gap-smaller auto 0;
|
2019-05-30 07:15:39 +00:00
|
|
|
min-width: 310px;
|
|
|
|
max-width: 100%;
|
|
|
|
justify-content: center;
|
2019-05-22 16:19:56 +00:00
|
|
|
}
|
2019-07-09 02:56:15 +00:00
|
|
|
|
2019-07-16 02:15:41 +00:00
|
|
|
&.has-checkbox-group .woocommerce-card__body {
|
|
|
|
padding: 0 0 $gap;
|
2019-07-09 02:56:15 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-03 16:03:29 +00:00
|
|
|
.woocommerce-profile-wizard__container {
|
|
|
|
.woocommerce-profile-wizard__tos {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
padding: $gap-smaller;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $studio-gray-60;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-17 03:04:52 +00:00
|
|
|
.woocommerce-profile-wizard__header {
|
|
|
|
height: 56px;
|
2019-08-29 16:07:56 +00:00
|
|
|
border-bottom: 1px solid $studio-gray-5;
|
2019-05-17 03:04:52 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2019-08-29 16:07:56 +00:00
|
|
|
background: $studio-white;
|
2019-05-17 03:04:52 +00:00
|
|
|
|
|
|
|
svg > g {
|
|
|
|
transform: translateX(25%);
|
|
|
|
}
|
2019-05-21 15:47:18 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__plus {
|
2019-08-29 16:07:56 +00:00
|
|
|
stroke: $studio-gray-80;
|
2019-05-21 15:47:18 +00:00
|
|
|
}
|
2019-05-17 03:04:52 +00:00
|
|
|
}
|
|
|
|
|
2019-05-07 19:25:51 +00:00
|
|
|
.woocommerce-profile-wizard__header-title {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-80;
|
2019-05-07 19:25:51 +00:00
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
font-weight: 400;
|
2019-05-30 07:15:39 +00:00
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__header-subtitle {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-60;
|
2019-05-30 07:15:39 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: $gap-smaller;
|
|
|
|
margin-bottom: $gap;
|
2019-05-07 19:25:51 +00:00
|
|
|
}
|
|
|
|
|
2019-07-10 23:19:32 +00:00
|
|
|
.woocommerce-profile-wizard__intro-paragraph {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
2019-05-07 19:25:51 +00:00
|
|
|
.woocommerce-profile-wizard__container {
|
2019-05-17 03:04:52 +00:00
|
|
|
margin-top: $gap-larger;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-06-26 02:22:44 +00:00
|
|
|
|
|
|
|
> * {
|
|
|
|
max-width: 476px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2019-05-17 03:04:52 +00:00
|
|
|
|
2019-05-22 16:19:56 +00:00
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
padding-left: $gap;
|
|
|
|
padding-right: $gap;
|
2019-06-21 16:49:44 +00:00
|
|
|
margin-bottom: 56 + $gap; /* 56px is height of footer */
|
|
|
|
margin-top: 0;
|
2019-05-17 03:04:52 +00:00
|
|
|
}
|
|
|
|
|
2019-05-22 16:19:56 +00:00
|
|
|
p,
|
|
|
|
div {
|
2019-05-07 19:25:51 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2019-05-22 16:19:56 +00:00
|
|
|
|
|
|
|
.woocommerce-card ~ p {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2019-05-07 19:25:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#woocommerce-layout__primary {
|
|
|
|
text-align: center;
|
2019-05-17 03:04:52 +00:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
2019-05-07 19:25:51 +00:00
|
|
|
}
|
|
|
|
|
2019-05-14 03:21:14 +00:00
|
|
|
.woocommerce-layout .woocommerce-layout__main {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2019-07-15 11:09:31 +00:00
|
|
|
.woocommerce-profile-wizard__error {
|
|
|
|
display: block;
|
2019-10-04 13:46:27 +00:00
|
|
|
padding: $gap;
|
2019-07-15 11:09:31 +00:00
|
|
|
font-size: 12px;
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-red-50;
|
2019-07-15 11:09:31 +00:00
|
|
|
}
|
|
|
|
|
2019-07-04 15:56:28 +00:00
|
|
|
.woocommerce-profile-wizard__benefit {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
svg:first-child {
|
|
|
|
width: 24px;
|
|
|
|
min-width: 24px;
|
|
|
|
margin-right: $gap-large;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-title {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-content p {
|
|
|
|
padding-bottom: $gap;
|
|
|
|
margin-top: 0;
|
2019-08-29 16:07:56 +00:00
|
|
|
border-bottom: 1px solid $studio-gray-5;
|
2019-07-04 15:56:28 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-toggle {
|
|
|
|
padding-top: $gap-larger;
|
|
|
|
margin-left: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child p {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__business-extension {
|
|
|
|
background: #f6f6f6;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 4px;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
img {
|
|
|
|
box-sizing: unset;
|
|
|
|
max-width: 100px;
|
|
|
|
max-height: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__tracking {
|
|
|
|
.components-form-toggle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
.components-form-toggle {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.components-checkbox-control__input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
|
|
.muriel-checkbox label.components-checkbox-control__label {
|
|
|
|
margin-left: $gap-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-30 06:31:07 +00:00
|
|
|
.woocommerce-profile-wizard__checkbox-group {
|
|
|
|
.muriel-checkbox {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2019-05-30 08:36:02 +00:00
|
|
|
position: relative;
|
2019-07-16 02:15:41 +00:00
|
|
|
padding: $gap-small $gap;
|
|
|
|
min-height: 56px;
|
2019-05-30 06:31:07 +00:00
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
&::after {
|
|
|
|
content: '';
|
2019-05-30 06:31:07 +00:00
|
|
|
position: absolute;
|
2019-07-16 02:15:41 +00:00
|
|
|
left: $gap-large * 2 + $gap;
|
|
|
|
width: calc(100% - #{$gap-large * 2 + $gap});
|
2019-05-30 08:36:02 +00:00
|
|
|
height: 1px;
|
2019-08-29 16:07:56 +00:00
|
|
|
background-color: $studio-gray-5;
|
2019-05-30 08:36:02 +00:00
|
|
|
bottom: 0;
|
2019-05-30 06:31:07 +00:00
|
|
|
}
|
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
.components-base-control {
|
|
|
|
position: relative;
|
2019-05-30 06:31:07 +00:00
|
|
|
}
|
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
.components-base-control__field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-05-30 06:31:07 +00:00
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
.components-checkbox-control__input {
|
|
|
|
position: absolute;
|
|
|
|
top: 7px;
|
|
|
|
left: 3px;
|
|
|
|
}
|
|
|
|
|
2019-07-11 00:44:23 +00:00
|
|
|
label.components-checkbox-control__label {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-80;
|
2019-07-11 00:44:23 +00:00
|
|
|
}
|
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
label.components-checkbox-control__label,
|
|
|
|
.components-base-control__help {
|
|
|
|
margin-left: $gap-large * 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-base-control__help {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-60;
|
2019-05-30 08:36:02 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
2019-07-16 02:15:41 +00:00
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 0;
|
2019-05-30 08:36:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
&::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-05-30 06:31:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-18 10:11:21 +00:00
|
|
|
#wpadminbar {
|
2019-05-07 19:25:51 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-05-20 17:49:26 +00:00
|
|
|
#wpbody {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2019-05-07 19:25:51 +00:00
|
|
|
}
|
2019-05-23 12:10:42 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__plugins-card {
|
|
|
|
.woocommerce-profile-wizard__plugins-actions {
|
|
|
|
text-align: left;
|
2019-08-23 12:56:57 +00:00
|
|
|
margin-left: 44px;
|
2019-05-23 12:42:58 +00:00
|
|
|
min-height: 28px;
|
2019-05-23 12:10:42 +00:00
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
button.muriel-button {
|
|
|
|
margin: 0;
|
2019-05-30 07:15:39 +00:00
|
|
|
height: 40px;
|
2019-05-30 08:36:02 +00:00
|
|
|
min-width: auto;
|
2019-05-23 12:10:42 +00:00
|
|
|
display: initial;
|
2019-08-23 12:56:57 +00:00
|
|
|
margin-right: $gap-small;
|
2019-05-23 12:10:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-05-27 16:37:02 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__header.is-stepper {
|
|
|
|
svg > g {
|
|
|
|
transform: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
2019-06-21 16:49:44 +00:00
|
|
|
position: fixed;
|
|
|
|
z-index: 999;
|
2019-05-27 16:37:02 +00:00
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
2019-08-29 16:07:56 +00:00
|
|
|
border-top: 1px solid $studio-gray-5;
|
2019-05-27 16:37:02 +00:00
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-stepper {
|
|
|
|
margin: 0 $gap 0 $gap;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-08-01 23:28:06 +00:00
|
|
|
|
|
|
|
.woocommerce-stepper__steps {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-05-27 16:37:02 +00:00
|
|
|
}
|