@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
44 lines (39 loc) • 687 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
*/
.libraryItem {
padding: 5px 0 5px 10px;
cursor: pointer;
height: 30px;
line-height: 30px;
border-width: 1px;
display: flex;
align-items: center;
}
.libraryItem:hover {
background-color: #f4f4f4;
}
.folderIcon {
margin-right: 10px;
color: #2b88d8;
}
.defaultText {
width: 100%;
}
.button {
background-color: #0078d4;
color: white;
}
.button:hover {
background-color: #2b88d8;
color: white;
}
.button:disabled {
background-color: #f4f4f4;
}
.button i {
font-weight: bolder;
}
.spinner {
padding-right: 10px;
}