Skip to content

Commit

Permalink
🚚 chore: Folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus-53 committed Dec 3, 2024
1 parent 3132a80 commit fd46c0a
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 7 deletions.
File renamed without changes.
6 changes: 1 addition & 5 deletions src/tailwind.css → src/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ video {
}

.bg-bannerImage {
background-image: url("/assets/img/background.webp");
background-image: url("/src/images/index/background.webp");
}

.bg-facebook {
Expand Down Expand Up @@ -1121,10 +1121,6 @@ video {
flex-direction: column;
}

.max-sm\:bg-gradientOverlaySm {
background-image: linear-gradient(to bottom, rgba(8, 51, 68, 0) 0%, rgba(8, 51, 68, 1) 50%,rgba(8, 51, 68, 1) 100%);
}

.max-sm\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports = {
whatsapp: "linear-gradient(to bottom, #42ec61, #17c83d)",
instagram:
"radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)",
bannerImage: 'url("/assets/img/background.webp")',
bannerImage: 'url("/src/images/index/background.webp")',
gradientOverlay:
"linear-gradient(to bottom, rgba(8, 51, 68, 0) 0%, rgba(8, 51, 68, 1) 100%)",
gradientOverlaySm:
"linear-gradient(to bottom, rgba(8, 51, 68, 0) 0%, rgba(8, 51, 68, 1) 50%,rgba(8, 51, 68, 1) 100%)",
"linear-gradient(to bottom, rgba(8, 51, 68, 0) 0%, rgba(8, 51, 68, 1) 50%,rgba(8, 51, 68, 1) 100%",
},
},
},
Expand Down

0 comments on commit fd46c0a

Please sign in to comment.