Actor sheet -> working !!!

This commit is contained in:
2026-06-06 15:48:18 +02:00
parent 9b77a0c552
commit 891769816a
13 changed files with 129 additions and 69 deletions
+14 -7
View File
@@ -24,15 +24,24 @@
.resource-label {
font-size: 0.75rem;
color: @color-text-light-2;
color: @color-text-light-highlight;
text-transform: uppercase;
font-weight: bold;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
.resource {
border: none;
border-left: 1px solid gray;
padding: 0.2rem 1rem;
border: 1px solid @color-border-dark-3;
border-left: 3px solid @theme-color-primary;
background: rgba(0, 0, 0, 0.1);
padding: 0.5rem 1rem;
text-align: center;
.transition();
&:hover {
background: rgba(0, 0, 0, 0.2);
border-color: @theme-color-primary;
}
.flexrow {
min-width: 5rem;
@@ -56,13 +65,11 @@
}
select {
background: rgba(0, 0, 0, 0.4);
.custom-select-style();
color: @color-text-light-1;
font-family: "DistressBlack", sans-serif;
font-size: 0.875rem;
text-align: center;
border: none;
box-shadow: 0px 0px 3px rgba(31, 26, 26, 0.979) inset;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}