feat(themes): add loading info

This commit is contained in:
qingwei.li 2017-02-19 08:39:05 +08:00 committed by cinwell.li
commit 86594a3118
5 changed files with 64 additions and 2 deletions

View file

@ -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;