@clayui/css 3.93.0 → 3.94.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/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.93.0
3
+ * Clay 3.94.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -25282,6 +25282,41 @@ button.bg-dark:focus {
25282
25282
  display: none !important;
25283
25283
  }
25284
25284
 
25285
+ .d-block-c-prefers-reduced-motion {
25286
+ display: none !important;
25287
+ }
25288
+
25289
+ .d-inline-block-c-prefers-reduced-motion {
25290
+ display: none !important;
25291
+ }
25292
+
25293
+ @media (prefers-reduced-motion: reduce) {
25294
+ .d-none-c-prefers-reduced-motion {
25295
+ display: none !important;
25296
+ }
25297
+ }
25298
+ @media (prefers-reduced-motion: reduce) {
25299
+ .d-block-c-prefers-reduced-motion {
25300
+ display: block !important;
25301
+ }
25302
+ }
25303
+ @media (prefers-reduced-motion: reduce) {
25304
+ .d-inline-block-c-prefers-reduced-motion {
25305
+ display: inline-block !important;
25306
+ }
25307
+ }
25308
+ .c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
25309
+ display: none !important;
25310
+ }
25311
+
25312
+ .c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
25313
+ display: block !important;
25314
+ }
25315
+
25316
+ .c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
25317
+ display: inline-block !important;
25318
+ }
25319
+
25285
25320
  @media print {
25286
25321
  .d-print-none {
25287
25322
  display: none !important;