Sha256: eeb341e83eb4d06bcff9ae257aeb2776275fb423bc52540d10ee8f758f03a719

Contents?: true

Size: 671 Bytes

Versions: 35

Compression:

Stored size: 671 Bytes

Contents

.flash {
	margin-bottom: $baseLineHeight;
}

.flash .flash-item {
	background-color: $gray;
	padding: 12px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	color: $medium_gray;
	position: relative;
}

.flash .flash-item .flash-close {
	position: absolute;
	top: 13px;
	right: 15px;
	color: $medium_gray;
	&:hover {
		color: $darker_gray;
		text-decoration: none;
	}
}

/* Colors
__________________________________________________________ */

.flash-item.notice {
	background-color: $lightest_blue;
}

.flash-item.warning {
	background-color: $lightest_yellow;
}

.flash-item.error {
	background-color: $lightest_red;
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
atlas_assets-0.8.13 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.12 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.11 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.10 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.9 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.8 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.7 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.6 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.5 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.4 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.3 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.2 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.1 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.8.0 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.7.3 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.7.2 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.7.1 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.7.0 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.6.10 lib/assets/stylesheets/atlas_assets/_flash.scss
atlas_assets-0.6.9 lib/assets/stylesheets/atlas_assets/_flash.scss