You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
239 B

#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;
}
}