mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
19 lines
385 B
Text
19 lines
385 B
Text
@import '../../utils/fonts.less';
|
|
|
|
.application.daggerheart.dh-style {
|
|
.actions-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
|
|
.action-item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
|
|
.label {
|
|
font-family: @font-body;
|
|
}
|
|
}
|
|
}
|
|
}
|