Fix cursor for some buttons & links (fix #411)

This commit is contained in:
Cotes Chung
2021-09-17 16:58:32 +08:00
parent 2dfdb66e0a
commit e5bf234835
4 changed files with 17 additions and 0 deletions

View File

@@ -51,6 +51,10 @@
margin-top: -2.5rem;
}
%cursor-pointer {
cursor: pointer;
}
/* ---------- scss mixin --------- */
@mixin no-text-decoration {