index.less 109 B

1234567
  1. @charset "utf-8";
  2. @import '../../style/core';
  3. .ghost {
  4. opacity: 0.4;
  5. border: 2px dashed darkturquoise;
  6. }