Files
supabase/apps/www/components/Carousels/ImageCarousel.module.css
Ivan Vasilov 9fa96977be chore: Minor prettier fixes (#43849)
This PR fixes some prettier issues:
- Bump and unify all prettier versions to 3.7.3 across teh whole repo
- Bump the SQL prettier plugin
- When running `test:prettier`, check `mdx` files also
- Run the new prettier format on all files

---------

Co-authored-by: Joshen Lim <[email protected]>
2026-03-17 11:17:42 +01:00

8 lines
229 B
CSS

/* bright */
.gradient-bg {
background:
linear-gradient(338.96deg, rgba(0, 0, 0, 0.2) -18.99%, rgba(0, 0, 0, 0) 25.34%),
linear-gradient(300.08deg, #53ffb1 7.6%, #3ecf8e 64.93%);
/* transform: rotate(-89.79deg); */
}