login
This commit is contained in:
@@ -293,6 +293,23 @@ dd {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.client-heading {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.client-heading > div:first-child {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.client-edit-form {
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.group-item span,
|
||||
.group-item small,
|
||||
.attribute-row small,
|
||||
|
||||
Reference in New Issue
Block a user