116 lines
1.7 KiB
SCSS
116 lines
1.7 KiB
SCSS
$max-width: 680px;
|
|
|
|
.wcpay-empty-subscriptions__error {
|
|
margin: 0 auto 24px;
|
|
max-width: $max-width;
|
|
}
|
|
|
|
.subscriptions-page {
|
|
margin: 0 auto;
|
|
max-width: $max-width;
|
|
|
|
.components-card {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.wcpay-empty-subscriptions-page__payment-methods {
|
|
svg {
|
|
display: inline-block;
|
|
height: 35px;
|
|
width: 52px;
|
|
margin-right: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
|
|
.wcpay-empty-subscriptions-page__terms-of-service {
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
.subscriptions-page__onboarding-steps {
|
|
@include breakpoint( '>600px' ) {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.subscriptions-page__onboarding-steps--item {
|
|
margin-top: 30px;
|
|
|
|
@include breakpoint( '>600px' ) {
|
|
margin-top: 0;
|
|
margin-right: 80px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wcpay-empty-subscriptions-page__step-number {
|
|
background-color: $studio-woocommerce-purple-50;
|
|
color: $white;
|
|
font-size: 20px;
|
|
border-radius: 50%;
|
|
min-height: 32px;
|
|
min-width: 32px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.subscriptions {
|
|
h2 {
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
p {
|
|
color: #3c434a;
|
|
}
|
|
|
|
.subscriptions__card {
|
|
.components-card__body {
|
|
padding: 0;
|
|
|
|
.content {
|
|
padding: 24px;
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
hr {
|
|
position: relative;
|
|
left: -24px;
|
|
width: calc(100% + 48px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.subscriptions__action {
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.subscriptions__steps {
|
|
.components-card__body {
|
|
padding: 24px;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wcpay-empty-subscriptions__button_container {
|
|
button:not(:first-child) {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|