Add 'getTrainByUID - and format
This commit is contained in:
15
src/lib/navigation/loading-text.svelte
Normal file
15
src/lib/navigation/loading-text.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<p id="load">Loading...</p>
|
||||
<style>
|
||||
#load {
|
||||
margin-top: 5px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
animation: pulse-loading 2.5s linear infinite;
|
||||
}
|
||||
@keyframes pulse-loading {
|
||||
50% {
|
||||
color: rgb(136, 164, 255);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user