@gitlab/ui 32.64.1 → 32.65.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
|
@@ -3356,6 +3356,22 @@
|
|
|
3356
3356
|
opacity: 0.5 !important
|
|
3357
3357
|
}
|
|
3358
3358
|
|
|
3359
|
+
.gl-opacity-6 {
|
|
3360
|
+
opacity: 0.6
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
|
+
.gl-opacity-6\! {
|
|
3364
|
+
opacity: 0.6 !important
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
.gl-opacity-7 {
|
|
3368
|
+
opacity: 0.7
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
.gl-opacity-7\! {
|
|
3372
|
+
opacity: 0.7 !important
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3359
3375
|
.gl-opacity-10 {
|
|
3360
3376
|
opacity: 1
|
|
3361
3377
|
}
|