| @@ -1,34 +1 @@ | ||
| 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 | -} | |
| 1 | +body{display:flex;align-items:center;justify-content:center;background-color:transparent;overflow-x:hidden;min-height:100vh}body .depicter-document{flex:auto}body .depicter-preview-canvas{width:100%}body .depicter-preview-canvas .depicter-layout-boxed{margin:0 auto}.depicter-no-content{display:flex;align-items:center;justify-content:center;background-color:#f1f2f5;color:#a29fad;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.2em;height:100vh;width:100%}.depicter-scroll-parallax{margin-bottom:100vh} | |