carhop__carhop-theme__DEV/resources/css/components/scroll-top.css
Antoine M c277d4780b
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Hiding component on mobile
2025-09-30 15:48:55 +02:00

8 lines
217 B
CSS

button#scroll-top {
@apply hidden lg:block fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50;
img {
@apply h-6 w-6;
}
}