UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

47 lines (46 loc) 1.08 kB
/* 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 */ .ListItemAttachments { margin-bottom: 15px; } .ListItemAttachments .documentCard { -webkit-font-smoothing: antialiased; background-color: #ffffff; border: 1px solid #eaeaea; box-sizing: border-box; max-width: 320px; min-width: 187px; user-select: none; position: relative; } .ListItemAttachments .documentCardWrapper { margin-top: 15px; min-Width: 187px; width: 187px; display: inline-block; margin-left: 12px; } .ListItemAttachments .fileLabel { margin-left: 12px; margin-right: 12px; overflow: "hidden"; white-space: "nowrap"; text-overflow: "ellipsis"; } .ListItemAttachments .uploadfile { background-color: transparent !important; font-size: 15px; } .ListItemAttachments .detailsList .detailsListIcon { vertical-align: middle; max-height: 16px; max-width: 16px; } .ListItemAttachments .detailsList .detailsListLink { padding-top: 2px; } .uploadBar { margin-top: 15px; text-align: left; }