polestar-ui-kit
Version:
## Install
26 lines (22 loc) • 475 B
text/less
@import '../../themes/default/index';
@import '../../mixins/index';
.ps-fields-colorpicker-swatch {
padding: 5px;
background: #ffffff;
border-radius: 1px;
box-shadow: 0 0 0 1px rgba(0,0,0,.1);
display: inline-block;
cursor: pointer;
}
.ps-fields-colorpicker-popover {
position: absolute;
z-index: 2;
background: #eeeeee;
}
.ps-fields-colorpicker-cover {
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}