Skip to content

Commit

Permalink
Spring sale updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 29, 2024
1 parent b8c04e9 commit c4b309c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/styles/layout/templates/_templates.scss
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/apollo/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/atlantis/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/avalon/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/diamond/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/freya/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/poseidon/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/ultima/index.vue
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pages/templates/verona/index.vue
Expand Up @@ -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',
Expand Down
6 changes: 4 additions & 2 deletions pages/uikit/index.vue
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit c4b309c

Please sign in to comment.