mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
560 B
43 lines
560 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.plan {
|
|
& {
|
|
min-width: 13rem;
|
|
max-width: 20rem;
|
|
margin: .5rem;
|
|
}
|
|
|
|
&-price {
|
|
color: $color-theme-blue;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&-selected {
|
|
pointer-events: none;
|
|
}
|
|
|
|
&-fact {
|
|
line-height: 1.8rem;
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
.card-footer,
|
|
.card-header,
|
|
.card-body {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.empty {
|
|
margin: 1.25rem;
|
|
margin-top: 6.25rem;
|
|
}
|
|
|
|
.billing-portal-link {
|
|
padding: 2rem .5rem 0;
|
|
}
|