Sha256: fde5f085dc61d7adfd326a5e4c1058c29842ea6180fdf8e52fcc68a15a260e21

Contents?: true

Size: 766 Bytes

Versions: 22

Compression:

Stored size: 766 Bytes

Contents

.box {
	background-color: $lighter_gray;
	@include border-bottom-radius(5px);
	margin-bottom: 10px;
}

.box .box-inner {
	padding: 15px;
	@include clearfix();
}

.box h3 {
	color: $medium_gray;
	padding: 8px 15px;
	margin: 0;
	background-color: $light_gray;
	border-bottom: 1px solid $gray;
	@include clearfix();
}

.box h3 small {
	float: right;
	font-size: 14px;
}

.box .box-inner *:first-child {
	margin-top: 0;
}

.box .box-inner *:last-child {
	margin-bottom: 0;
}

/* Box Styles
--------------------------------------------------------- */

.box.box-white {
	background-color: $white;
	border: 2px solid $lighter_gray;
	color: $darker_gray;
}

.box.box-white h3 {
	background-color: $lightest_gray;
	color: $darker_gray;
	border-bottom-color: $lighter_gray;
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
atlas_assets-0.3.4 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.3.3 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.3.2 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.3.1 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.3.0 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.2.4 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.2.3 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.2.2 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.2.1 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.2.0 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.15 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.14 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.13 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.12 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.11 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.10 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.9 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.8 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.7 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.1.6 lib/assets/stylesheets/atlas_assets/_boxes.scss