@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
56 lines • 1.43 kB
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
*/
.propertyControlsTest .container {
margin: 0px auto;
}
.propertyControlsTest .row {
padding: 20px;
}
.propertyControlsTest .listItem {
max-width: 715px;
margin: 5px auto 5px auto;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}
.propertyControlsTest .colorBox {
width: 40px;
line-height: 14px;
border-width: 1px;
border-style: solid;
border-color: "[theme:neutralDark, default:#212121]";
display: inline-block;
margin-right: 8px;
margin-left: 4px;
}
.propertyControlsTest .button {
text-decoration: none;
height: 32px;
min-width: 80px;
background-color: #0078d7;
border-color: #0078d7;
color: #ffffff;
outline: transparent;
position: relative;
font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-weight: 400;
border-width: 0;
text-align: center;
cursor: pointer;
display: inline-block;
padding: 0 16px;
}
.propertyControlsTest .button .label {
font-weight: 600;
font-size: 14px;
height: 32px;
line-height: 32px;
margin: 0 4px;
vertical-align: top;
display: inline-block;
}
.propertyControlsTest .orderedIcon {
font-size: 24px;
padding-right: 8px;
}