mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
#nprogress {
|
|
.bar {
|
|
background: @primary-color;
|
|
}
|
|
|
|
.peg {
|
|
box-shadow: 0 0 10px @primary-color, 0 0 5px @primary-color;
|
|
}
|
|
|
|
.spinner-icon {
|
|
border-top-color: @primary-color;
|
|
border-left-color: @primary-color;
|
|
}
|
|
}
|