@syncfusion/ej2-material-theme
Version:
A modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.
245 lines • 8.19 kB
CSS
/*! PdfViewer's default definitions and variables */
.e-smart-pdfviewer .e-spv-icon::before {
font-family: "e-icons";
}
.e-smart-pdfviewer .e-spv-ai-assit-icon::before {
content: "\e9c7";
}
.e-smart-pdfviewer .e-spv-smart-redaction-icon::before {
content: "\ea1b";
}
.e-smart-pdfviewer .e-spv-smart-paste-icon::before {
content: "\e9d8";
}
/* stylelint-disable-line no-empty-source */
/* stylelint-disable value-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
.e-control.e-smart-pdfviewer {
min-height: 500px;
position: relative;
}
.e-control.e-smart-pdfviewer .e-pv-pdfviewer-container {
width: 100%;
height: 100%;
float: left;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview {
width: 100%;
height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container {
width: 95%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container .e-spv-assist-view-banner-content {
width: 100%;
height: 240px;
font-size: 14px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 56px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-view-container .e-spv-assist-view-banner-content .e-assistview-icon::before {
font-size: 32px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-footer {
margin-bottom: 12px;
margin-top: 12px;
width: 95%;
}
.e-control.e-smart-pdfviewer .e-aiassistview {
border: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-assistanceview-mobile {
width: 100%;
position: absolute;
z-index: 1001;
margin-left: 0;
top: 0;
}
.e-control.e-smart-pdfviewer .ai-disclaimer {
font-size: 10px;
color: #757575;
margin-bottom: 4px;
text-align: center;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-output-icon {
margin-left: 0;
}
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-views::-webkit-scrollbar,
.e-control.e-smart-pdfviewer .e-aiassistview .e-custom-view::-webkit-scrollbar,
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar {
width: 3px;
}
.e-control.e-smart-pdfviewer .e-views::-webkit-scrollbar-thumb,
.e-control.e-smart-pdfviewer .e-custom-view::-webkit-scrollbar-thumb,
.e-control.e-smart-pdfviewer .e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
background: #757575;
}
.e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-views::-webkit-scrollbar-track, .e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-custom-view::-webkit-scrollbar-track, .e-control.e-smart-pdfviewer .e-control.e-smart-pdfviewer.e-smart-pdfviewer .e-spv-smart-assistanceview .e-aiassistview .e-assistview-content-section::-webkit-scrollbar-track {
background: #fafafa;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-view-header {
display: none;
}
.e-control.e-smart-pdfviewer .e-aiassistview .e-view-content {
height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-block {
display: block;
}
.e-control.e-smart-pdfviewer .e-spv-none {
display: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview {
width: 100%;
height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-options,
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-patterns {
height: 100%;
overflow: auto;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-container {
width: 100%;
height: 100%;
padding-left: 0;
padding-right: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1;
overflow: hidden;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-container .e-spv-pattern-tree-view .e-list-item .e-checkbox-wrapper {
pointer-events: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview .e-list-item {
padding: 2px 0;
white-space: unset ; /* stylelint-disable-line declaration-no-important */
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview .e-list-text {
width: -moz-fit-content;
width: fit-content;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview {
border: none;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-button-container {
padding: 14px;
text-align: center;
border-top: 1px solid;
border-color: #e0e0e0;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-scan-button,
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-btn {
height: 28px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-scan-button {
width: 198px;
border: none;
font-size: 16px;
border-radius: 2px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-button-container {
padding: 14px 0 0;
text-align: center;
border-top: 1px solid;
border-color: #e0e0e0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
gap: 6px;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-spinner-redact {
right: 12.5%;
top: 50%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-blur-container {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-body {
padding: 0;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-btn {
width: 96px;
padding: 0 ; /* stylelint-disable-line declaration-no-important */
font-size: 14px ; /* stylelint-disable-line declaration-no-important */
}
.e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-smart-redactview-mobile {
width: 100%;
position: absolute;
z-index: 1001;
margin-left: 0;
top: 0;
}
.e-control.e-smart-pdfviewer .e-toolbar-item .e-tbar-btn-text.e-spv-smartfill-text {
display: inline-block;
font-weight: normal;
padding-top: 2px;
}
.e-control.e-smart-pdfviewer .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
-ms-flex-pack: start;
justify-content: flex-start;
}
.e-control.e-smart-pdfviewer .e-toolbar-item .e-btn.e-spv-btn {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
height: 32px;
text-decoration: none;
}
.e-control.e-smart-pdfviewer .e-toolbar .e-toolbar-item.e-overlay .e-icons {
font-size: 16px;
width: 2em;
}
.e-control.e-smart-pdfviewer .e-spv-smart-paste-icon {
font-size: 16px ; /* stylelint-disable-line declaration-no-important */
}
.e-pv-mobile-view.e-smart-pdfviewer .e-pv-modern-side-panel-template-content {
position: relative;
}
.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-spv-smart-paste-icon {
padding: 0 16px 0 0;
}
.e-bigger .e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-treeview .e-list-text {
padding: 9px;
line-height: 20px;
}
.e-bigger .e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-btn,
.e-bigger .e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-scan-button {
height: 36px;
}
.e-bigger .e-control.e-smart-pdfviewer .e-spv-smart-redcatview .e-spv-redact-button-container {
gap: 12px;
}
.e-bigger .e-control.e-smart-pdfviewer .e-toolbar .e-toolbar-item.e-overlay .e-icons {
font-size: 16px;
width: 2em;
}
.e-bigger .e-control.e-smart-pdfviewer .e-aiassistview .e-footer .e-assist-textarea {
font-size: 14px;
}
.e-bigger .e-control.e-smart-pdfviewer .e-pv-toolbar:not(.e-toolbar-pop) .e-spv-btn.e-tbar-btn {
width: auto ; /* stylelint-disable-line declaration-no-important */
}
.e-bigger .e-control.e-smart-pdfviewer .e-spv-smart-paste-icon {
font-size: 16px ; /* stylelint-disable-line declaration-no-important */
}