lucid-ui
Version:
A UI component library from AppNexus.
23 lines (17 loc) • 505 B
text/less
@import (reference) '../../../styles/variables.less';
@import (reference) '../../../styles/mixins.less';
.@{prefix}-WarningLightIcon {
stroke: @featured-color-warning;
&-mark {
stroke: @featured-color-warning;
fill: @featured-color-warning;
}
&-is-clickable:not(&-is-disabled):hover &-mark {
stroke: @color-white;
fill: @color-white;
}
&-is-clickable:not(&-is-disabled):hover &-background {
stroke: @featured-color-warning-colorHover;
fill: @featured-color-warning-colorHover;
}
}