nonscollectif-org/src/style/global.pcss

26 lines
580 B
Text

@import "tailwindcss/base";
@import "base.css";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "header.pcss";
.thumb-float {
@apply w-fit p-4 md:w-72 md:m-4 lg:w-96 ;
}
.thumb-float-left {
@apply thumb-float md:float-left;
}
.thumb-float-right {
@apply thumb-float md:float-right;
}
.big-float-right {
@apply w-fit p-4 md:float-right md:w-1/2 lg:w-1/3 md:m-4 ;
}
.centered-button {
@apply w-48 block text-xl mt-6 px-6 py-3 text-white no-underline bg-amber-600 rounded hover:bg-slate-600 hover:underline mx-auto text-center;
}