Files
habitica/website/client/assets/scss/progress-bar.scss
T
Matteo Pagliazzi ee82f5a774 Client: Tasks and Header v2 (#9168)
* 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
2017-10-16 22:04:16 +02:00

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