index.less 349 B

1234567891011121314151617181920212223242526272829
  1. @import "~@less/variables.less";
  2. .container{
  3. .tag;
  4. }
  5. .cont{
  6. .no-tag;
  7. }
  8. .selected{
  9. .selected-tag;
  10. position: relative;
  11. padding: 0;
  12. &:before{
  13. content: unset;
  14. }
  15. &:after{
  16. content: unset;
  17. }
  18. }
  19. .add-icon{
  20. vertical-align:middle;
  21. position: absolute;
  22. right: -15px;
  23. cursor: pointer;
  24. top: 4px;
  25. }
  26. .add{
  27. margin-right: 18px;
  28. }