index.less 224 B

1234567891011121314151617181920
  1. @import "~@less/variables.less";
  2. .container{
  3. .tag;
  4. }
  5. .no-tag{
  6. .no-tag;
  7. }
  8. .selected{
  9. .selected-tag;
  10. &:before{
  11. content: unset;
  12. }
  13. &:after{
  14. content: unset;
  15. }
  16. }
  17. .blued{
  18. background: @blue;
  19. color: #fff;
  20. }