Sheet adjustement + new icons for items

This commit is contained in:
Mandar
2020-12-19 20:30:07 +01:00
parent 10956e6677
commit 909ee8774c
56 changed files with 890 additions and 987 deletions

View File

@@ -307,6 +307,7 @@ button {
// logo
#logo {
content: url("../assets/l5r-logo.webp");
height: 80px;
margin-left: 0.5rem;
opacity: 0.5;
@@ -510,3 +511,11 @@ button {
}
}
}
// Pause
#pause {
img {
content: url("../assets/icons/pause.svg");
}
}