mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
47 lines
1.1 KiB
Text
47 lines
1.1 KiB
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 {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-family: @font-body;
|
|
cursor: pointer;
|
|
flex: 1;
|
|
i {
|
|
text-align: center;
|
|
width: 30px;
|
|
}
|
|
}
|
|
|
|
input[type="radio"] {
|
|
margin-left: auto;
|
|
}
|
|
|
|
button {
|
|
flex: 1;
|
|
display: flex;
|
|
padding: 6px 40px 6px 6px;
|
|
height: fit-content;
|
|
img {
|
|
width: 30px;
|
|
}
|
|
span {
|
|
font-family: @font-body;
|
|
flex: 1;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|