Add CTA buttons
Add buttons to PaperCall (session submissions) and Twitter.
This commit is contained in:
parent
fa3bc889c1
commit
ec88f7a3a1
3 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
@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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue