@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
19 lines (17 loc) • 376 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
*/
.filePreview {
margin-bottom: 20px;
}
.filePreviewDelete {
display: flex;
align-items: center;
padding-top: 4px;
}
.filePreviewImage {
display: block;
max-width: 100%;
max-height: 220px;
image-orientation: from-image;
}