update ColorPicker
This commit is contained in:
parent
5a9cda85f3
commit
b6bda1dcb5
4 changed files with 101 additions and 9 deletions
|
@ -1,5 +1,12 @@
|
|||
@color-picker-prefix-cls: ~"@{css-prefix}color-picker";
|
||||
|
||||
.@{color-picker-prefix-cls} {
|
||||
|
||||
&-rel{
|
||||
line-height: 0;
|
||||
}
|
||||
&-color{
|
||||
width: 20px;
|
||||
height: 100%;
|
||||
border: 1px solid @text-color;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue