Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
header.page-toolbar {
  $toolbar-background: $base-font-color;
  $toolbar-color: transparentize(white, 0.3);
  $toolbar-color-hover: white;
  $toolbar-height: 35px;
  $toolbar-padding: 1em;
  $toolbar-font-size: .9em;
  $toolbar-line-height: 1.5;

  background-color: $toolbar-background;
  border-bottom: 1px solid darken($toolbar-background, 10);
  margin-bottom: $toolbar-padding;
  padding: 0 $toolbar-padding;
  height: $toolbar-height;
  width: 100%;
  overflow: hidden;

  .page-toolbar-item {
    padding: 0;
    margin: 8px 0;
    color: $toolbar-color;
    font-size: $toolbar-font-size;
    line-height: $toolbar-line-height;

    a {
      color: $toolbar-color;

      &:hover {
        color: $toolbar-color-hover;
      }
    }
  }
}