diff --git a/src/assets/images/calendar.png b/src/assets/images/calendar.png new file mode 100644 index 0000000..679c6c3 Binary files /dev/null and b/src/assets/images/calendar.png differ diff --git a/src/assets/images/tools.png b/src/assets/images/tools.png new file mode 100644 index 0000000..5f0de36 Binary files /dev/null and b/src/assets/images/tools.png differ diff --git a/src/assets/styles/tailwind.scss b/src/assets/styles/tailwind.scss index 8314dbb..aec8696 100644 --- a/src/assets/styles/tailwind.scss +++ b/src/assets/styles/tailwind.scss @@ -4,4 +4,18 @@ .bg-transparent { --background: transparent; +} + +.shallow-bow { + border-radius: 100% 100% 0 0; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); + width: 150%; + height: 60%; +} + +.shallow-bow-container { + @apply h-max min-h-full relative bg-sky-50 bg-opacity-50 max-w-full overflow-hidden; } \ No newline at end of file diff --git a/src/components/product/ProductCard.vue b/src/components/product/ProductCard.vue index 947f61e..fb2ef00 100644 --- a/src/components/product/ProductCard.vue +++ b/src/components/product/ProductCard.vue @@ -1,5 +1,5 @@