ant-design-blazor/components/style/mixins/box.less
2020-08-23 16:06:08 +08:00

8 lines
99 B
Plaintext

.box(@position: absolute) {
position: @position;
top: 0;
right: 0;
bottom: 0;
left: 0;
}