_treeview.scss 503 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* Start TreeView  Styles */

.tree-leaf .tree-leaf-text {
  @apply m-1 #{!important};
}

.tree-leaf .tree-leaf-text:hover {
  @apply text-primary #{!important};
}

.tree-leaf .tree-expando {
  @apply bg-gray-200 dark:bg-black/20 h-[15px] leading-[9px] p-[3px] w-[15px] top-[8px] #{!important};
}
.tree-leaf .tree-expando {
  @apply rtl:float-right;
}
.tree-leaf .tree-leaf-text {
  @apply rtl:float-right;
}
.tree-leaf .tree-child-leaves {
  @apply rtl:mr-[15px] rtl:ml-0;
}
/* End TreeView  Styles */