Sha256: 03733f35332cfd5e26e53c35428ea07bd53c4d1a4e0494cef9fe701083f4f1f6

Contents?: true

Size: 729 Bytes

Versions: 4

Compression:

Stored size: 729 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */

#guard_dog_notice {
	color: green;
}

@media only screen and (max-device-width : 480px) {
	body { text-align: center; }
	label, input {
		display: block;
		margin: 1em auto 0;
	}	
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
guard_dog-0.1.5 app/assets/stylesheets/guard_dog/application.css
guard_dog-0.1.3 app/assets/stylesheets/guard_dog/application.css
guard_dog-0.1.2 app/assets/stylesheets/guard_dog/application.css
guard_dog-0.1.1 app/assets/stylesheets/guard_dog/application.css