@root-entry-name: 'default'; @import (reference) '~antd/es/style/themes/index.less'; @message-cls: ~'@{ant-prefix}-notifier-message'; :global { .@{message-cls}_scada { background-image: url('../../images/types/alarm.png'); background-repeat: no-repeat; background-size: 36px 36px; background-position: 10px 10px; &-deviceinfo { color: @primary-color; } &-threshold-value { color: @primary-color; margin-left: 10px; } &-alarm-value { color: @error-color; margin-left: 10px; } } }