index.less 372 Bytes
Newer Older
崔佳豪's avatar
崔佳豪 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';
@message-cls: ~'@{ant-prefix}-notifier-message';
:global {
.@{message-cls}_notice {
  background-image: url('../../images/types/notice.png');
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 10px 10px;

  &-type {
    color: @primary-color;
  }
}

}