improve Targets Management

This commit is contained in:
2026-02-12 11:44:57 +01:00
parent 64b4c3dfa4
commit 2f5529a93a
2 changed files with 6 additions and 11 deletions

View File

@@ -235,11 +235,11 @@ button {
.field {
display: grid;
gap: 6px;
gap: 4px;
}
.field label {
font-size: 13px;
font-size: 12px;
color: #b9c6dc;
}
@@ -260,6 +260,7 @@ button {
.target-form {
margin-top: 12px;
gap: 10px;
}
.primary-btn {
@@ -268,6 +269,8 @@ button {
border-color: #3384cb;
background: linear-gradient(180deg, #15528d, #114170);
box-shadow: inset 0 1px 0 #5f8de144;
padding: 7px 12px;
min-height: 38px;
}
.primary-btn:hover {