Spring sale updates
parent
b8c04e9949
commit
c4b309ca0b
|
@ -1414,7 +1414,7 @@
|
|||
margin: 1rem 0 1.25rem;
|
||||
|
||||
&-discount-active {
|
||||
color: var(--surface-600);
|
||||
color: var(--text-color-secondary);
|
||||
text-decoration: line-through;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
|
|
@ -220,7 +220,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://apollo.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -208,7 +208,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://atlantis.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -207,7 +207,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://avalon.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -197,7 +197,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://diamond.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -194,7 +194,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://freya.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -172,7 +172,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://poseidon.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -206,7 +206,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://ultima.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -195,7 +195,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://verona.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -157,7 +157,8 @@
|
|||
<div class="text-600 font-medium">For individual designers</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<span class="text-2xl font-bold text-900">$99</span>
|
||||
<span class="text-2xl font-bold text-900 line-through text-color-secondary">$99</span>
|
||||
<span class="text-2xl font-bold text-900">$49</span>
|
||||
</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">
|
||||
|
@ -201,7 +202,8 @@
|
|||
<div class="text-600 font-medium">For small teams</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<span class="text-2xl font-bold text-900">$249</span>
|
||||
<span class="text-2xl font-bold text-900 line-through text-color-secondary">$249</span>
|
||||
<span class="text-2xl font-bold text-900">$149</span>
|
||||
</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">
|
||||
|
|
Loading…
Reference in New Issue