HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/phpmyfaq/assets/themes/default/scss/_search.scss
// Search page

// Search masthead
.pmf-search-section {
  background-color: fade-out($gray-500, 0.8);
  position: relative;
  border-bottom: 1px solid $gray-500;
  border-top: 1px solid $primary;
}

.pmf-single-masthead {
  padding: 30px;
}

.pmf-masthead {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 50px 0 50px;
  text-align: center;

  form {
    button {
      position: absolute;
      right: 25px;
      top: 25px;
      background: none;
      border: none;
      font-size: 30px;
      color: $gray-600;
    }
  }
}

.pmf-search-field {
  width: 100%;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid $gray-500;
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 0;
  height: 60px;
  -webkit-appearance: none;
}

.typeahead {
  &.dropdown-menu {
    background-color: transparent !important;
    border: none;

    li {
      background-color: rgba(255, 255, 255, 0.9);
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 1px solid rgba(0, 0, 0, 0.2);

      &.dropdown-header {
        font-size: 0.75rem;
        padding-bottom: 0;
      }

      &:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
      }

      &:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      }
    }
  }
}