Skip to content

Commit

Permalink
feat: turbo_progress_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji committed Sep 14, 2024
1 parent 94fb9f7 commit e79dea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.postcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@import "./components/quote.css";
@import "./components/form.css";
@import "./components/visually-hidden.css";
@import "./components/turbo_progress_bar.css";

@import "./layouts/container.css";
@import "./layouts/header.css";
Expand Down
5 changes: 5 additions & 0 deletions app/assets/stylesheets/components/turbo_progress_bar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@layer components {
.turbo-progress-bar {
@apply bg-gradient-to-tr from-primary to-primary-rotate;
}
}

0 comments on commit e79dea3

Please sign in to comment.