Sha256: 87229db6e028df4848273e19e39336467b572ad0af48d1c6105b85e724c5db7c

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 Bytes

Contents

.notes-body{
	.notes-section{
		@include pad(10px);

		background: $modal_section_color;
		border:solid 1px orange;
	}

	.notes-stage{
		display: table;
		margin-top: 10px;

		&:first-child{
			float: left;
		}

		&:last-child{
			float: left:
			margin-left: 20px;
		}
	}

	.modal-actions{
		display: table;
		margin-top:20px;
	}

	.leadNotes-wrapper{
		margin-top: 10px;
		display: table;

		li{
			display: table;
		  width: 600px;
		  margin: 10px 0;
		}

		.leadNote-datepicker{
			width: 100px;
			float: left;
		}

		.leadNote-content{
			width:420px;
			margin-left:10px;
			float: left;
		}

		.leadNote-actions{
			float: left;
			width: 60px;
			margin-left: 10px;
		}
	}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-2.0.1.9 app/assets/stylesheets/custom/components/modals/_leadNotes.scss