Update Sidebar UI compendium and Letter spacing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user