@idds/styles 1.0.47 → 1.0.48
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/package.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
.ina-stepper--horizontal-responsive .ina-stepper__separator {
|
|
43
43
|
width: 2px;
|
|
44
|
-
height:
|
|
44
|
+
min-height: 72px;
|
|
45
45
|
margin: 0;
|
|
46
46
|
flex-grow: 0;
|
|
47
47
|
align-self: flex-start;
|
|
@@ -51,6 +51,11 @@
|
|
|
51
51
|
left: 12px;
|
|
52
52
|
bottom: 0;
|
|
53
53
|
}
|
|
54
|
+
.ina-stepper--horizontal-responsive .ina-stepper__label {
|
|
55
|
+
position: absolute;
|
|
56
|
+
left: 2rem;
|
|
57
|
+
top: 0.25rem;
|
|
58
|
+
}
|
|
54
59
|
|
|
55
60
|
.ina-stepper--horizontal-responsive .ina-stepper__item:last-child {
|
|
56
61
|
margin-bottom: 0;
|
|
@@ -80,8 +85,7 @@
|
|
|
80
85
|
max-height: 24px;
|
|
81
86
|
overflow: visible;
|
|
82
87
|
}
|
|
83
|
-
.ina-stepper--vertical .ina-stepper__separator
|
|
84
|
-
.ina-stepper--horizontal-responsive .ina-stepper__separator {
|
|
88
|
+
.ina-stepper--vertical .ina-stepper__separator {
|
|
85
89
|
min-height: 72px;
|
|
86
90
|
}
|
|
87
91
|
|
|
@@ -134,8 +138,7 @@
|
|
|
134
138
|
position: absolute;
|
|
135
139
|
top: 2rem;
|
|
136
140
|
}
|
|
137
|
-
.ina-stepper--vertical .ina-stepper__label
|
|
138
|
-
.ina-stepper--horizontal-responsive .ina-stepper__label {
|
|
141
|
+
.ina-stepper--vertical .ina-stepper__label {
|
|
139
142
|
position: absolute;
|
|
140
143
|
left: 2rem;
|
|
141
144
|
top: 0.25rem;
|