yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
28 lines (27 loc) • 561 B
text/less
@import 'node_modules/yoyo-ng-module/src/theme/styles/index.less';
.ad-water-wave {
display: inline-block;
position: relative;
transform-origin: left;
.text {
position: absolute;
left: 0;
top: 32px;
text-align: center;
width: 100%;
span {
color: @text-color-secondary;
font-size: 14px;
line-height: 22px;
}
h4 {
color: @heading-color;
line-height: 32px;
font-size: 24px;
}
}
.canvas-wrap {
transform: scale(0.5);
transform-origin: 0 0;
}
}