Sha256: 84c5d5442d1208885c9bb3ccc23747f7663b0bfdf605c364e29858f508b654c6

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

@import 'variables';

.sidebar {
  width: $sidebar-width;
  z-index: 9;
  left: 0;
  position: fixed;
  top: 0;
  height: 100%;
  padding: $sidebar-padding;
  background-color: $sidebar-bg;
  border-right: 1px solid $border-accent-color;
  box-shadow: $box-shadow-accent;
  overflow: scroll;

  & > ul li {
    margin-left: 6%;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apress-documentation-0.4.0 app/assets/stylesheets/document/sidebar.scss