mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
Merged with main
This commit is contained in:
commit
9bea8d6a97
64 changed files with 1556 additions and 441 deletions
|
|
@ -21,7 +21,7 @@
|
|||
gap: 4px;
|
||||
.critical-chip {
|
||||
flex: 0;
|
||||
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
|
|
@ -41,6 +41,26 @@
|
|||
}
|
||||
}
|
||||
|
||||
.group-attack-container {
|
||||
margin: 0;
|
||||
|
||||
.group-attack-inner-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
> * {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.group-attack-tools {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.damage-section-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -419,11 +419,19 @@
|
|||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.form-fields {
|
||||
height: 32px;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.select {
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.scalable-input {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
.application.daggerheart {
|
||||
prose-mirror {
|
||||
height: 100% !important;
|
||||
width: 100%;
|
||||
|
||||
.editor-menu {
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -68,5 +68,29 @@
|
|||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
color-picker {
|
||||
gap: 4px;
|
||||
background: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.animation-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.animation-inner-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
gap: 8px;
|
||||
|
||||
.animation-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue