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

de.swm.commons.mobile.client.theme.bootstrap.css.horizontal-vertical-panel.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external horizontalPanel, alignTop, hCenter, verticalPanel;	
}

.horizontalPanel {
	display: \-webkit-box;
	\-webkit-box-orient: horizontal;
	\-webkit-box-align: center;

	display: -ms-flexbox;
	-ms-flex-align: center;
}

.horizontalPanel.alignTop {
	\-webkit-box-align: start;

	-ms-flex-align: start;
}

.horizontalPanel.hCenter {
	-webkit-box-pack: center;

	-ms-flex-pack: center;
}

.verticalPanel {
	display: \-webkit-box;
	\-webkit-box-orient: vertical;

	display: -ms-flexbox;
	-ms-flex-direction: column;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy