"ListSearchProjects/src/components/StandardFormRow/index.less" did not exist on "7e6b9aa0ea2f0b80c7043d8e36f1a46b5c1f9d6c"
index.less 521 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
@import '~antd/es/style/themes/default.less';
陈帅's avatar
陈帅 committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

.waterWave {
  position: relative;
  display: inline-block;
  transform-origin: left;
  .text {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    span {
      color: @text-color-secondary;
      font-size: 14px;
      line-height: 22px;
    }
    h4 {
      color: @heading-color;
      font-size: 24px;
      line-height: 32px;
    }
  }
  .waterWaveCanvasWrapper {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}