Sha256: 77616fc2a4c3895980e7ae13eb18080020927798a678734e11c739e643e21fab

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

.navbar-right {
  li + li {
    margin-left: calc-spacer(2);
  }
  @include media-breakpoint-up(xl) {
    li + li {
      margin-left: calc-spacer(4);
    }
  }
  &-dropdown {
    &-toggle {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      color: $header-font-color;
    }
    .dropdown-menu {
      border-color: $global-border-style;
    }
  }
  .account-icon {
    svg {
      width: 27.6px;
      height: 24px;
      @include media-breakpoint-up(xl) {
        width: 41.4px;
        height: 36px;
      }
    }
  }
  .search-icons {
    svg {
      width: 24px;
      height: 24px;
      @include media-breakpoint-up(xl) {
        width: 36px;
        height: 36px;
      }
    }
  }
  &-search-menu {
    position: static;
    &-dropdown {
      background-color: theme-color("light-background");
      visibility: hidden;
      opacity: 0;
      z-index: 4;
      left: 0;
      right: 0;
      position: absolute;
      top: $harpiya-header-mobile-height;
      margin: 0;

      @include media-breakpoint-up(sm) {
        top: $harpiya-header-tablet-height;
      }

      @include media-breakpoint-up(xl) {
        top: $harpiya-header-desktop-height;
      }

      form {
        input#keywords {
          background: transparent;
          color: $meganav-font-color;
          font-size: font-px-to-rem(14px);
          width: calc(100% - 40px);
          &:focus {
            outline: none;
          }
          &::placeholder {
            text-transform: uppercase;
            color: theme-color("borders");
          }
          &::-webkit-search-cancel-button {
            display: none;
          }
          @include media-breakpoint-up(md) {
            font-size: font-px-to-rem(22px);
          }
        }
        input[type="submit"] {
          display: none;
        }
      }

      &.shown {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/assets/stylesheets/harpiya/frontend/views/harpiya/shared/nav_bar.scss