mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:16:03 +01:00
10 lines
No EOL
259 B
SCSS
10 lines
No EOL
259 B
SCSS
.turbolinks-progress-bar {
|
|
background: var(--turbolinks-progress-color);
|
|
|
|
@include media-breakpoint-down('md') {
|
|
top: unset !important;
|
|
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
|
|
position: fixed;
|
|
left: 0 !important;
|
|
}
|
|
} |