This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/assets/css/app.css

17 lines
324 B
CSS
Raw Normal View History

2019-01-24 20:43:18 +00:00
@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
}
}
2019-01-24 20:43:18 +00:00
.tw-bg-balloon {
background-image: url(/themes/dcb2017/images/dcb-bg.jpg);
}
@tailwind utilities;