migrate on nuxt3
42
assets/css/tailwind.css
Normal file
@ -0,0 +1,42 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
--color-primary: rgba(255, 255, 255, 1);
|
||||
--color-secondary: rgba(229, 30, 125, 1);
|
||||
--color-three: rgba(245, 75, 126, 1);
|
||||
|
||||
--color-accent-50: #f54378;
|
||||
--color-accent-100: #e51e7d;
|
||||
--color-accent-150: #c4035f;
|
||||
|
||||
--color-black-50: #0c1018;
|
||||
|
||||
/* system colors */
|
||||
--color-error: oklch(57.7% 0.245 27.325);
|
||||
--color-warning: oklch(76.9% 0.188 70.08);
|
||||
|
||||
/* disabled */
|
||||
--color-text-disabled: oklch(55.1% 0.027 264.364);
|
||||
--color-bg-disabled: oklch(92.8% 0.006 264.531);
|
||||
}
|
||||
|
||||
/* Кастомные классы шрифтов */
|
||||
.lato-thin { font-family: 'Lato', sans-serif; font-weight: 100; font-style: normal; }
|
||||
.lato-light { font-family: 'Lato', sans-serif; font-weight: 300; font-style: normal; }
|
||||
.lato-regular { font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; }
|
||||
.lato-bold { font-family: 'Lato', sans-serif; font-weight: 700; font-style: normal; }
|
||||
.lato-black { font-family: 'Lato', sans-serif; font-weight: 900; font-style: normal; }
|
||||
|
||||
.lato-thin-italic { font-family: 'Lato', sans-serif; font-weight: 100; font-style: italic; }
|
||||
.lato-light-italic { font-family: 'Lato', sans-serif; font-weight: 300; font-style: italic; }
|
||||
.lato-regular-italic { font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; }
|
||||
.lato-bold-italic { font-family: 'Lato', sans-serif; font-weight: 700; font-style: italic; }
|
||||
.lato-black-italic { font-family: 'Lato', sans-serif; font-weight: 900; font-style: italic; }
|
||||
|
||||
.russo-one-regular {
|
||||
font-family: 'Russo One', sans-serif;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
BIN
assets/img/png/bg.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
assets/img/png/shadow.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/img/webp/footer-flowers.webp
Normal file
After Width: | Height: | Size: 206 KiB |
BIN
assets/img/webp/gradient.webp
Normal file
After Width: | Height: | Size: 251 KiB |
BIN
assets/img/webp/group-flowers.webp
Normal file
After Width: | Height: | Size: 409 KiB |
BIN
assets/img/webp/header-flowers-1.webp
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
assets/img/webp/header-flowers-2.webp
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
assets/img/webp/header-flowers-3.webp
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
assets/img/webp/header-flowers-4.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
assets/img/webp/hero-banner-content.webp
Normal file
After Width: | Height: | Size: 613 KiB |
BIN
assets/img/webp/hero-flowers.webp
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
assets/img/webp/vino-galante.webp
Normal file
After Width: | Height: | Size: 21 KiB |
1
assets/vue.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>
|
After Width: | Height: | Size: 496 B |