pacem-less 0.20.2-corcyra → 0.20.2-corinth
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.
|
@@ -110,20 +110,17 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.@{PCSS}-fieldgroup,
|
|
114
|
-
@{P}-form:not(.form-minimal)
|
|
115
|
-
|
|
116
|
-
@{P}-slider {
|
|
117
|
-
.FormFieldItemWrapperCore();
|
|
113
|
+
.@{PCSS}-fieldgroup @{P}-slider,
|
|
114
|
+
@{P}-form:not(.form-minimal) @{P}-form-field:not(.field-minimal) > @{P}-form:not(.@{PCSS}-readonly) > .@{PCSS}-input-container > @{P}-slider {
|
|
115
|
+
.FormFieldItemWrapperCore();
|
|
118
116
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
117
|
+
> .@{PCSS}-slider {
|
|
118
|
+
*[min] {
|
|
119
|
+
padding-left: @grid_spacing/3;
|
|
120
|
+
}
|
|
123
121
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
122
|
+
*[max] {
|
|
123
|
+
padding-right: @grid_spacing/3;
|
|
127
124
|
}
|
|
128
125
|
}
|
|
129
126
|
}
|
|
@@ -190,7 +187,7 @@
|
|
|
190
187
|
}
|
|
191
188
|
|
|
192
189
|
/* form-field context */
|
|
193
|
-
@{P}-form-field @{P}-slider {
|
|
190
|
+
@{P}-form-field @{P}-slider > .@{PCSS}-slider {
|
|
194
191
|
|
|
195
192
|
.slider-footer {
|
|
196
193
|
.FontTech(.8);
|
|
@@ -198,8 +195,9 @@
|
|
|
198
195
|
align-items: center;
|
|
199
196
|
flex-direction: row;
|
|
200
197
|
padding-left: @grid_spacing;
|
|
198
|
+
padding-bottom: @grid_spacing/3;
|
|
201
199
|
.Ellipsed();
|
|
202
|
-
color: fade(@color_tech, 100);
|
|
200
|
+
// color: fade(@color_tech, 100);
|
|
203
201
|
|
|
204
202
|
&::before {
|
|
205
203
|
.Icon('label', @grid_spacing/1.5);
|
package/package.json
CHANGED