Sha256: 4edf3d1cda4ee698c88faa7f55f397f003992a570a7a5830d3ee7a981cba695d

Contents?: true

Size: 713 Bytes

Versions: 4

Compression:

Stored size: 713 Bytes

Contents

.leadModal-wrapper{
	width: 620px;

	ul{
		@include pad(10px);
		border: solid 1px orange;
		background: $modal_section_color;
		display: table;
		zoom: 1;
	}

	li{
		float: left;
		width: 290px;
		margin: 3px;

		.required-fields{
			@include pad(20px 0 0 10px)
		}
	}

	li input{
		width: 100%;
	}

	.error{
		border: 2px solid red;
		background: rgba(255, 181, 181, 0.498039);
	}

	li input[name='lead[weight]']{
		@include pad(0 0 0 5px);
		height: 40px;
		float: left;
		width: 80%;
	}

	.weight_unit{
		float: left;
		line-height: 40px;
		margin-left: 5px;
	}

	li select{
		-webkit-appearance: none;
		width: 100%;
		height: 40px;
		padding: 6px;
	}
	
	.controls{
		margin-top: 20px;
		display: table;
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-2.0.2 app/assets/stylesheets/custom/components/modals/_lead.scss
waterfall_bourbon_neat_rails-2.0.1.9.1 app/assets/stylesheets/custom/components/modals/_lead.scss
waterfall_bourbon_neat_rails-2.0.1.9 app/assets/stylesheets/custom/components/modals/_lead.scss
waterfall_bourbon_neat_rails-2.0.1.8 app/assets/stylesheets/custom/components/_modal_lead.scss