@itcase/storybook-config 1.1.104 → 1.1.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/preview.css +22 -20
- package/package.json +1 -1
package/dist/css/preview.css
CHANGED
|
@@ -39,14 +39,15 @@
|
|
|
39
39
|
justify-content: center;
|
|
40
40
|
align-items: flex-start;
|
|
41
41
|
&-full {
|
|
42
|
+
min-height: 100vh;
|
|
42
43
|
min-width: 100vw;
|
|
43
44
|
display: flex;
|
|
44
45
|
justify-content: center;
|
|
45
46
|
align-items: flex-start;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
}
|
|
48
|
+
& > div {
|
|
49
|
+
display: flex;
|
|
50
|
+
min-width: 100vh;
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
53
|
&-right {
|
|
@@ -59,10 +60,10 @@
|
|
|
59
60
|
display: flex;
|
|
60
61
|
justify-content: flex-end;
|
|
61
62
|
align-items: center;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
}
|
|
64
|
+
& > div {
|
|
65
|
+
display: flex;
|
|
66
|
+
min-height: 100vh;
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
&-bottom {
|
|
@@ -73,12 +74,13 @@
|
|
|
73
74
|
&-full {
|
|
74
75
|
min-width: 100vw;
|
|
75
76
|
display: flex;
|
|
77
|
+
min-height: 100vh;
|
|
76
78
|
justify-content: center;
|
|
77
79
|
align-items: flex-end;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
}
|
|
81
|
+
& > div {
|
|
82
|
+
display: flex;
|
|
83
|
+
min-width: 100vh;
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
86
|
&-left {
|
|
@@ -91,10 +93,10 @@
|
|
|
91
93
|
display: flex;
|
|
92
94
|
justify-content: flex-start;
|
|
93
95
|
align-items: center;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
}
|
|
97
|
+
& > div {
|
|
98
|
+
display: flex;
|
|
99
|
+
min-height: 100vh;
|
|
98
100
|
}
|
|
99
101
|
}
|
|
100
102
|
&-center {
|
|
@@ -116,10 +118,10 @@
|
|
|
116
118
|
& > div[class*='group width_fill'] {
|
|
117
119
|
width: auto;
|
|
118
120
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
}
|
|
122
|
+
& > div {
|
|
123
|
+
display: flex;
|
|
124
|
+
min-height: 100vh;
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
}
|