2023-06-16 14:32:58 +00:00
|
|
|
.woopayments-welcome-page {
|
|
|
|
max-width: 680px;
|
|
|
|
margin: 0 auto;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-20 16:12:44 +00:00
|
|
|
.components-card {
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.components-notice.is-error {
|
|
|
|
margin: 0 0 $gap-large 0;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
h1,
|
|
|
|
h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 28px;
|
|
|
|
color: $gray-900;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__header {
|
|
|
|
padding: $gap-larger;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
img {
|
|
|
|
width: 143px;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
@media (min-width: #{ ($break-small) }) {
|
|
|
|
padding-right: $gap-larger + 217px;
|
|
|
|
background: url(./incentive.svg) no-repeat;
|
|
|
|
background-position: right $gap-larger center;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
2023-06-16 14:32:58 +00:00
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__offer {
|
|
|
|
margin: $gap-large;
|
|
|
|
margin-top: $gap-smallest;
|
|
|
|
padding: $gap-large;
|
|
|
|
border: 1px solid #ae7dd0;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: #faf8ff;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-pill {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 $gap-small;
|
|
|
|
border: 1px solid #1d2327; // Gray 90
|
|
|
|
border-radius: 16px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: $gray-900;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
h2 {
|
|
|
|
margin: $gap-small 0;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.components-button.is-tertiary {
|
|
|
|
margin-left: $gap-large;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
p {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #50575e; // Gray 60
|
|
|
|
}
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__payments {
|
|
|
|
padding: $gap-large;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__payment-methods {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
svg {
|
|
|
|
display: inline-block;
|
|
|
|
height: 24px;
|
|
|
|
width: auto;
|
|
|
|
border: 1px solid $gray-300;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 0 $gap-smaller $gap-smaller 0;
|
|
|
|
}
|
|
|
|
}
|
2022-09-23 12:36:12 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__apms {
|
|
|
|
.components-card__header {
|
|
|
|
padding: $gap-small $gap-large;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.components-card__body {
|
|
|
|
padding: 0;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.woocommerce-list__item {
|
|
|
|
> .woocommerce-list__item-inner {
|
|
|
|
padding: $gap-large;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.woocommerce-list__item-title {
|
|
|
|
color: $gray-900;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.woocommerce-list__item-content {
|
|
|
|
color: $gray-700;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.woocommerce-list__item-after {
|
|
|
|
margin-left: $gap-large;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.woocommerce-list__item-before {
|
|
|
|
img {
|
|
|
|
width: 36px;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
.components-card__footer {
|
|
|
|
padding: $gap $gap-large;
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
2022-09-23 12:36:12 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-notice {
|
|
|
|
margin: 0 0 $gap-large 0;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #f0f6fc;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
|
|
|
|
|
|
|
|
.components-notice__content {
|
2022-09-23 12:36:12 +00:00
|
|
|
margin: 0;
|
2023-06-16 14:32:58 +00:00
|
|
|
padding: $gap $gap-large;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
margin-right: $gap;
|
|
|
|
height: 16px;
|
2022-09-23 12:36:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__faq > div {
|
2022-08-17 09:11:51 +00:00
|
|
|
display: flex;
|
2023-06-16 14:32:58 +00:00
|
|
|
padding: $gap $gap;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2022-08-17 09:11:51 +00:00
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
> * {
|
|
|
|
margin-right: $gap-small;
|
2022-08-17 09:11:51 +00:00
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&__survey {
|
|
|
|
p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-intro {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-question {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-selection {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
&-comment {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
&-buttons {
|
|
|
|
text-align: right;
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
button {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
|
2023-06-16 14:32:58 +00:00
|
|
|
button.is-destructive {
|
|
|
|
background-color: #cc1818;
|
|
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
2022-01-12 06:46:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|