6 lines
84 B
SCSS
6 lines
84 B
SCSS
|
@import "variables";
|
||
|
|
||
|
.turbolinks-progress-bar {
|
||
|
background-color: $light-blue;
|
||
|
}
|