summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_links.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_links.scss')
-rw-r--r--webapp/sass/components/_links.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/webapp/sass/components/_links.scss b/webapp/sass/components/_links.scss
deleted file mode 100644
index 3d7472670..000000000
--- a/webapp/sass/components/_links.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-@charset 'UTF-8';
-
-a {
- color: $primary-color;
- cursor: pointer;
- text-decoration: none;
- word-break: break-word;
-
- &:hover,
- &:focus {
- color: $primary-color--hover;
- }
-}
-
-.text-danger {
- color: desaturate($red, 20%);
-
- &:hover,
- &:focus {
- color: desaturate($red, 20%);
- }
-}