add font and css preloading links

This commit is contained in:
Robert Kaussow 2020-09-19 12:23:14 +02:00
parent ffaa3cedfb
commit ab0867d2df
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
5 changed files with 40 additions and 12 deletions

View file

@ -50,6 +50,11 @@
display: none;
}
.badge-placeholder {
display: inline-block;
min-width: 4rem;
}
@mixin spin($duration) {
animation: spin $duration ease infinite;
@keyframes spin {