Sha256: edcbffe73661abc1d8d6b6040c1754713e83f3632a0e06b95df564fb4db063da

Contents?: true

Size: 929 Bytes

Versions: 4

Compression:

Stored size: 929 Bytes

Contents

.yoyoyo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0;
  margin: 0 -1vw;
  position: relative;

  nav,
  .header-contact {
    display: flex;
    align-items: center;

    a {
      padding: 1vw;
      font-size: 14px;
      line-height: 24px;
      color: #131313;
      opacity: 0.4;
      transition: all ease-in-out 380ms;

      &:hover {
        text-decoration: none;
        opacity: 1;
      }

      &.current {
        opacity: 1;
      }
    }
  }

  a.yoyoyo-header-logo {
    padding: 1vw;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    flex-shrink: 0;
    display: block;
    color: #131313;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

    &:hover {
      text-decoration: none;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yoyoyo-0.0.9 _sass/header.scss
yoyoyo-0.0.8 _sass/header.scss
yoyoyo-0.0.7 _sass/header.scss
yoyoyo-0.0.6 _sass/header.scss