wildebeest/frontend/src/routes/[accountId]/[statusId]/index.scss

14 wiersze
205 B
SCSS

@use '../../../theme.scss' as theme;
.back-button {
background: transparent;
color: theme.$indigo400;
}
.back-button-text {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}