Sha256: 605eeefbc999296434b4ab82a98065318d2b0782b2f70073fc07bfacfacc69c1

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

.navbar {
  height: 5rem;
  margin-bottom: 1rem;
  background-color: #E1E1E1;

  .version {
    padding: 1rem 1rem 1rem 50px;
  }

  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 5rem;
    line-height: 5rem;

    li {
      margin: 0;
      padding: 0;
      display: inline-block;
      line-height: inherit;
      height: 100%;

      a {
        padding: 0 1.25rem;
        line-height: 5rem;
        display: block;
        color: $primary-color;
        text-decoration: none;
        //text-transform: uppercase;
        //font-weight: 600;
      }

      a:hover {
        background-color: #bababa;
      }

      a.active {
        background-color: #bababa;
      }
    }
  }
}

a.menu-button {
  display: inline-block;
  height: 26px;
  padding: 0 26px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;

  &:hover {
    color: $primary-color;
    border: 1px solid $primary-color;
  }
}

a.logo {
  background: url('../img/postgresql_logo.svg') 5px 5px no-repeat;
  background-size: 40px 40px;
  width: 5rem;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elefant-0.0.1 web/public/css/_nav.scss