@import (reference) '../../../styles/variables.less';
@import (reference) '../../../styles/mixins.less';

.lucid-WarningLightIcon {
	&-mark {
		fill: @featured-color-warning;

		&-is-disabled {
			fill: @color-disabledText;
		}
	}

	&-background {
		fill: @color-white;
	}

	&-is-clickable:hover > &-background {
		fill: @featured-color-warning-backgroundColorLight;
	}
}

