2019-05-07 19:25:51 +00:00
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.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-12-02 17:39:22 +00:00
|
|
|
button.is-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-11-04 00:23:26 +00:00
|
|
|
width: 310px;
|
2019-05-30 07:15:39 +00:00
|
|
|
max-width: 100%;
|
|
|
|
justify-content: center;
|
2019-05-22 16:19:56 +00:00
|
|
|
}
|
2020-04-13 14:43:57 +00:00
|
|
|
|
|
|
|
.business-competitors .woocommerce-select-control__listbox {
|
|
|
|
max-height: unset;
|
|
|
|
}
|
2019-07-09 02:56:15 +00:00
|
|
|
}
|
|
|
|
|
2020-01-23 07:11:40 +00:00
|
|
|
.woocommerce-profile-wizard__card-actions {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.components-button {
|
|
|
|
margin-top: $gap-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-28 12:39:24 +00:00
|
|
|
.woocommerce-card + .woocommerce-profile-wizard__card-help-text {
|
|
|
|
font-size: 14px;
|
|
|
|
color: $gray-600;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: $gap;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2020-07-21 00:12:19 +00:00
|
|
|
.woocommerce-profile-wizard__header-title,
|
|
|
|
.woocommerce-profile-wizard__header-subtitle {
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
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;
|
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;
|
|
|
|
margin-top: $gap-smaller;
|
2020-07-21 00:12:19 +00:00
|
|
|
margin-bottom: $gap * 2;
|
|
|
|
margin-right: $gap-smaller;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
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;
|
2020-07-21 00:12:19 +00:00
|
|
|
text-align: left;
|
2019-06-26 02:22:44 +00:00
|
|
|
|
|
|
|
> * {
|
2020-07-21 00:12:19 +00:00
|
|
|
max-width: 504px;
|
2019-06-26 02:22:44 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2019-05-17 03:04:52 +00:00
|
|
|
|
2020-07-21 21:03:34 +00:00
|
|
|
&.benefits {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2020-07-21 00:12:19 +00:00
|
|
|
.components-popover__content {
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
> div {
|
|
|
|
padding: 11px 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-22 16:19:56 +00:00
|
|
|
.woocommerce-card ~ p {
|
2020-07-01 12:20:24 +00:00
|
|
|
font-size: 12px;
|
2020-07-17 00:11:42 +00:00
|
|
|
color: $gray-600;
|
2019-05-22 16:19:56 +00:00
|
|
|
}
|
2020-07-21 00:12:19 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__footer {
|
|
|
|
margin: 34px auto;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__footer-link {
|
|
|
|
display: flex;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--wp-admin-theme-color);
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2019-10-21 15:07:45 +00:00
|
|
|
.woocommerce-profile-wizard__benefit-content {
|
|
|
|
margin-left: $gap;
|
|
|
|
p {
|
|
|
|
padding-bottom: $gap;
|
|
|
|
margin-top: 0;
|
|
|
|
border-bottom: 1px solid $studio-gray-5;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2019-07-04 15:56:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-toggle {
|
|
|
|
padding-top: $gap-larger;
|
|
|
|
margin-left: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child p {
|
|
|
|
border-bottom: 0;
|
2020-01-23 07:11:40 +00:00
|
|
|
margin-bottom: 0;
|
2019-07-04 15:56:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-09 23:16:21 +00:00
|
|
|
.woocommerce-profile-wizard__benefits {
|
|
|
|
display: grid;
|
|
|
|
grid-gap: $gap;
|
|
|
|
grid-auto-columns: 1fr;
|
|
|
|
grid-auto-flow: column;
|
|
|
|
|
|
|
|
@include breakpoint( '<960px' ) {
|
|
|
|
justify-items: center;
|
|
|
|
grid-auto-flow: row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefits-logo {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-card {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
background: $studio-gray-0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 295px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-card-title {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefit-card-content {
|
|
|
|
padding: #{$gap-small * 2} #{$gap * 2} #{$gap * 2} #{$gap * 2};
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-04 15:56:28 +00:00
|
|
|
.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%;
|
2020-03-27 17:18:27 +00:00
|
|
|
vertical-align: middle;
|
2019-07-04 15:56:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__tracking {
|
2019-12-02 17:39:22 +00:00
|
|
|
.woocommerce-profile-wizard__tracking-checkbox {
|
|
|
|
margin-top: $gap;
|
|
|
|
}
|
|
|
|
|
2019-07-04 15:56:28 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-02 17:39:22 +00:00
|
|
|
.woocommerce-profile-wizard__client {
|
2020-07-21 00:12:19 +00:00
|
|
|
margin: $gap-smaller 0;
|
2019-12-02 17:39:22 +00:00
|
|
|
}
|
|
|
|
|
2019-05-30 06:31:07 +00:00
|
|
|
.woocommerce-profile-wizard__checkbox-group {
|
2019-11-04 23:45:21 +00:00
|
|
|
margin: #{-$gap} #{-$gap} 0 -#{$gap};
|
2019-11-04 00:23:26 +00:00
|
|
|
|
2019-12-02 17:39:22 +00:00
|
|
|
.woocommerce-profile-wizard__checkbox {
|
2019-05-30 06:31:07 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2019-05-30 08:36:02 +00:00
|
|
|
position: relative;
|
2020-07-21 04:27:32 +00:00
|
|
|
padding: $gap-large $gap;
|
2019-07-16 02:15:41 +00:00
|
|
|
min-height: 56px;
|
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-07-11 00:44:23 +00:00
|
|
|
label.components-checkbox-control__label {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-80;
|
2020-07-21 04:27:32 +00:00
|
|
|
margin-left: $gap-small;
|
2019-12-02 17:39:22 +00:00
|
|
|
}
|
|
|
|
|
2019-05-30 08:36:02 +00:00
|
|
|
.components-base-control__help {
|
2019-12-02 17:39:22 +00:00
|
|
|
margin-left: $gap-largest + $gap-smaller;
|
|
|
|
font-style: normal;
|
2019-05-30 08:36:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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-12-02 17:39:22 +00:00
|
|
|
|
2020-03-02 22:22:32 +00:00
|
|
|
.woocommerce-profile-wizard__text {
|
|
|
|
margin: 0 16px 10px;
|
|
|
|
}
|
|
|
|
|
2019-12-02 17:39:22 +00:00
|
|
|
svg.dashicon.components-checkbox-control__checked {
|
|
|
|
left: 1px;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( '<600px' ) {
|
|
|
|
svg.dashicon.components-checkbox-control__checked {
|
|
|
|
left: -2px;
|
|
|
|
top: -1px;
|
|
|
|
width: 21px;
|
|
|
|
height: 21px;
|
|
|
|
}
|
2019-05-30 06:31:07 +00:00
|
|
|
}
|
|
|
|
|
2019-10-07 22:42:32 +00:00
|
|
|
.woocommerce-select-control__control {
|
|
|
|
margin: $gap 0;
|
|
|
|
padding-right: $gap + 24px;
|
2020-06-15 22:50:22 +00:00
|
|
|
box-shadow: $shadow-popover;
|
2019-10-07 22:42:32 +00:00
|
|
|
|
|
|
|
&.is-active {
|
2020-07-17 00:11:42 +00:00
|
|
|
border-color: var(--wp-admin-theme-color);
|
2019-10-07 22:42:32 +00:00
|
|
|
}
|
|
|
|
|
2019-11-04 00:23:26 +00:00
|
|
|
.components-base-control__label {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: calc(100% - #{$gap * 2} - 24px);
|
|
|
|
}
|
|
|
|
|
2019-10-07 22:42:32 +00:00
|
|
|
&::after {
|
|
|
|
display: block;
|
|
|
|
pointer-events: none;
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
float: right;
|
|
|
|
line-height: 56px;
|
|
|
|
font-family: dashicons, sans-serif;
|
|
|
|
font-size: 20px;
|
|
|
|
content: '\f140';
|
|
|
|
z-index: 1;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
margin-top: 0;
|
|
|
|
top: 0;
|
|
|
|
right: $gap;
|
|
|
|
bottom: $gap;
|
|
|
|
color: $studio-black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2020-03-09 23:16:21 +00:00
|
|
|
.woocommerce-profile-wizard__benefits-card.woocommerce-card {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.woocommerce-card__body {
|
|
|
|
padding: $gap-large * 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__header-title {
|
|
|
|
margin-top: $gap-large;
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__card-actions {
|
|
|
|
margin-top: $gap;
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
.components-button {
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-right: $gap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__benefits-install-notice {
|
|
|
|
margin-top: $gap-large;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
color: $studio-gray-40;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-23 12:10:42 +00:00
|
|
|
.woocommerce-profile-wizard__plugins-card {
|
|
|
|
.woocommerce-profile-wizard__plugins-actions {
|
|
|
|
text-align: left;
|
2019-12-04 13:05:01 +00:00
|
|
|
margin-left: $gap-largest + $gap-smallest;
|
2019-05-23 12:10:42 +00:00
|
|
|
|
2019-12-02 17:39:22 +00:00
|
|
|
button.is-button {
|
2020-01-21 12:05:37 +00:00
|
|
|
margin: $gap 0 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
|
|
|
|
2020-03-09 23:16:21 +00:00
|
|
|
.woocommerce-profile-wizard__header {
|
2019-05-27 16:37:02 +00:00
|
|
|
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
|
|
|
}
|
2019-10-10 14:05:13 +00:00
|
|
|
|
2020-07-21 00:12:19 +00:00
|
|
|
.woocommerce-profile-wizard__submit {
|
|
|
|
margin-bottom: $gap-small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__tooltip-icon {
|
|
|
|
color: $studio-gray-60;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: 8px;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
2019-10-10 14:05:13 +00:00
|
|
|
.components-modal__frame.woocommerce-profile-wizard__usage-modal {
|
2019-11-04 00:23:26 +00:00
|
|
|
width: 600px;
|
|
|
|
max-width: 100%;
|
2019-10-10 14:05:13 +00:00
|
|
|
|
|
|
|
.components-modal__header {
|
|
|
|
border-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-profile-wizard__usage-wrapper {
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $studio-gray-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.is-primary {
|
|
|
|
align-self: flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-07-01 12:20:24 +00:00
|
|
|
|
|
|
|
.woocommerce-business-extensions {
|
|
|
|
margin-left: -$gap;
|
|
|
|
margin-right: -$gap;
|
|
|
|
padding: $gap-large $gap;
|
2020-07-17 00:11:42 +00:00
|
|
|
border-top: 1px solid $gray-100;
|
|
|
|
border-bottom: 1px solid $gray-100;
|
2020-07-01 12:20:24 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: flex;
|
2020-07-17 00:11:42 +00:00
|
|
|
color: $gray-900;
|
2020-07-01 12:20:24 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-checkbox-control__input-container {
|
|
|
|
margin-right: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-business-extensions__label-subtext {
|
|
|
|
display: block;
|
2020-07-17 00:11:42 +00:00
|
|
|
color: $gray-600;
|
2020-07-01 12:20:24 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-business-extensions__popover-wrapper {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-business-extensions__benefits {
|
|
|
|
padding: 4px;
|
|
|
|
display: grid;
|
2020-08-17 22:11:42 +00:00
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 580px;
|
2020-07-01 12:20:24 +00:00
|
|
|
font-size: 14px;
|
|
|
|
|
2020-08-17 22:11:42 +00:00
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
2020-07-01 12:20:24 +00:00
|
|
|
.woocommerce-business-extensions__benefit {
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
i {
|
2020-07-17 00:11:42 +00:00
|
|
|
color: var(--wp-admin-theme-color);
|
2020-07-01 12:20:24 +00:00
|
|
|
margin-right: $gap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|