Full SAN management
This commit is contained in:
@@ -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);
|
||||
|
@@ -123,6 +123,14 @@
|
||||
min-width: 6rem;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.san-helplessness,
|
||||
.san-violence {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.label-san-type {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.label-bp {
|
||||
flex-grow: 1;
|
||||
max-width: 3rem;
|
||||
|
Reference in New Issue
Block a user