summaryrefslogtreecommitdiff
path: root/assets/sass/_dashboard.sass
blob: 4c19d084dde7bcba847c2e81f86cf4da7d6c5915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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')