index.css 224 B

12345678910111213
  1. .model-tab::before {
  2. content: '';
  3. position: absolute;
  4. left: 0.4rem;
  5. width: 45%;
  6. height: 80%;
  7. background-color: #ffc800;
  8. border-radius: 2rem;
  9. transition: all 0.4s;
  10. }
  11. .editor-tab::before {
  12. left: calc(50%);
  13. }