aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_users.css.sass
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/_users.css.sass')
-rw-r--r--app/assets/stylesheets/_users.css.sass28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/assets/stylesheets/_users.css.sass b/app/assets/stylesheets/_users.css.sass
new file mode 100644
index 0000000..610caf1
--- /dev/null
+++ b/app/assets/stylesheets/_users.css.sass
@@ -0,0 +1,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