src/index.css [28:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-bottom: 1px solid #ff0000;
}

.EndpointsList, .TypesList {
  border-right: 1px solid #aaa;
  width: 400px;
  position: fixed;
  top: 58px;
  bottom: 0;
  padding-top: 5px;
}

.EndpointsList .list-group, .TypesList .list-group {
  width: 380px;
  position: fixed;
  top: 140px;
  bottom: 0px;
  overflow: auto;
}

.EndpointsView, .TypesView {
  margin: 60px 0 0 400px;
  width: calc(100% - 400px);
}

.EndpointsView h1 , .TypesView h1 {
  font-size: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

.Details .accordion-button {
  margin-top: 5px;
  padding: 2px; 
  align-items: start;
}

.Details .accordion-button:focus {
  box-shadow: inherit;
}

.Details .accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: inherit;
}

.Details .accordion-button::after {
  order: -1;
  margin-left: 0 !important;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dot' viewBox='0 0 16 16'%3E%3Cpath d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
}

.Details .accordion-body {
  padding: 0;
  margin-left: 30px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/index.css [140:196]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-bottom: 1px solid #ff0000;
}

.EndpointsList, .TypesList {
  border-right: 1px solid #aaa;
  width: 400px;
  position: fixed;
  top: 58px;
  bottom: 0;
  padding-top: 5px;
}

.EndpointsList .list-group, .TypesList .list-group {
  width: 380px;
  position: fixed;
  top: 140px;
  bottom: 0px;
  overflow: auto;
}

.EndpointsView, .TypesView {
  margin: 60px 0 0 400px;
  width: calc(100% - 400px);
}

.EndpointsView h1 , .TypesView h1 {
  font-size: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

.Details .accordion-button {
  margin-top: 5px;
  padding: 2px; 
  align-items: start;
}

.Details .accordion-button:focus {
  box-shadow: inherit;
}

.Details .accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: inherit;
}

.Details .accordion-button::after {
  order: -1;
  margin-left: 0 !important;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dot' viewBox='0 0 16 16'%3E%3Cpath d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
}

.Details .accordion-body {
  padding: 0;
  margin-left: 30px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



