Sha256: d7b96808cc30033157b8f2366887e86fb56bcbee31b8a7ac3fbf27d010b35863

Contents?: true

Size: 997 Bytes

Versions: 44

Compression:

Stored size: 997 Bytes

Contents

.box {
	background-color: $defaultBackgroundColor;
	border: 1px solid $defaultBorderColor;
	@include border-radius($defaultBorderRadius);
	margin-bottom: 10px;
}

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

.box .box-top {
	padding: 8px 10px;
	border-bottom: 1px solid $defaultBorderColor;
}

.box .box-bottom {
	padding: 8px 10px;
	border-top: 1px solid $defaultBorderColor;
}

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

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

.box .list {
	border: none;
	background-color: white;
}

.box .list.list-gray {
	border: none;
}

/* Remove padding from nested elements
--------------------------------------------------------- */

.box .box-top input {
	margin: 0;
}

.box .box-top h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
}

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

.box.box-white {
	background-color: $white;
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
atlas_assets-0.6.8 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.7 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.6.1 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.6 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.5 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.4 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.3 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.2 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.1 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.6.0 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.10 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.9 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.8 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.7 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.6 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.5 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.4 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.3 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.2 lib/assets/stylesheets/atlas_assets/_boxes.scss
atlas_assets-0.5.1 lib/assets/stylesheets/atlas_assets/_boxes.scss