mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
move spin variables to default.less
This commit is contained in:
parent
92c3bef888
commit
31d6aca303
@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
@spin-prefix-cls: ~"@{ant-prefix}-spin";
|
@spin-prefix-cls: ~"@{ant-prefix}-spin";
|
||||||
@spin-dot-default: @text-color-secondary;
|
@spin-dot-default: @text-color-secondary;
|
||||||
@spin-dot-size-sm: 14px;
|
|
||||||
@spin-dot-size: 20px;
|
|
||||||
@spin-dot-size-lg: 32px;
|
|
||||||
|
|
||||||
.@{spin-prefix-cls} {
|
.@{spin-prefix-cls} {
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
|
@ -225,6 +225,12 @@
|
|||||||
@process-default-color: @primary-color;
|
@process-default-color: @primary-color;
|
||||||
|
|
||||||
// Menu
|
// Menu
|
||||||
// --
|
// ---
|
||||||
@menu-dark-bg: #404040;
|
@menu-dark-bg: #404040;
|
||||||
@menu-dark-submenu-bg: #333;
|
@menu-dark-submenu-bg: #333;
|
||||||
|
|
||||||
|
// Spin
|
||||||
|
// ---
|
||||||
|
@spin-dot-size-sm: 14px;
|
||||||
|
@spin-dot-size: 20px;
|
||||||
|
@spin-dot-size-lg: 32px;
|
||||||
|
Loading…
Reference in New Issue
Block a user