mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
update less code style
This commit is contained in:
parent
760a5ffc90
commit
68f3641a90
@ -29,6 +29,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 4;
|
||||
|
||||
&-dot {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -39,6 +40,7 @@
|
||||
&-sm .@{spin-prefix-cls}-dot {
|
||||
margin: -@spin-dot-size-sm / 2;
|
||||
}
|
||||
|
||||
&-lg .@{spin-prefix-cls}-dot {
|
||||
margin: -@spin-dot-size-lg / 2;
|
||||
}
|
||||
@ -61,13 +63,16 @@
|
||||
width: 100%;
|
||||
padding-top: (@spin-dot-size - @font-size-base) / 2 + 2;
|
||||
}
|
||||
|
||||
&-sm .@{spin-prefix-cls}-text {
|
||||
padding-top: (@spin-dot-size-sm - @font-size-base) / 2 + 2;
|
||||
}
|
||||
|
||||
&-lg .@{spin-prefix-cls}-text {
|
||||
padding-top: (@spin-dot-size-lg - @font-size-base) / 2 + 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-container {
|
||||
transition: all 0.3s @ease-in-out;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user