/*
Copyright (C) 2018 Nauta Tecnològica, SCP - All Rights Reserved.
Unauthorized copying, publishing, commercial usage and/or distribution of this file,
via any medium, is strictly prohibited without the express permission of the owner.
*/
/* 
    Created on : 07/12/2018, 02:24:57
    Author     : Jordi Santacana <jordistc@nautalogica.com>
*/

@import 'mixins/mixins';

.imatgefield-editor {

	@include clearfix;

	.img-container {
		text-align: center;

		img {
			max-width: 100%;
		}
	}

	.imatgefield-toolbar {
		padding: 0 5px;
		margin-top: 10px;
		margin-bottom: 5px;
		@include clearfix;
	}

	.imatgefield-actions {
		float: left;
	}

	.imatgefield-submits {
		text-align: right;
	}
}