feat(themes): add loading info
This commit is contained in:
parent
a6d823b826
commit
86594a3118
5 changed files with 64 additions and 2 deletions
|
|
@ -7,6 +7,23 @@
|
|||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body:not(.ready) {
|
||||
[data-cloak] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
div#app {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
font-weight: lighter;
|
||||
margin: 40vw auto;
|
||||
|
||||
&:empty::before {
|
||||
content: "Loading...";
|
||||
}
|
||||
}
|
||||
|
||||
.emoji {
|
||||
height: 1.2em;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue