Sha256: 1c5f6c0156f58485097f7b6379359ddc189343108d332b4d295ac90bfaf24e20

Contents?: true

Size: 471 Bytes

Versions: 10

Compression:

Stored size: 471 Bytes

Contents

///
/// Forty by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Box */

	.box {
		border: solid 1px _palette(border);
		margin-bottom: _size(element-margin);
		padding: 1.5em;

		> :last-child,
		> :last-child > :last-child,
		> :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		&.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}
	}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.2.3 _sass/components/_box.scss
fortyone-jekyll-theme-1.2.2 _sass/components/_box.scss
fortyone-jekyll-theme-1.2.1 _sass/components/_box.scss
fortyone-jekyll-theme-1.2.0 _sass/components/_box.scss
fortyone-jekyll-theme-1.1.0 _sass/components/_box.scss
fortyone-jekyll-theme-1.0.4 _sass/components/_box.scss
fortyone-jekyll-theme-1.0.3 _sass/components/_box.scss
fortyone-jekyll-theme-1.0.2 _sass/components/_box.scss
fortyone-jekyll-theme-1.0.1 _sass/components/_box.scss
fortyone-jekyll-theme-1.0.0 _sass/components/_box.scss