| 1 |
/* line 1, sass/preview.scss */ |
| 2 |
body { |
| 3 |
display: flex; |
| 4 |
align-items: center; |
| 5 |
justify-content: center; |
| 6 |
background-color: transparent; |
| 7 |
overflow-x: hidden; |
| 8 |
min-height: 100vh; |
| 9 |
} |
| 10 |
/* line 8, sass/preview.scss */ |
| 11 |
body .depicter-document { |
| 12 |
flex: auto; |
| 13 |
} |
| 14 |
/* line 12, sass/preview.scss */ |
| 15 |
body .depicter-preview-canvas { |
| 16 |
width: 100%; |
| 17 |
} |
| 18 |
/* line 14, sass/preview.scss */ |
| 19 |
body .depicter-preview-canvas .depicter-layout-boxed { |
| 20 |
margin: 0 auto; |
| 21 |
} |
| 22 |
|
| 23 |
/* line 20, sass/preview.scss */ |
| 24 |
.depicter-no-content { |
| 25 |
display: flex; |
| 26 |
align-items: center; |
| 27 |
justify-content: center; |
| 28 |
background-color: #f1f2f5; |
| 29 |
color: #a29fad; |
| 30 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; |
| 31 |
font-size: 1.2em; |
| 32 |
height: 100vh; |
| 33 |
width: 100%; |
| 34 |
} |
| 35 |
|