improve Targets Management
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user