mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Update Beastform action
This commit is contained in:
parent
9d9c636dbc
commit
cf55659097
15 changed files with 324 additions and 132 deletions
|
|
@ -19,6 +19,41 @@
|
|||
&.start-align {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
// .form-group {
|
||||
// flex-wrap: wrap;
|
||||
|
||||
// .hint {
|
||||
// flex: 0 0 100%;
|
||||
// margin: 0;
|
||||
// font-size: var(--font-size-12);
|
||||
// color: var(--color-form-hint);
|
||||
// }
|
||||
|
||||
// &:hover {
|
||||
// .hint {
|
||||
// color: var(--color-form-hint-hover);
|
||||
// }
|
||||
// }
|
||||
|
||||
// &.setting-two-values {
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(3, 1fr);
|
||||
// gap: .25rem .5rem;
|
||||
|
||||
// label, .form-fields {
|
||||
// flex: 1;
|
||||
// }
|
||||
|
||||
// .form-group label {
|
||||
// text-align: right;
|
||||
// }
|
||||
|
||||
// .hint {
|
||||
// grid-column: 1 / -1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
.setting-group-field {
|
||||
|
|
@ -140,44 +175,49 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tab.with-hint {
|
||||
fieldset {
|
||||
gap: .5rem;
|
||||
// .tab.with-hint {
|
||||
// fieldset {
|
||||
// gap: .5rem;
|
||||
|
||||
.form-group {
|
||||
// .form-group {
|
||||
// flex-wrap: wrap;
|
||||
gap: .25rem;
|
||||
// gap: .25rem .5rem;
|
||||
|
||||
label {
|
||||
flex: 1;
|
||||
}
|
||||
// label, .form-fields {
|
||||
// flex: 1;
|
||||
// }
|
||||
|
||||
.hint {
|
||||
flex: 0 0 100%;
|
||||
margin: 0;
|
||||
font-size: var(--font-size-14);
|
||||
color: var(--color-form-hint);
|
||||
}
|
||||
// .hint {
|
||||
// flex: 0 0 100%;
|
||||
// margin: 0;
|
||||
// font-size: var(--font-size-12);
|
||||
// color: var(--color-form-hint);
|
||||
// }
|
||||
|
||||
&:hover {
|
||||
.hint {
|
||||
color: var(--color-form-hint-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
// &:hover {
|
||||
// .hint {
|
||||
// color: var(--color-form-hint-hover);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
.form-group.setting-two-values {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
// .form-group.setting-two-values {
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(3, 1fr);
|
||||
// gap: .25rem .5rem;
|
||||
|
||||
.form-group label {
|
||||
text-align: right;
|
||||
}
|
||||
// label, .form-fields {
|
||||
// flex: 1;
|
||||
// }
|
||||
|
||||
.hint {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// .form-group label {
|
||||
// text-align: right;
|
||||
// }
|
||||
|
||||
// .hint {
|
||||
// grid-column: 1 / -1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue