summaryrefslogtreecommitdiff
path: root/assets/sass/_dashboard.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_dashboard.sass')
-rw-r--r--assets/sass/_dashboard.sass13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/sass/_dashboard.sass b/assets/sass/_dashboard.sass
new file mode 100644
index 00000000..4c19d084
--- /dev/null
+++ b/assets/sass/_dashboard.sass
@@ -0,0 +1,13 @@
+@import variables
+
+.dashboard-project-stats
+ small
+ margin-right: 10px
+ color: color('light')
+
+.dashboard-table-link
+ font-weight: bold
+ color: color('dark')
+ text-decoration: none
+ &:focus, &:hover
+ color: color('light')