2019-05-12 08:13:42 +00:00
|
|
|
@tailwind base;
|
2019-05-24 10:18:57 +00:00
|
|
|
|
2019-05-29 18:23:36 +00:00
|
|
|
@media (min-height: theme('screens.md')) {
|
|
|
|
main {
|
|
|
|
@apply flex flex-col justify-center h-full
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-24 20:43:18 +00:00
|
|
|
@tailwind components;
|
|
|
|
|
2019-05-29 18:23:36 +00:00
|
|
|
.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
|
|
|
|
}
|
2019-01-24 20:43:18 +00:00
|
|
|
|
|
|
|
@tailwind utilities;
|