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.

style.module.css 145B

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. }