dcbristol-2019-static/assets/css/app.css
Oliver Davies ec88f7a3a1 Add CTA buttons
Add buttons to PaperCall (session submissions) and Twitter.
2019-03-20 23:19:08 +00:00

17 lines
324 B
CSS

@tailwind components;
.tw-button {
@apply inline-block uppercase font-bold text-lg mx-2 py-3 px-5 text-white no-underline bg-black !important;
&:hover,
&:focus {
@apply bg-green-600 text-white !important
}
}
.tw-bg-balloon {
background-image: url(/themes/dcb2017/images/dcb-bg.jpg);
}
@tailwind utilities;