Files
next-app-template/components/Welcome/Welcome.module.scss
Vitaly Rtishchev 8d8c25b729 Add sass example
2024-11-08 13:29:20 +04:00

11 lines
272 B
SCSS

.title {
color: light-dark(var(--mantine-color-black), var(--mantine-color-white));
font-size: mantine.rem(100px);
font-weight: 900;
letter-spacing: mantine.rem(-2px);
@media (max-width: mantine.$mantine-breakpoint-md) {
font-size: mantine.rem(50px);
}
}