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

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

There is a newer version: 4.0.119
Show newest version
.source-editor-toolbar {
	background-color: $toolbarBackgroundColor;
	border-bottom: solid $toolbarBorderWidth $toolbarBorderColor;
	box-sizing: border-box;
	height: $toolbarHeight;
	min-height: $toolbarHeight;
}

.source-editor-toolbar__syntax {
	opacity: 0.5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy