Move .hint css class to global

This commit is contained in:
Dapoolp 2025-08-26 14:11:03 +02:00
parent 886d9afc0e
commit 398dff0a60
2 changed files with 14 additions and 12 deletions

View file

@ -617,18 +617,6 @@
align-items: center;
}
.hint {
flex: 0 0 100%;
margin: 0;
color: var(--color-form-hint);
}
&:hover {
.hint {
color: var(--color-form-hint-hover);
}
}
&.setting-two-values {
display: grid;
grid-template-columns: repeat(3, 1fr);

View file

@ -10,3 +10,17 @@
color: light-dark(@dark-blue-50, @beige-50);
font-family: @font-body;
}
.daggerheart.dh-style {
.hint {
flex: 0 0 100%;
margin: 0;
color: var(--color-form-hint);
}
&:hover {
.hint {
color: var(--color-form-hint-hover);
}
}
}