@gitlab/ui 42.15.0 → 42.16.0
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
package/src/scss/utilities.scss
CHANGED
|
@@ -6178,6 +6178,12 @@
|
|
|
6178
6178
|
.gl-gap-3\! {
|
|
6179
6179
|
gap: $gl-spacing-scale-3 !important;
|
|
6180
6180
|
}
|
|
6181
|
+
.gl-gap-5 {
|
|
6182
|
+
gap: $gl-spacing-scale-5;
|
|
6183
|
+
}
|
|
6184
|
+
.gl-gap-5\! {
|
|
6185
|
+
gap: $gl-spacing-scale-5 !important;
|
|
6186
|
+
}
|
|
6181
6187
|
.gl-gap-6 {
|
|
6182
6188
|
gap: $gl-spacing-scale-6;
|
|
6183
6189
|
}
|