Move all files to 2019/

This commit is contained in:
Oliver Davies 2025-09-29 22:25:20 +01:00
parent f59a1843de
commit 0b536af737
94 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,32 @@
@tailwind base;
@media (min-height: theme('screens.md')) {
main {
@apply flex flex-col justify-center h-full
}
}
@tailwind components;
.tw-bg-balloon {
background-image: url(/themes/dcb2017/images/dcb-bg.jpg)
}
.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
}
}
.markup {
@apply leading-relaxed
}
@tailwind utilities;