Add categories + Infinite Scroll

This commit is contained in:
Jai A
2020-05-23 21:06:36 -07:00
parent 506a68ee6a
commit c24ab9831a
12 changed files with 287 additions and 26 deletions

View File

@@ -299,4 +299,39 @@
.misc-badge {
color: white;
background-color: deepskyblue;
}
.storage-badge {
color: wheat;
background-color: #e1a15a;
}
.food-badge {
color: white;
background-color: royalblue;
}
.equipment-badge {
color: white;
background-color: black;
}
.forge {
padding-top: 5px !important;
}
.back-to-top {
position: fixed;
top: 80%;
left: 19%;
background-color: #0b75d8;
text-align: center;
padding: 20px;
display: none;
}
.back-to-top img {
width: 50px;
height: 50px;
}