| 1 |
body.e-styleguide-shown { |
| 2 |
overflow: hidden; |
| 3 |
} |
| 4 |
|
| 5 |
#e-styleguide-preview-dialog.dialog-styleguide-widget .dialog-styleguide-widget-content { |
| 6 |
width: 100%; |
| 7 |
height: 100%; |
| 8 |
max-width: 100%; |
| 9 |
max-height: 100%; |
| 10 |
border-radius: 0; |
| 11 |
top: 0 !important; |
| 12 |
left: 0 !important; |
| 13 |
overflow: scroll; |
| 14 |
} |
| 15 |
#e-styleguide-preview-dialog.dialog-styleguide-widget .dialog-styleguide-message { |
| 16 |
min-height: 100vh; |
| 17 |
padding: 0; |
| 18 |
overflow-x: hidden; |
| 19 |
text-align: initial; |
| 20 |
font-family: Roboto, sans-serif; |
| 21 |
} |
| 22 |
#e-styleguide-preview-dialog.dialog-styleguide-widget .e-styleguide-loader { |
| 23 |
position: absolute; |
| 24 |
inset: 0; |
| 25 |
display: flex; |
| 26 |
align-items: center; |
| 27 |
justify-content: center; |
| 28 |
} |
| 29 |
#e-styleguide-preview-dialog.dialog-styleguide-widget .e-styleguide-loader .eicon-loading { |
| 30 |
font-size: 25px; |
| 31 |
color: var(--e-a-color-txt-muted); |
| 32 |
} |
| 33 |
|
| 34 |
/*# sourceMappingURL=editor.css.map */ |