6 lines
280 B
SCSS
6 lines
280 B
SCSS
@reference "../index.scss";
|
|
|
|
.task {
|
|
@apply relative flex h-24 w-full cursor-pointer flex-row items-center justify-start gap-4 rounded-[3rem] px-5 py-6 text-xl shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] transition-transform hover:scale-[1.05] active:scale-[1.05] md:w-[500px];
|
|
}
|