@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
22 lines (21 loc) • 421 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
*/
.placeholder {
position: relative;
margin-bottom: 5px;
}
.placeholder .children {
margin-right: 24px;
}
.placeholder .info {
position: absolute;
font-size: 14px;
background-color: transparent;
top: 3px;
right: 0px;
cursor: pointer;
}
.callout {
padding: 10px;
}