Add crop CRUD, owned fields, and field grouping for planning
This commit is contained in:
@@ -73,6 +73,36 @@ button {
|
||||
font-weight: 700;
|
||||
}
|
||||
button:hover { background: #2d5124; }
|
||||
.btn-small { padding: .4rem .6rem; font-size: .9rem; }
|
||||
.danger { background: #a13939; }
|
||||
.danger:hover { background: #8f2f2f; }
|
||||
|
||||
.check {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: .45rem;
|
||||
}
|
||||
.check input { width: 1rem; height: 1rem; }
|
||||
|
||||
.hint {
|
||||
color: var(--muted);
|
||||
font-size: .9rem;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
gap: .45rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.inline-inputs {
|
||||
display: inline-flex;
|
||||
gap: .35rem;
|
||||
align-items: center;
|
||||
}
|
||||
.inline-inputs input {
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
.tasks {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user