diff --git a/app/assets/stylesheets/application.postcss.css b/app/assets/stylesheets/application.postcss.css index 384cd2f..eb24773 100755 --- a/app/assets/stylesheets/application.postcss.css +++ b/app/assets/stylesheets/application.postcss.css @@ -3,7 +3,17 @@ /* Import Tailwind using PostCSS */ @import "tailwindcss"; +/* Import our custom theme */ +@import "theme"; +/* Import components */ +@import "components/hero"; +@import "components/flash"; +@import "components/footer"; +@import "components/event-finder"; + +/* Import pages */ +@import "pages/home"; /* Base styles */ body { diff --git a/app/assets/stylesheets/theme.css b/app/assets/stylesheets/theme.css index 76931c7..3b9c25c 100755 --- a/app/assets/stylesheets/theme.css +++ b/app/assets/stylesheets/theme.css @@ -100,11 +100,6 @@ } /* Base styles */ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} body { font-family: var(--font-sans); diff --git a/app/views/components/_header.html.erb b/app/views/components/_header.html.erb index e69de29..3e31ac7 100755 --- a/app/views/components/_header.html.erb +++ b/app/views/components/_header.html.erb @@ -0,0 +1,137 @@ +
+
+ +
+