Sha256: 4ea57e9f1ddda67aafde7bbcead1da05ec4545b060d5c958159b2cdeff0e40f8

Contents?: true

Size: 476 Bytes

Versions: 14

Compression:

Stored size: 476 Bytes

Contents

/* Flash messages */

.notice_flash,
.failure_flash, 
.success_flash {
	border: 1px solid;
	padding: 3px;
	padding:15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
	font-weight: bold;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.notice_flash {
	color: #000;
	background-color: #E7E5E5;
}

.failure_flash {
	color: #D8000C;
	background-color: #FFBABA;
}

.success_flash {
color: #000;
background-color: #E7E5E5;
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
headstart-0.11.2 generators/headstart/templates/style.css
headstart-0.11.1 generators/headstart/templates/style.css
headstart-0.9.2 generators/headstart/templates/style.css
headstart-0.9.1 generators/headstart/templates/style.css
headstart-0.9.0 generators/headstart/templates/style.css
headstart-0.8.0 generators/headstart/templates/style.css
headstart-0.7.0 generators/headstart/templates/style.css
headstart-0.6.2 generators/headstart/templates/style.css
headstart-0.6.1 generators/headstart/templates/style.css
headstart-0.6.0 generators/headstart/templates/style.css
headstart-0.5.5 generators/headstart/templates/style.css
headstart-0.5.4 generators/headstart/templates/style.css
headstart-0.5.3 generators/headstart/templates/style.css
headstart-0.5.2 generators/headstart/templates/style.css