Update Sidebar UI compendium and Letter spacing

This commit is contained in:
Mandar
2020-12-26 19:13:43 +01:00
parent fe2971e864
commit a0963e266e
3 changed files with 22 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ button {
height: calc(100% - 1rem);
top: 0.5rem;
min-width: 40px;
letter-spacing: 0.1rem;
&:before {
z-index: -1;
content: "";
@@ -519,3 +520,19 @@ button {
content: url("../assets/icons/pause.svg");
}
}
// Compendium
.compendium-list {
.compendium-pack {
.pack-title {
margin: 0;
line-height: 1rem;
}
.compendium-footer {
text-align: right;
margin-right: 2rem;
font-size: 0.75rem;
color: rgba(240, 240, 225, 0.75);
}
}
}