@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
32 lines (29 loc) • 581 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
*/
.DragDropFilesArea {
position: relative;
min-height: 150px;
}
.DragDropFilesAreaLeave {
position: relative;
}
.DragDropFilesAreaBorder {
border: dashed grey 1px;
background-color: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.DragDropFilesAreaZone {
position: absolute;
top: 35%;
right: 0;
left: 0;
text-align: center;
color: grey;
font-size: 34px;
}