mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
26 lines
No EOL
536 B
Text
26 lines
No EOL
536 B
Text
.drag-area {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 40px;
|
|
border: 1px dashed light-dark(@dark-blue-50, @beige-50);
|
|
border-radius: 3px;
|
|
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);
|
|
}
|
|
}
|
|
} |