diff --git a/src/components/BadgePill.vue b/src/components/BadgePill.vue index 40c7375..02c0a9b 100644 --- a/src/components/BadgePill.vue +++ b/src/components/BadgePill.vue @@ -5,7 +5,7 @@ interface BadgeStylesProps { text?: string; } -type BadgeVariant = 'dark' | 'orange' | 'black' | 'pink'; +type BadgeVariant = 'dark' | 'orange' | 'black' | 'pink' | 'green'; interface BadgeProps { styles?: BadgeStylesProps; @@ -73,7 +73,8 @@ withDefaults(defineProps(), { &--pink, &--orange, - &--dark { + &--dark, + &--green { background-image: radial-gradient( circle closest-corner at 50% 160%, #8b5261, @@ -140,6 +141,25 @@ withDefaults(defineProps(), { box-shadow: none; background-image: none; } + + &--green { + background: radial-gradient( + 44.05% 98.48% at 21.99% 10.19%, + rgba(255, 255, 255, 0.4) 0%, + rgba(255, 255, 255, 0) 100% + ), + linear-gradient( + 0deg, + rgba(46, 182, 125, 0.75) 0%, + rgba(46, 182, 125, 0.75) 100% + ), + radial-gradient( + 270.11% 383.68% at -68.45% -100.86%, + rgba(19, 138, 242, 0.9) 0%, + rgba(46, 182, 125, 0.9) 100% + ); + background-blend-mode: normal, overlay, normal; + } } &__text { diff --git a/src/components/StaticPlanCard.vue b/src/components/StaticPlanCard.vue index 5f3c9ef..2e6c5a9 100644 --- a/src/components/StaticPlanCard.vue +++ b/src/components/StaticPlanCard.vue @@ -15,6 +15,17 @@
{{ plan.description }} + + + + You can keep the startup offer for one year, or longer, + as long as you continue to meet the eligibility + criteria. + +
@@ -111,7 +122,6 @@ width="20" height="20" viewBox="0 0 20 20" - fill="none" xmlns="http://www.w3.org/2000/svg" > @@ -191,7 +200,7 @@ >
Custom plan
- Custom executions, custom active workflows + Custom executions
@@ -314,9 +323,7 @@ -