cb0e26d1f7
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
5 lines
178 B
SCSS
5 lines
178 B
SCSS
html.turbolinks-progress-bar::before {
|
|
background-color: $progress-color!important;
|
|
height: 2px!important;
|
|
box-shadow: 0 0 10px $progress-color, 0 0 5px $progress-color;
|
|
}
|