Sha256: 2f39caacc79587fa3cf46ed44a8dd0a4390ebb999d5d1674dacc41ccc2ba11a0

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

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%);
      }
    }
  }

  .navbar-brand {
    font-weight: bold;
  }

  .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

6 entries across 6 versions & 1 rubygems

Version Path
bulmatown-1.2.3 components/bulmatown/navbar.scss
bulmatown-1.2.2 components/bulmatown/navbar.scss
bulmatown-1.1.0 components/bulmatown/navbar.scss
bulmatown-1.0.7 components/bulmatown/navbar.scss
bulmatown-1.0.6 components/bulmatown/navbar.scss
bulmatown-1.0.5 components/bulmatown/navbar.scss