Changed to drag-area style. Updated localization

This commit is contained in:
WBHarry 2025-08-24 19:07:29 +02:00
parent 6fdd2318a5
commit 25cf14ab07
6 changed files with 24 additions and 27 deletions

View file

@ -34,18 +34,5 @@
width: 100%;
}
}
.adversaries-dragger {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 100%;
height: 40px;
border: 1px dashed light-dark(@dark-blue-50, @beige-50);
border-radius: 3px;
color: light-dark(@dark-blue-50, @beige-50);
font-family: @font-body;
}
}
}