New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / @theme / styles / pace.theme.scss
1 /**
2  * @license
3  * Copyright Akveo. All Rights Reserved.
4  * Licensed under the MIT License. See License.txt in the project root for license information.
5  */
6
7  @mixin ngx-pace-theme() {
8
9   .pace .pace-progress {
10     background: nb-theme(color-fg-highlight);
11   }
12
13   .pace .pace-progress-inner {
14     box-shadow: 0 0 10px nb-theme(color-fg-highlight), 0 0 5px nb-theme(color-fg-highlight);
15   }
16
17   .pace .pace-activity {
18     display: none;
19     // border-top-color: nb-theme(color-fg-highlight);
20     // border-left-color: nb-theme(color-fg-highlight);
21   }
22 }