This commit is contained in:
Dapoolp 2025-07-25 16:11:42 +02:00
parent 549140d861
commit f1d0881951
9 changed files with 98 additions and 48 deletions

View file

@ -1,15 +1,46 @@
@import '../../utils/fonts.less';
.application.daggerheart.dh-style {
.actions-list {
.actions-list, .action-buttons-list {
display: flex;
flex-direction: column;
gap: 10px;
.action-item {
display: flex;
align-items: center;
gap: 5px;
}
}
.action-buttons-list {
gap: 10px;
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;
}
}
}
.actions-list {
gap: 5px;
.action-item {
&:hover {
background-color: rgba(255,255,255,.05);
}
padding: 5px;
border-radius: 5px;
transition: background-color .3s ease-in-out;
.label {
display: flex;
@ -27,21 +58,6 @@
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;
}
}
}
}
}

View file

@ -23,7 +23,7 @@
width: 100%;
list-style-type: none;
&:hover {
&:not(.single-img):hover {
.inventory-item-header .img-portait {
.roll-img {
opacity: 1;