diff --git a/assets/styles/layout/templates/_templates.scss b/assets/styles/layout/templates/_templates.scss index fa7d813eb..d2140c5c4 100644 --- a/assets/styles/layout/templates/_templates.scss +++ b/assets/styles/layout/templates/_templates.scss @@ -1506,19 +1506,25 @@ border: 1px solid var(--p-surface-200); background-color: var(--card-background); - span { + &-title { color: var(--p-surface-900); font-weight: 600; line-height: 1.5rem; } - h2 { + &-pricing { color: var(--p-surface-900); font-size: 2.5rem; font-weight: 600; line-height: 3rem; letter-spacing: -0.025rem; margin: 1rem 0 1.25rem; + + &-discount-active { + color: var(--p-surface-600); + text-decoration: line-through; + margin-right: 1rem; + } } button { diff --git a/components/template/License.vue b/components/template/License.vue index 274986f7d..493e8381b 100644 --- a/components/template/License.vue +++ b/components/template/License.vue @@ -4,8 +4,11 @@