//
// Previous Imports on Step One
// --------------------------------------------------
.wpsl-previous-imports {

	.import {
		background-color: $white;
		border-top: 1px solid darken($white, 12%);
		&.first {
			border-top: 0;
		}
	} // .import

	.import-title {
		@include clearfix;
		padding: 8px;
		h4 {
			margin: 0;
			position: relative;
			top: 3px;
		}
		a {
			float: right;
			position: relative;
			z-index: 1;
		}
	}

	.import-body {
		display: none;
		padding: 8px;
		border-top: 1px solid darken($white, 12%);
		@include clearfix;
	}

	.import-meta {
		float: left;
		width: 45%;
	}

	.wpsl-import-save-template {
		float: right;
		margin-top: 1em;
		width: 45%;
		background-color: darken($white, 6%);
		padding: 1em;
		button {
			display: block;
		}
		input[type="text"]{
			width: 100%;
			margin-bottom: 10px;
		}
	}

	.import-footer {
		padding: 8px 0;
		clear: both;
		.button-danger {
			margin-right: 10px;
		}
		p {
			margin: 0;
		}
	}

} // .wpsl-previous-imports