Sha256: 7b922cabcbdf84bfcfaf13015304f1ff4c600a48e2c8a10a5471a276864ed912

Contents?: true

Size: 848 Bytes

Versions: 5

Compression:

Stored size: 848 Bytes

Contents

//
// Tree
// --------------------------------------------------

//== Main style
//
//##

.root-tree
  padding-left: 0
  .tree
    padding-left: 40px

    .sortable-dragging
      .placeholder,
      .btn-group
        display: none

  .sortable-placeholder
    height: 30px
    margin: 10px 0px 20px 0

.node
  border-left: 4px solid $gray-light
  padding-bottom: 5px
  margin-top: 15px
  .node-row
    +default-transition
    border-bottom: 1px dashed $gray-light
    padding: 5px
    &:first-child
      border-top: 1px dashed $gray-light
    &:hover
      background-color: $gray-lighter
    .btn
      margin: 0 3px

  .handle
    font-size: 14px
    margin: 4px 14px 0 5px

  .node-name
    margin-top: 4px
    display: inline-block

  .placeholder
    border: dashed 1px $gray
    height: 30px
    margin-top: 5px

.tree
  list-style: none

Version data entries

5 entries across 5 versions & 1 rubygems

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