Skip to content

Commit f65696c

Browse files
committed
Change nprogress colors
1 parent 1134e9f commit f65696c

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

src/_common/_styles/misc.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@
5353
}
5454
}
5555

56-
.spinner {
57-
top: 25px !important;
58-
right: 23px !important;
59-
60-
.spinner-icon {
61-
border-top-color: $color-primary !important;
62-
border-left-color: $color-primary !important;
63-
}
64-
}
65-
6656
.list-icon {
6757

6858
[class^='col'] {
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#nprogress {
2+
.bar {
3+
background: $color-primary !important;
4+
5+
.peg {
6+
box-shadow: 0 0 10px $color-primary, 0 0 5px $color-primary;
7+
}
8+
}
9+
10+
.spinner {
11+
top: 25px !important;
12+
right: 23px !important;
13+
14+
.spinner-icon {
15+
border-top-color: $color-primary !important;
16+
border-left-color: $color-primary !important;
17+
}
18+
}
19+
}
20+
21+
22+

0 commit comments

Comments
 (0)