Blame view

administrator/templates/isis/less/blocks/_utility-classes.less 177 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13
// Utility Classes

.break-word {
	word-break: break-all;
	word-wrap: break-word;
}

.disabled {
	cursor: default;
	background-image: none;
	.opacity(65);
	.box-shadow(none);
}