UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

25 lines (19 loc) 530 B
@import (reference) '../../../styles/variables.less'; @import (reference) '../../../styles/mixins.less'; .@{prefix}-InfoLightIcon { stroke: @featured-color-info; &-dot { fill: @featured-color-info; } &-is-clickable:not(&-is-disabled):hover &-stem { stroke: @color-white; } &-is-clickable:not(&-is-disabled):hover &-dot { stroke: @color-white; fill: @color-white; } &-is-clickable:not(&-is-disabled):hover &-background { stroke: @featured-color-info-colorHover; fill: @featured-color-info-colorHover; } }