ee82f5a774
* wip: footer * pin bootstrap-vue * compact footer and fixes * compact header * fix member details in other views * fix first party member in header * fix unread notifications badge color * sync + menu fixes * loading bar styles * new filter button * create button * create fixes * quick add * fix quick add inputs * tooltips for create buttons * fix create task moda * fix class badge * fixed footer links * revert change that caused problems with tests and old browsers * misc
18 lines
387 B
SCSS
18 lines
387 B
SCSS
// Override for https://raw.githubusercontent.com/rstacruz/nprogress/master/nprogress.css
|
|
|
|
#nprogress {
|
|
.bar {
|
|
background: $purple-400 !important;
|
|
height: 4px !important;
|
|
}
|
|
|
|
.peg {
|
|
box-shadow: 0 0 10px $purple-400, 0 0 5px $purple-400 !important;
|
|
}
|
|
|
|
.spinner-icon {
|
|
border-top-color: $purple-400 !important;
|
|
border-left-color: $purple-400 !important;
|
|
}
|
|
}
|