@mixin disabled { &[disabled] { opacity: 0.4; cursor: not-allowed; @content; } }