UNPKG

503 Btext/lessView Raw
1@import (reference) './index.less';
2
3.@{ant-pro-setting-drawer}-content {
4 .theme-color {
5 margin-top: 16px;
6 overflow: hidden;
7 .theme-color-title {
8 margin-bottom: 12px;
9 font-size: 14px;
10 line-height: 22px;
11 }
12 .theme-color-block {
13 float: left;
14 width: 20px;
15 height: 20px;
16 margin-top: 8px;
17 margin-right: 8px;
18 color: #fff;
19 font-weight: bold;
20 text-align: center;
21 border-radius: 2px;
22 cursor: pointer;
23 }
24 }
25}