@gitlab/ui 32.57.0 → 32.58.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
|
@@ -4263,6 +4263,18 @@
|
|
|
4263
4263
|
}
|
|
4264
4264
|
}
|
|
4265
4265
|
|
|
4266
|
+
.gl-lg-w-25p {
|
|
4267
|
+
@include gl-media-breakpoint-up(lg) {
|
|
4268
|
+
width: 25%;
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
.gl-lg-w-25p\! {
|
|
4273
|
+
@include gl-media-breakpoint-up(lg) {
|
|
4274
|
+
width: 25% !important;
|
|
4275
|
+
}
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4266
4278
|
.gl-lg-w-50p {
|
|
4267
4279
|
@include gl-media-breakpoint-up(lg) {
|
|
4268
4280
|
width: 50%;
|