brf/client/admin/components/current_user.module.scss
2025-12-18 07:31:37 +01:00

26 lines
334 B
SCSS

@use '../styles/variables' as v;
.base {
color: white;
display: flex;
}
.links {
display: flex;
margin-left: v.$gutter;
a {
color: white;
font-weight: bold;
text-decoration: none;
&:not(:last-child):after {
content: '\00a0|\00a0';
}
&:hover {
text-decoration: underline;
}
}
}