index.less 233 B

123456789101112131415
  1. @import "~@less/mixin.less";
  2. .container{
  3. position: relative;
  4. display: inline-block;
  5. .selected-tag{
  6. cursor: pointer;
  7. }
  8. .ext {
  9. color: @extBlue !important;
  10. &.selected-area{
  11. color: #fff!important;
  12. }
  13. }
  14. }