aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_users.css.sass
blob: 610caf1612ed13be85ece1e44e13655d34984eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.users
  ul
    :padding 0
    :margin 0
    li
      :width 48px
      :margin 12px
      :padding 0
      :color #666666
      a
        :color inherit
        &:hover
          :text-decoration inherit
      .avatar
        :display block
        :margin-bottom 6px
        img
          :width 48px
          :height 48px
      .count, .type
        :display block
      .count
        :font-weight bold
        :font-size 14px
      .type
        :font-weight normal
        :font-size 10px
        :text-transform uppercase