Sha256: dc340f04c6be676d488520457fc7b64ae477fc34ac86d9b9a0d6f5ff20062915

Contents?: true

Size: 839 Bytes

Versions: 5

Compression:

Stored size: 839 Bytes

Contents

//
// Orderable
// --------------------------------------------------

//== Re-ordered & handle barre styles
//
//##

.order-anchor,
.handle
  color: $text-color
  cursor: move
  cursor: -webkit-grab
  cursor: grab
  outline: 0
  font-size: 14px
  line-height: 20px
  width: 21px
  display: inline-block
  +default-transition
  &:hover
    color: $gray-darker
  &:focus,
  &:focus:active
    cursor: move
    cursor: -webkit-grabbing
    cursor: grabbing
    border-radius: $border-radius-base
    margin: 0
    background-color: $gray
    color: $gray-darker
    text-align: center
  .sort-dots:after
    color: $gray
    content: '\2807\2807'
    font-size: 30px
    font-style: normal
    letter-spacing: -14px
    vertical-align: middle

.sortable-placeholder
  border: 1px dotted $gray
  width: 100%
  background-color: $gray-lighter

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
para-0.11.4 app/assets/stylesheets/para/admin/src/_orderable.sass
para-0.11.3 app/assets/stylesheets/para/admin/src/_orderable.sass
para-0.11.2 app/assets/stylesheets/para/admin/src/_orderable.sass
para-0.11.1 app/assets/stylesheets/para/admin/src/_orderable.sass
para-0.11.0 app/assets/stylesheets/para/admin/src/_orderable.sass