mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:49:57 +08:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
.box(@position: absolute) {
|
||
|
position: @position;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|