Update Sidebar UI compendium and Letter spacing
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
min-width: 600px;
|
||||
label {
|
||||
&:hover {
|
||||
text-shadow: 0 0 3px $red;
|
||||
text-shadow: 0 0 2px $red;
|
||||
}
|
||||
}
|
||||
&.actor {
|
||||
@@ -61,6 +61,7 @@
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
color: $l5r5e-red;
|
||||
text-shadow: 0 0 1px $l5r5e-red;
|
||||
background: transparent;
|
||||
border: 0 none;
|
||||
border-radius: 0;
|
||||
@@ -108,8 +109,8 @@
|
||||
padding: 0 0.25rem;
|
||||
margin: 1rem 20% 0 0;
|
||||
text-align: center;
|
||||
color: $white;
|
||||
text-shadow: 0 0 1px $l5r5e-label;
|
||||
color: $l5r5e-red;
|
||||
text-shadow: 0 0 1px $l5r5e-label-light;
|
||||
border-bottom: 0 none;
|
||||
background: $l5r5e-title;
|
||||
--notchSize: 0.5rem;
|
||||
|
||||
@@ -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