2021-04-04 07:23:11 -07:00
|
|
|
.turbolinks-progress-bar {
|
|
|
|
background: var(--turbolinks-progress-color);
|
2022-01-01 11:06:36 -08:00
|
|
|
|
|
|
|
@include media-breakpoint-down('sm') {
|
|
|
|
top: unset !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
position: fixed;
|
|
|
|
left: 0 !important;
|
|
|
|
}
|
2021-04-04 07:23:11 -07:00
|
|
|
}
|