Sha256: 57e2cd803b762caa579d2126220bad73584ac61aa0622abcbeaba3019bb5e721

Contents?: true

Size: 793 Bytes

Versions: 1

Compression:

Stored size: 793 Bytes

Contents

.contact-header{

  border-right: 1px solid rgba(204,204,204,.8);
  color: #1e1e1e;
  display: inline-block;
  height: 30px;
  margin: 8px -4px 8px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 41px;

  &:last-child {
    border-right: 0 none;
  }

  a{

    display: block;
    height: 23px;
    padding-top: 7px;
    width: 100%;

    span{
      font-size: 1.2em;
      color: $icon-color-menu;
      overflow: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      -webkit-transform: translateZ(0px);
    }

    &:hover span{
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
    }

  }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-marketing-0.5.0 _sass/components/navbars/_vg_progressive.scss