mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
f
This commit is contained in:
parent
1228eb0105
commit
810d74baa5
11 changed files with 220 additions and 17 deletions
|
|
@ -139,4 +139,45 @@
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.tab.with-hint {
|
||||
fieldset {
|
||||
gap: .5rem;
|
||||
|
||||
.form-group {
|
||||
flex-wrap: wrap;
|
||||
gap: .25rem;
|
||||
|
||||
label {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.hint {
|
||||
flex: 0 0 100%;
|
||||
margin: 0;
|
||||
font-size: var(--font-size-14);
|
||||
color: var(--color-form-hint);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.hint {
|
||||
color: var(--color-form-hint-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-group.setting-two-values {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
||||
.form-group label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.hint {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue