@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
43 lines (40 loc) • 807 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
*/
.propertyPaneTitleBarBox {
width: 100%;
top: 0;
padding-bottom: 20px;
overflow-x: hidden;
}
.propertyPaneTitleBar {
background: #3b3a39;
padding: 10px 20px 12px;
height: 25px;
display: flex;
}
.propertyPanePageTitle {
font-size: 21px;
font-weight: 100;
color: #ffffff;
line-height: 1.2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 26px;
}
.propertyPaneClose {
background-color: transparent;
border: none;
color: #ffffff;
cursor: pointer;
font-size: 20px;
padding: 0;
min-width: 0;
}
[dir=ltr] .propertyPaneClose {
margin-left: auto;
}
[dir=rtl] .propertyPaneClose {
margin-right: auto;
}