mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
💫 Adds explainer, below loading animation
This commit is contained in:
parent
749f3b21da
commit
b5415ca5b9
@ -50,6 +50,14 @@
|
|||||||
|
|
||||||
<p class="time-note" id="note">This may take a minute or two</p>
|
<p class="time-note" id="note">This may take a minute or two</p>
|
||||||
|
|
||||||
|
<div class="why-am-i-seeing-this">
|
||||||
|
<h3>Why are you seeing this screen?</h3>
|
||||||
|
<p>
|
||||||
|
The app's built files aren't yet present in the /dist directory,
|
||||||
|
so this page is displayed while we compile the source.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style lang="css">
|
<style lang="css">
|
||||||
/* Page Layout Styles */
|
/* Page Layout Styles */
|
||||||
body,
|
body,
|
||||||
@ -194,6 +202,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hide { display: none; }
|
.hide { display: none; }
|
||||||
|
|
||||||
|
.why-am-i-seeing-this {
|
||||||
|
color: #808080a6;
|
||||||
|
font-family: Tahoma, 'Trebuchet MS', sans-serif;
|
||||||
|
max-width: 25rem;
|
||||||
|
border: 2px solid #808080a6;
|
||||||
|
border-radius: 6px;
|
||||||
|
padding: 0.5rem;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 1rem;
|
||||||
|
background: #8080800d;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
.why-am-i-seeing-this h3 {
|
||||||
|
margin: 0 0 0.5rem 0;
|
||||||
|
}
|
||||||
|
.why-am-i-seeing-this p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user