mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-01 21:39:12 +02:00
10 lines
No EOL
223 B
SCSS
10 lines
No EOL
223 B
SCSS
.turbolinks-progress-bar {
|
|
background: var(--turbolinks-progress-color);
|
|
|
|
@include media-breakpoint-down('md') {
|
|
top: unset !important;
|
|
bottom: 45px !important;
|
|
position: fixed;
|
|
left: 0 !important;
|
|
}
|
|
} |