index.module.less 250 B

1234567891011121314
  1. .icon{
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. width: 24px;
  6. height: 24px;
  7. border-radius: 100%;
  8. flex-shrink: 0;
  9. background-color: rgba(#F3F3F3, 1);
  10. }
  11. .iconActive{
  12. .icon();
  13. background-color: rgba(#317CFA, .1);
  14. }