mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
parent
90cef3a7a8
commit
0bcff99ef7
2 changed files with 7 additions and 6 deletions
|
|
@ -383,13 +383,17 @@
|
|||
.scalable-input {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr auto;
|
||||
// display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
|
||||
.form-group {
|
||||
width: fit-content;
|
||||
|
||||
&.span-2 {
|
||||
grid-column: 1 / span 2;
|
||||
}
|
||||
|
||||
.nest-inputs {
|
||||
width: fit-content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue