Sha256: 5f7073a5229dffba1722eb33160f6604dd293ae842aa5e7f2966b3cdbfa37c07

Contents?: true

Size: 694 Bytes

Versions: 4

Compression:

Stored size: 694 Bytes

Contents

@import "variables"

.order-anchor
  float: left
  margin-right: 10px
  color: $gray-darker
  cursor: move
  outline: 0
  transition: all, .2s, ease-out
  &:hover
    color: $gray-darker
  &:focus,
  &:active
    cursor: move
    color: $gray-darker

.table
  .sortable-dragging
    .btn-group
      display: none
    .order-anchor
      display: inline-block
      position: relative  

.panel
  .collapsed
    .caret
      transform: rotate(270deg)

.nested-many-field
  &.orderable
    .sortable-placeholder
      margin-bottom: 20px
    .form-fields
      +clearfix
      float: none
    
.sortable-placeholder
  border: 1px dashed $gray-lighter
  width: 100%
  background-color: $input-bg

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
para-0.5.4 app/assets/stylesheets/para/admin/theme/_orderable.sass
para-0.5.3 app/assets/stylesheets/para/admin/theme/_orderable.sass
para-0.5.1 app/assets/stylesheets/para/admin/theme/_orderable.sass
para-0.5.0 app/assets/stylesheets/para/admin/theme/_orderable.sass