@gitlab/ui 59.1.0 → 59.1.1
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
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
.custom-control-input ~ .custom-control-label {
|
|
57
57
|
@include gl-cursor-pointer;
|
|
58
58
|
@include gl-pl-3;
|
|
59
|
+
@include gl-mb-3;
|
|
59
60
|
|
|
60
61
|
&::before,
|
|
61
62
|
&::after {
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
.help-text {
|
|
154
155
|
@include gl-mt-2;
|
|
155
156
|
@include gl-text-gray-500;
|
|
156
|
-
@include gl-mb-
|
|
157
|
+
@include gl-mb-0;
|
|
157
158
|
@include gl-font-base;
|
|
158
159
|
@include gl-line-height-normal;
|
|
159
160
|
}
|