Sha256: 5d94cfc02564c4831cfcc3c667d4c2db061e23324d93fe39b91ab54c5398c1d5

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

@import "variables"

.root-tree
  padding-left: 0
  > .node
    margin-bottom: 20px
  .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
  padding-bottom: 5px
  .node-row
    padding: 5px
    &:hover
      background-color: $table-bg-hover
  .handle
    cursor: move
    padding: 5px
    text-align: center
    width: 32px
    display: inline-block
    margin-top: 3px
    &:focus,
    &:active,
    &:hover
      cursor: move

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

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

.tree
  list-style: none
  .node:last-child
    margin-bottom: 20px

.table >
  tbody > tr >
    td, th
      border-width: 1px
      vertical-align: middle
  tfoot > tr >
    td, th
      border-width: 1px
  thead > tr >
    td, th
      border-width: 1px

.table > thead > tr > th
  background: $table-heading-bg
  color: $table-heading-color
  font-size: 12px

.table
  &.table-actions td
    line-height: 28px
  .progress-small
    margin: 7px 0 8px

Version data entries

4 entries across 4 versions & 1 rubygems

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