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

de.swm.commons.mobile.client.theme.bootstrap.css.text.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external title, subtitle, sub-subtitle;
}


.title {
	font-weight: bold;
	font-size: medium;
	text-overflow: ellipsis;
	white-space: pre;
	overflow: hidden;
}

.subtitle {
	color: #D2D2D2;
	font-style: italic;
	font-size: small;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.sub-subtitle{
	color: #D2D2D2;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy