Fix error and remove old styles

This commit is contained in:
Carlos Fernandez 2026-04-24 15:59:43 -04:00
parent 2b5b01a3a7
commit 186ce446ea
5 changed files with 4 additions and 140 deletions

View file

@ -7,7 +7,7 @@
a.roll-button {
&:hover {
text-shadow: none;
filter: drop-shadow(0 0 3px var(--golden-90));
filter: drop-shadow(0 0 3px @golden-90);
}
}
@ -215,10 +215,10 @@
margin-top: 8px;
&.empty {
color: light-dark(@dark-blue-80, @beige-80);
color: light-dark(@dark-blue-90, @beige-80);
border-radius: 3px;
justify-content: center;
border: 1px dashed light-dark(@dark-blue-80, @beige-80);
border: 1px dashed light-dark(@dark-blue-90, @beige-80);
text-align: center;
height: 3.25rem;
font-family: @font-body;

View file

@ -1,50 +0,0 @@
@import '../../utils/colors.less';
.application.daggerheart.group-roll {
fieldset.one-column {
min-width: 500px;
margin-bottom: 10px;
}
.actor-item {
display: flex;
align-items: center;
gap: 15px;
width: 100%;
img {
height: 40px;
width: 40px;
border-radius: 50%;
object-fit: cover;
}
.actor-info {
display: flex;
flex-direction: column;
gap: 10px;
.actor-check-info {
display: flex;
gap: 10px;
.form-fields {
display: flex;
gap: 5px;
align-items: center;
input {
max-width: 40px;
text-align: center;
}
}
}
}
.controls {
margin-left: auto;
}
}
.tooltip-container {
width: 100%;
}
}

View file

@ -31,8 +31,6 @@
@import './reroll-dialog/sheet.less';
@import './group-roll/group-roll.less';
@import './tag-team-dialog/initialization.less';
@import './tag-team-dialog/sheet.less';