Blame view

src/styles/components/color-picker.less 230 Bytes
c6faec44   梁灏   init ColorPicker
1
2
3
  @color-picker-prefix-cls: ~"@{css-prefix}color-picker";
  
  .@{color-picker-prefix-cls} {
b6bda1dc   梁灏   update ColorPicker
4
5
6
7
8
9
10
11
      &-rel{
          line-height: 0;
      }
      &-color{
          width: 20px;
          height: 100%;
          border: 1px solid @text-color;
      }
c6faec44   梁灏   init ColorPicker
12
  }