proxyraye-nextjs/src/components/Pages/NotFound/Msg/Msg.module.scss

13 lines
147 B
SCSS

@import 'fontsize';
.header {
font-size: $font-size-xlarge;
}
.msg {
font-size: $font-size-large;
}
.link {
color: var(--primary);
}