Implement search, loading on demand

This commit is contained in:
Alex Shpak
2019-07-16 14:34:02 +02:00
parent dda0a0eab1
commit 1f3addcca5
16 changed files with 119 additions and 69 deletions
+4
View File
@@ -42,6 +42,10 @@
text-align: center;
}
.hidden {
display: none;
}
@mixin fixed {
position: fixed;
top: 0;