Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@bmc/react-common / dist / prop / PropertyList.css
Size: Mime:

.propertyList .heading {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.5em;
}

.propertyList dl {
	font-size: 0.9em;
}

.propertyList dl dt,dd {
	white-space: normal;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	.propertyList dl dt{
		width: 120px;
	}

	.propertyList dl dd{
		white-space: normal;
		margin-left: 140px;
	}
}