All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.css.main.scss Maven / Gradle / Ivy

@import 'atlas-variables';

.preview-file {
	@import 'floating_bar';

	margin: 1.5rem auto;
	position: relative;

	.preview-file-container {
		overflow: auto;
		position: relative;
		text-align: center;

		&.preview-file-max-height {
			height: 624px;
		}
	}

	.preview-file-loader {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50);
	}

	.preview-toolbar-container {
		bottom: 0;
		margin-bottom: 1.5rem;
		position: absolute;
		text-align: center;
		width: 100%;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy