PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | resources/styles/player/preview.css +1 -34 1.3.0 → 1.9.2 View file →
@@ -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}