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.
25 lines
323 B
25 lines
323 B
.plan {
|
|
&-price {
|
|
color: $color-theme-brand;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
&-selected {
|
|
pointer-events: none;
|
|
}
|
|
|
|
&-fact {
|
|
line-height: 1.8rem;
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
.card-footer,
|
|
.card-header,
|
|
.card-body {
|
|
padding: 1rem;
|
|
}
|