mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
fixes
This commit is contained in:
parent
549140d861
commit
f1d0881951
9 changed files with 98 additions and 48 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
width: 100%;
|
||||
list-style-type: none;
|
||||
|
||||
&:hover {
|
||||
&:not(.single-img):hover {
|
||||
.inventory-item-header .img-portait {
|
||||
.roll-img {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue