@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
24 lines • 576 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
*/
.propertyFieldDateTimePicker table {
margin-top: 10px;
width: 100%;
}
.propertyFieldDateTimePicker table table {
margin-top: 0;
}
.propertyFieldDateTimePicker .labelCell {
vertical-align: top;
}
.propertyFieldDateTimePicker .seperator {
vertical-align: top;
padding-left: 2px;
padding-right: 2px;
}
.propertyFieldDateTimePicker .fieldLabel {
margin-right: 4px;
}
.propertyFieldDateTimePicker .spacerRow {
height: 5px;
}