Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chartjs.scss 460B

1234567891011121314151617181920212223
  1. /**
  2. * chartjs Charts
  3. */
  4. @import "../../scss/_bootstrap-extended/include";
  5. .custom-legend {
  6. .custom-legend-ul {
  7. display: flex;
  8. cursor: pointer;
  9. .custom-legend-li {
  10. display: flex;
  11. align-items: center;
  12. font-size: $font-size-xs;
  13. margin-inline-end: 1.25rem;
  14. }
  15. .legend-box {
  16. @include border-radius($border-radius-pill);
  17. block-size: .5rem;
  18. inline-size: .5rem;
  19. margin-inline-end: 5px;
  20. }
  21. }
  22. }