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.

29 lines
402 B

5 months ago
  1. .side-menu {
  2. .ant-menu-submenu-title {
  3. color: #fff;
  4. img {
  5. width: 16px;
  6. }
  7. .ant-menu-title-content {
  8. color: #fff;
  9. }
  10. }
  11. .ant-menu-submenu-selected {
  12. background-color: #3458bc;
  13. }
  14. .ant-menu-item {
  15. margin-inline: 0;
  16. border-radius: 0;
  17. }
  18. .ant-menu-item-selected {
  19. width: 100%;
  20. }
  21. .ant-menu-item {
  22. color: #fff;
  23. }
  24. .ant-menu-item-selected {
  25. color: var(--primaryColor);
  26. }
  27. }