Add table for agents and credentials
This commit is contained in:
@@ -159,12 +159,22 @@
|
||||
border-radius: 6px;
|
||||
border: 1px solid #616583;
|
||||
background-color: transparent;
|
||||
color: #85869b;
|
||||
color: white;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
outline: none;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: normal;
|
||||
caret-color: #575bc7;
|
||||
}
|
||||
.inputField > input:focus {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #a8aac1;
|
||||
background: rgba(75, 79, 109, 0.25);
|
||||
}
|
||||
.inputField > input:hover {
|
||||
background: rgba(75, 79, 109, 0.25);
|
||||
}
|
||||
.inputField > input::placeholder {
|
||||
color: #85869b;
|
||||
|
||||
@@ -71,7 +71,7 @@ const OrganizationPage = () => {
|
||||
<tr>
|
||||
<th width="45%">Organization Name</th>
|
||||
<th width="45%">Date Created</th>
|
||||
<th width="10%">Actions</th>
|
||||
<th width="10%"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user