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

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
min-width: 600px; min-width: 600px;
label { label {
&:hover { &:hover {
text-shadow: 0 0 3px $red; text-shadow: 0 0 2px $red;
} }
} }
&.actor { &.actor {
@@ -61,6 +61,7 @@
width: 100%; width: 100%;
text-align: right; text-align: right;
color: $l5r5e-red; color: $l5r5e-red;
text-shadow: 0 0 1px $l5r5e-red;
background: transparent; background: transparent;
border: 0 none; border: 0 none;
border-radius: 0; border-radius: 0;
@@ -108,8 +109,8 @@
padding: 0 0.25rem; padding: 0 0.25rem;
margin: 1rem 20% 0 0; margin: 1rem 20% 0 0;
text-align: center; text-align: center;
color: $white; color: $l5r5e-red;
text-shadow: 0 0 1px $l5r5e-label; text-shadow: 0 0 1px $l5r5e-label-light;
border-bottom: 0 none; border-bottom: 0 none;
background: $l5r5e-title; background: $l5r5e-title;
--notchSize: 0.5rem; --notchSize: 0.5rem;

View File

@@ -16,6 +16,7 @@ button {
height: calc(100% - 1rem); height: calc(100% - 1rem);
top: 0.5rem; top: 0.5rem;
min-width: 40px; min-width: 40px;
letter-spacing: 0.1rem;
&:before { &:before {
z-index: -1; z-index: -1;
content: ""; content: "";
@@ -519,3 +520,19 @@ button {
content: url("../assets/icons/pause.svg"); 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);
}
}
}