Sha256: ef46ffa22fc22cebe3a6fd4b32cac28f7aab4f89260060c46fc5243631bdc30d

Contents?: true

Size: 525 Bytes

Versions: 9

Compression:

Stored size: 525 Bytes

Contents

@import "variables"

.sort_link, .sort_link_asc, .sort_link_desc
  position: relative
  cursor: pointer

.sort_link:before, .sort_link.asc:before, .sort_link.desc:before
  position: absolute
  bottom: 5px
  right: -15px
  font-family: FontAwesome
  opacity: .9
  width: 10px
  height: 10px
  display: block

.sort_link:before
  content: "\f0dc"
  opacity: .3
  
.sort_link.asc:before
  content: "\f0d7"

.sort_link.desc:before
  content: "\f0d8"

.sort_link.asc.disabled:before, .sort_link.desc.disabled:before
  opacity: .1

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
para-0.6.9 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.6.8 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.6.7 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.6.3 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.6.2 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.5.4 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.5.3 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.5.1 app/assets/stylesheets/para/admin/theme/_sorting.sass
para-0.5.0 app/assets/stylesheets/para/admin/theme/_sorting.sass