Skip to content

Commit

Permalink
Auto-build folder html
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed May 9, 2024
1 parent 17ccc24 commit 6f11b2f
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 59 deletions.
4 changes: 4 additions & 0 deletions html/assets/scss/components/_preloader.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wrapper-tab-preloader {
display: flex; z-index: 999; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--blue-700);
}

.preloader {
align-self: center;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion html/assets/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
overflow: hidden;
border-radius: 0 0 0.8rem 0.8rem;
background-color: var(--blue-700);

padding: 2rem;
position: relative;
}
}
103 changes: 47 additions & 56 deletions html/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/main.js.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions html/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/styles.css.map

Large diffs are not rendered by default.

0 comments on commit 6f11b2f

Please sign in to comment.