iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
29 lines (27 loc) • 556 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-color {
padding: 5px;
width: 48px;
border: 1px solid rgb(221, 221, 221);
border-radius: 2px;
cursor: pointer;
&-core {
background-color: rgba(0, 0, 0, 0.15);
width: 36px;
height: 14px;
border-radius: 2px;
}
&-panel {
.ant-tooltip-inner {
background: white;
}
.ant-tooltip-arrow::before {
background: white;
}
.vc-sketch {
padding: 0;
box-shadow: none;
}
}
}