specific-lists.component.scss 303 B

123456789101112131415161718192021
  1. .list-item,
  2. .sub-list-item {
  3. &:not(.active):hover {
  4. cursor: pointer;
  5. background: rgba(0, 0, 0, .1);
  6. }
  7. .badge {
  8. position: absolute;
  9. right: 0.5rem;
  10. margin-top: 0.3rem;
  11. }
  12. }
  13. .toggler {
  14. cursor: pointer;
  15. &:hover {
  16. opacity: .8;
  17. }
  18. }