ThemeColor.less 489 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
@import './index.less';
.@{ant-pro-setting-drawer}-content {
  .theme-color {
    margin-top: 16px;
    overflow: hidden;
    .theme-color-title {
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 22px;
    }
    .theme-color-block {
      float: left;
      width: 20px;
      height: 20px;
      margin-top: 8px;
      margin-right: 8px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-radius: 2px;
      cursor: pointer;
    }
  }
}