diff --git a/assets/css/app.css b/assets/css/app.css index 1295828..e866f18 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,7 +1,6 @@ @tailwind components; -.tw-bg-balloon { - background-image: url(/themes/dcb2017/images/dcb-bg.jpg); -} +@import 'components/balloon.css'; +@import 'components/button.css'; @tailwind utilities; diff --git a/assets/css/components/balloon.css b/assets/css/components/balloon.css new file mode 100644 index 0000000..c1cf789 --- /dev/null +++ b/assets/css/components/balloon.css @@ -0,0 +1,3 @@ +.tw-bg-balloon { + background-image: url(/themes/dcb2017/images/dcb-bg.jpg); +} diff --git a/assets/css/components/button.css b/assets/css/components/button.css new file mode 100644 index 0000000..d88207f --- /dev/null +++ b/assets/css/components/button.css @@ -0,0 +1,11 @@ +.tw-button { + @apply block uppercase font-bold text-lg py-3 px-5 text-white no-underline bg-black !important; + @screen md { + @apply w-1/2 inline-flex items-center justify-center mx-2 !important + } + + &:hover, + &:focus { + @apply bg-green-600 text-white !important + } +} diff --git a/package.json b/package.json index 768dc90..f8f2734 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,9 @@ "laravel-mix": "^4.0.14" }, "dependencies": { + "postcss-nested": "^4.1.2", + "tailwindcss": "^1.0.0-beta.3", "tailwindcss-interaction-variants": "^1.0.0", - "tailwindcss-spaced-items": "^0.1.0", - "tailwindcss": "^1.0.0-beta.3" + "tailwindcss-spaced-items": "^0.1.0" } } diff --git a/source/_includes/meta.html.twig b/source/_includes/meta.html.twig new file mode 100644 index 0000000..1fecaff --- /dev/null +++ b/source/_includes/meta.html.twig @@ -0,0 +1,14 @@ + + + + + + +
Session submissions opening soon!
-- Follow us on Twitter to get updates! -
+