cyb/src/containers/application/Header/Commander/Commander.module.scss

.wrapper {
  width: 62%;
  transform: translate(-50%, -80%);
  background: rgb(0 0 0 / 79%);
  margin-right: -50%;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  // width left and right sideBar , gap and paddings 
  max-width: calc(100vw - 200px - 300px - 100px);

  @media (max-width: 768px) {
    display: none;
  }
}

.input {
  text-align: center !important;
  font-size: 20px !important;
}

Synonyms

pussy-ts/src/containers/application/Header/Commander/Commander.module.scss

Neighbours