style.less 108 Bytes
Newer Older
1
.trigger {
jim's avatar
jim committed
2
  background: 'red';
3 4 5 6 7
  :global(.ant-btn) {
    margin-right: 8px;
    margin-bottom: 12px;
  }
}