Sha256: a2161c6cb83261362846294d0835dce06577cd19f2ef46770a71109916ae54ec

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

.sidebar {
	display: block;
	width: 20%;
	max-width: $sidebar-width;
	padding: 0;
	border-right: $sidebar-border;
	height: 100%;
	overflow: hidden;
	color: $sidebar-color;

	.sidebar-main {
		height: 100%;
		background: $navigation-background;
		padding: $base-height;
	}

	.sidebar-mobile {
		display: none;
		height: $header-height;
		padding: $base-height;
		text-align: right;

		.close-icon, .menu-icon {
			width: 18px;
			cursor: pointer;
			height: auto;
			display: none;
		}
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-notes-0.1.1 _sass/style.scss
jekyll-notes-0.1.0 _sass/style.scss