Sha256: 97030af93845cdfe8b600ce76e0f47555d757752c37828ca8d33db011fb5c2f5

Contents?: true

Size: 681 Bytes

Versions: 22

Compression:

Stored size: 681 Bytes

Contents

@import "mixins/settings.global";

.c-tree {
  display: block;
  margin: $tree-margin;
  padding: $tree-padding;
  list-style: none;

  .c-tree {
    padding: $tree-nested-padding;
  }
}

.c-tree__item {
  padding: $tree-item-padding;

  &:before {
    display: inline-block;
    padding: $tree-item-indicator-padding;
    transform-origin: 30% 50%;
    color: $tree-item-indicator-color;
    content: "–";
  }
}

.c-tree__item--expandable {
  &:before {
    color: $tree-item-expandable-indicator-color;
    content: "\276F";
  }
}

.c-tree__item--expanded {
  &:before {
    transform: rotate(90deg);
    color: $tree-item-expanded-indicator-color;
    content: "\276F";
  }
}

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
activeadmin_blaze_theme-0.5.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.5.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.9 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.8 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.7 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.5 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.4.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.3.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.2.8 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.2.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.2.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.2.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.2.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.1.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.1.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.1.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
activeadmin_blaze_theme-0.1.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss