diff --git a/dist/output.css b/dist/output.css index 7a04178..8546a22 100644 --- a/dist/output.css +++ b/dist/output.css @@ -1568,6 +1568,50 @@ body:is(.dark *) { transition-duration: 500ms; } +.pricing-card { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 500ms; +} + +.pricing-card:hover { + --tw-scale-x: 1.05; + --tw-scale-y: 1.05; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + background-color: rgb(255 255 255 / 0.05); +} + +.pricing-card { + box-shadow: 0 0 0 rgba(255, 255, 255, 0); +} + +.pricing-card:hover { + box-shadow: 0 0 60px rgba(255, 255, 255, 0.15); +} + +.pricing-card.popular { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 500ms; +} + +.pricing-card.popular:hover { + --tw-scale-x: 1.05; + --tw-scale-y: 1.05; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + background-color: rgb(255 255 255 / 0.15); +} + +.pricing-card.popular { + box-shadow: 0 0 30px rgba(107, 114, 128, 0.3); + border: 1px solid transparent; +} + +.pricing-card.popular:hover { + box-shadow: 0 0 100px rgba(107, 114, 128, 0.5); + border-color: rgba(255, 255, 255, 0.1); +} + .fade-up { opacity: 0; transform: translateY(30px); diff --git a/src/index.html b/src/index.html index e61bf38..33583a9 100644 --- a/src/index.html +++ b/src/index.html @@ -245,7 +245,7 @@
Most popular
@@ -336,7 +336,7 @@