UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

28 lines (27 loc) 600 B
/* 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 */ .pfColorPicker :global .ms-ColorPicker-table { table-layout: fixed; width: 100%; } .pfColorPicker :global .ms-ColorPicker-table thead > tr > td:first-child { width: 28%; } .pfColorPicker .cpInlineTable { border-spacing: 0; width: 100%; } .pfColorPicker .cpInlineTable .cpInlineRow { vertical-align: top; } .pfColorPicker .disabledCP { pointer-events: none; opacity: 0.4; border: none; padding: 0; margin: 0; } .hidden { display: none; }