Allow adding existing users to registrar (#2616)

This commit is contained in:
Pavlo Tkach
2024-11-27 22:40:32 +00:00
committed by GitHub
parent 21950f7d82
commit fa377733be
14 changed files with 418 additions and 108 deletions
@@ -0,0 +1,14 @@
.console-app {
&__users-table {
min-width: 616px;
.rowSelected {
background-color: var(--light-highlight);
font-weight: bold;
}
}
&__users-table-wrapper {
width: 100%;
overflow: auto;
}
}