dcbristol-2019-static/resources/css/components/button.css

12 lines
279 B
CSS
Raw Normal View History

2019-03-20 23:21:26 +00:00
.tw-button {
2019-03-20 23:31:35 +00:00
@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
}
2019-03-20 23:21:26 +00:00
&:hover,
&:focus {
@apply bg-green-600 text-white !important
}
}