@import "../bootstrap/variables";
@import "../partials/radio-switch";

.is-list-disabled {
	pointer-events: none;

	input {
		pointer-events: none;
		background: rgba(255, 255, 255, 0.5);
		border-color: rgba(220, 220, 222, 0.75);
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
		color: rgba(44, 51, 56, 0.5);
	}
}
