More preliminary sheet work and refactors

This commit is contained in:
Carlos Fernandez 2026-07-01 20:42:10 -04:00
parent cdf6e7fdd0
commit 5335ba850b
5 changed files with 51 additions and 54 deletions

View file

@ -5,6 +5,26 @@
.application.sheet.daggerheart.actor.dh-style.party .tab.partyMembers {
overflow: auto;
.actions-section {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
margin-bottom: 10px;
gap: 20px;
background-color: light-dark(@dark-blue-10, @golden-10);
button {
span {
font-size: 12px;
}
}
.active-action {
animation: glow 0.75s infinite alternate;
}
}
.actors-list {
display: flex;
flex-direction: column;

View file

@ -27,25 +27,5 @@
display: flex;
flex-direction: column;
}
.actions-section {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
margin-bottom: 10px;
gap: 20px;
background-color: light-dark(@dark-blue-10, @golden-10);
button {
span {
font-size: 12px;
}
}
.active-action {
animation: glow 0.75s infinite alternate;
}
}
}
}