+ Added link to toast card

This commit is contained in:
Alexis
2021-03-29 15:15:50 +02:00
parent cb505812c5
commit 03c7328bfb
5 changed files with 42 additions and 11 deletions

View File

@@ -63,6 +63,13 @@ a {
color: inherit;
text-decoration: none;
}
&.fs-link {
color: $primary-xxlight;
text-decoration: underline;
&:hover {
color: $primary-xlight;
}
}
}
button {