Sha256: cc6e53839bb373f0c20bdf19ef1fa7026662a4ce4935bd597c4bec6eeb4108a2

Contents?: true

Size: 1013 Bytes

Versions: 5

Compression:

Stored size: 1013 Bytes

Contents

.navbar {
  @include touch {
    .navbar-menu {
      background-color: inherit;
      .navbar-item, .navbar-link {
        color: $white;
      }
      a.navbar-item:focus,
      a.navbar-item:focus-within,
      a.navbar-item:hover,
      a.navbar-item.is-active,
      .navbar-link:focus,
      .navbar-link:focus-within,
      .navbar-link:hover,
      .navbar-link.is-active {
        background-color: darken($dark, 5%);
      }
    }
  }

  .search-item input {
    font-size: 1em;
    height: 1.5em;
    padding: 0.2em 0.6em;
    background: white;
    opacity: 0.8;
    width: 95%;
    max-width: 400px;
    transition: opacity 0.3s;

    &::-webkit-search-decoration {
      -webkit-appearance: none;
    }
    &::placeholder {
      color: #888;
      opacity: 1;
    }
  
    border: none;
    &:focus {
      opacity: 1;
    }
  
    @include desktop {
      width: calc(9vw * 2);
    }
  }
}

bridgetown-search-results {
  --link-color: #{$link};
  --divider-color: #eee;
  --text-color: #{$text};
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bulmatown-1.0.4 components/bulmatown/navbar.scss
bulmatown-1.0.3 components/bulmatown/navbar.scss
bulmatown-1.0.2 components/bulmatown/navbar.scss
bulmatown-1.0.1 components/bulmatown/navbar.scss
bulmatown-1.0.0 components/bulmatown/navbar.scss