iview/src/styles/components/color-picker.less

12 lines
230 B
Text
Raw Normal View History

2017-08-15 16:39:07 +08:00
@color-picker-prefix-cls: ~"@{css-prefix}color-picker";
.@{color-picker-prefix-cls} {
2017-08-16 13:52:50 +08:00
&-rel{
line-height: 0;
}
&-color{
width: 20px;
height: 100%;
border: 1px solid @text-color;
}
2017-08-15 16:39:07 +08:00
}