@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
78 lines (73 loc) • 2.25 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
*/
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/** THIS FILE IS AUTOGENERATED do not modify it manually. See generateDefaultThemeSassFiles.js. New slots should be added to the appropriate interfaces and defaults files. */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
.spIFramePropertyPaneContainer {
top: 0;
width: 340px;
position: relative;
z-index: 999;
transition: width 367ms cubic-bezier(0.1, 0.9, 0.2, 1);
-webkit-transition: width 367ms cubic-bezier(0.1, 0.9, 0.2, 1);
}
[id^=spIFramePropertyPaneContainer].showPane {
bottom: 0;
background-color: "[theme:bodyBackground, default: #ffffff]";
}
[dir=ltr] [id^=spIFramePropertyPaneContainer].showPane {
right: 0;
}
[dir=rtl] [id^=spIFramePropertyPaneContainer].showPane {
left: 0;
}
[dir=ltr] [id^=spIFramePropertyPaneContainer].showPane {
border-left-width: 1px;
}
[dir=rtl] [id^=spIFramePropertyPaneContainer].showPane {
border-right-width: 1px;
}
[dir=ltr] [id^=spIFramePropertyPaneContainer].showPane {
border-left-style: solid;
}
[dir=rtl] [id^=spIFramePropertyPaneContainer].showPane {
border-right-style: solid;
}
[dir=ltr] [id^=spIFramePropertyPaneContainer].showPane {
border-left-color: "[theme:neutralLight, default: #edebe9]";
}
[dir=rtl] [id^=spIFramePropertyPaneContainer].showPane {
border-right-color: "[theme:neutralLight, default: #edebe9]";
}
[id^=spIFramePropertyPaneContainer].showPane button {
display: block;
}
[id^=spIFramePropertyPaneContainer].hidePane {
width: 0;
transition: width 367ms cubic-bezier(0.1, 0.9, 0.2, 1);
-webkit-transition: width 367ms cubic-bezier(0.1, 0.9, 0.2, 1);
}
[dir=ltr] [id^=spPageChromeAppDiv].shrinkContent {
right: 340px;
}
[dir=rtl] [id^=spPageChromeAppDiv].shrinkContent {
left: 340px;
}
.iframeWebPart {
width: 100%;
height: 100%;
height: -webkit-fill;
height: -moz-fill;
border: 0;
}
.iframePropertyPane {
width: 100%;
height: 100%;
float: left;
border: none;
}