Full SAN management

This commit is contained in:
2025-06-15 23:02:36 +02:00
parent 9e4d76298c
commit 5ba88a1ae5
27 changed files with 433 additions and 41 deletions

View File

@@ -86,6 +86,7 @@ i.fvtt-cthulhu-eternal {
background-size: 100% 100%;
}
.chat-san-request,
.chat-lethal-damage {
ul {
list-style-type: none;
@@ -97,6 +98,23 @@ i.fvtt-cthulhu-eternal {
color: var(--color-critical-failure);
font-family: var(--font-title);
}
.san-loose-buttons {
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
button {
margin: 0 2px;
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1.1);
border: none;
padding: 2px 2px;
cursor: pointer;
transition: background-color 0.3s;
min-width: 3.0rem;
max-width: 3.0rem;
}
}
.result-non-lethal {
color: var(--color-failure);
font-family: var(--font-title);