mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-16 07:03:13 +00:00
Move styles to SCSS file
Rename components Add Loader
This commit is contained in:
parent
12a33388f6
commit
4e6b2799f6
15 changed files with 282 additions and 84 deletions
8
front/src/pages/components/LoadingBar.svelte
Normal file
8
front/src/pages/components/LoadingBar.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
export let bottom = false
|
||||
</script>
|
||||
|
||||
<div class="loader" class:bottom={bottom}>
|
||||
<div class="bar bar-1"></div>
|
||||
<div class="bar bar-2"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue