Skip to content

Commit 78afc3a

Browse files
committed
turbo progress bar
explored what turbo does
1 parent f790314 commit 78afc3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/assets/stylesheets/application.sass.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
@import "components/form";
1313
@import "components/visually_hidden";
1414
@import "components/quote";
15+
@import "components/turbo_progress_bar";
1516

1617
// Layouts
1718
@import "layouts/container";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.turbo-progress-bar {
2+
background: linear-gradient(to right, var(--color-primary), var(--color-primary-rotate));
3+
}

0 commit comments

Comments
 (0)