codesignd Patterns

.ajax-transition {
	cursor: progress;
}

.main {
	transition: opacity 0.5s ease;
	
	.ajax-transition & {
		opacity: 0;
	}
}