apps/chat/src/components/ChannelModals/ChannelModals.css [143:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #9b9da5;
  padding-left: 0.25rem;
}

.edit-channel .radio-buttons span:nth-child(1)::after {
  content: ' (administrators and moderators can add members)';
  color: #9b9da5;
}

.edit-channel .radio-buttons span:nth-child(2)::after {
  content: ' (any member can add other members)';
  color: #9b9da5;
}
.ban-users-list {
  background-color: #fff;
  position: relative;
}

.ban-user-row {
  display: flex;
}

.ban-row {
  display: flex;
  padding: 1rem;
}

.ban-row-header {
  padding: 1rem;
  z-index: 2;
  background-color: #fff;
  position: sticky;
  top: 57.3125px;
  right: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0.5px solid #d4d5d8;
}

.ban-row-name {
  width: 50%;
}

.ban-row-role {
  width: 30%;
}

.ban-row-check {
  display: auto;
}

.ban-input input {
  width: 100%;
  position: relative;
}

.ban-input button {
  left: 13.5rem;
  top: 1rem;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apps/televisit-demo/frontend/src/components/ChannelModals/ChannelModals.css [119:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #9b9da5;
  padding-left: 0.25rem;
}

.edit-channel .radio-buttons span:nth-child(1)::after {
  content: ' (administrators and moderators can add members)';
  color: #9b9da5;
}

.edit-channel .radio-buttons span:nth-child(2)::after {
  content: ' (any member can add other members)';
  color: #9b9da5;
}
.ban-users-list {
  background-color: #fff;
  position: relative;
}

.ban-user-row {
  display: flex;
}

.ban-row {
  display: flex;
  padding: 1rem;
}

.ban-row-header {
  padding: 1rem;
  z-index: 2;
  background-color: #fff;
  position: sticky;
  top: 57.3125px;
  right: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0.5px solid #d4d5d8;
}

.ban-row-name {
  width: 50%;
}

.ban-row-role {
  width: 30%;
}

.ban-row-check {
  display: auto;
}

.ban-input input {
  width: 100%;
  position: relative;
}

.ban-input button {
  left: 13.5rem;
  top: 1rem;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



