@nodeject/ui-components
Version:
UI library for non-trivial components
21 lines (20 loc) • 594 B
text/less
.richTextViewer {
:global {
// // Get's rid of licence issue ;)
// .fr-wrapper > div[style="z-index:9999;width:100%;position:relative"] {
// display: none;
// }
// .fr-wrapper > div > a[href="https://www.Schedio.com/wysiwyg-editor?k=u"] {
// display: none;
// }
// .fr-wrapper {
// & > :not(.fr-view) :not(.fr-placeholder) {
// display: none;
// }
// }
// get rids of power by
.fr-view *[data-f-id='pbf'] {
display: none;
}
}
}