diff options
Diffstat (limited to 'assets/sass/_dashboard.sass')
-rw-r--r-- | assets/sass/_dashboard.sass | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/sass/_dashboard.sass b/assets/sass/_dashboard.sass new file mode 100644 index 00000000..d9afee01 --- /dev/null +++ b/assets/sass/_dashboard.sass @@ -0,0 +1,14 @@ +.dashboard-project-stats + span + font-size: 0.75em + margin-right: 10px + color: #999 + strong + font-size: 1.2em + +.dashboard-table-link + font-weight: bold + color: #444 + text-decoration: none + &:focus, &:hover + color: #999 |