style.module.css 145 B

123456789
  1. .itemActive::after {
  2. content: '';
  3. position: absolute;
  4. bottom: -1px;
  5. left: 0;
  6. width: 100%;
  7. height: 2px;
  8. background-color: #155EEF;
  9. }