@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
13 lines • 363 B
CSS
/*
Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.pfSwatchColorPicker .cpInlineTable {
border-spacing: 0;
width: 100%;
}
.pfSwatchColorPicker .cpInlineTable .cpInlineRow {
vertical-align: top;
}
.pfSwatchColorPicker .cpInlineTable .cpSwatchRow {
margin-top: -5px;
}