@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
13 lines • 298 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
*/
.iFrameDialog {
border: none;
}
.iFrameDialog .spinnerContainer {
position: absolute;
left: 50%;
top: 50%;
margin-left: -14px;
margin-top: -14px;
}