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

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

There is a newer version: 6.0.36
Show newest version
.wiki-navigation-portlet-tree-menu .tree-view-container {
	position: relative;

	.loading-animation {
		display: none;
	}

	&.loading {
		.loading-animation {
			display: block;
			left: 0;
			margin-bottom: 0;
			margin-top: 0;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.tree-menu {
			opacity: 0;
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy