mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
6 lines
178 B
SCSS
6 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;
|
|
}
|