47 lines
719 B
SCSS
Raw Normal View History

.subscribe-buttons {
2019-12-06 13:52:03 +11:00
display: flex;
flex-flow: row wrap;
justify-content: left;
2019-12-06 13:52:03 +11:00
.btn-discourse-subscriptions-subscribe {
flex-direction: column;
margin: 0.25em;
padding: 1em;
width: 6em;
2019-12-06 13:52:03 +11:00
}
}
.btn-payment {
width: 100%;
}
.anon #card-element {
display: none;
}
2019-11-29 15:08:51 +11:00
.StripeElement {
box-sizing: border-box;
padding: 10px;
height: 40px;
margin-bottom: 20px;
border: 1px solid var(--primary);
background-color: var(--secondary);
2019-11-29 15:08:51 +11:00
font-size: $base-font-size;
font-family: $base-font-family;
}
.StripeElement--focus {
box-shadow: shadow("focus");
}
.StripeElement--invalid {
border-color: var(--danger);
2019-11-29 15:08:51 +11:00
}
.StripeElement--webkit-autofill {
color: var(--quaternary);
2019-11-29 15:08:51 +11:00
}