index.less 522 Bytes
Newer Older
崔佳豪's avatar
崔佳豪 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

@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;
  }
}
}