aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/@theme/styles/pace.theme.scss
blob: e3bc9b62e501d2032248324e2c8e2329418c848c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

 @mixin ngx-pace-theme() {

  .pace .pace-progress {
    background: nb-theme(color-fg-highlight);
  }

  .pace .pace-progress-inner {
    box-shadow: 0 0 10px nb-theme(color-fg-highlight), 0 0 5px nb-theme(color-fg-highlight);
  }

  .pace .pace-activity {
    display: none;
    // border-top-color: nb-theme(color-fg-highlight);
    // border-left-color: nb-theme(color-fg-highlight);
  }
}