@clayui/css 3.117.0 → 3.118.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/atlas.css +13 -13
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +13 -13
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +26 -26
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/mixins/_globals.scss +13 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.118.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.118.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -11359,16 +11359,16 @@ html:not(#__):not(#___) .cadmin.modal-success .modal-header .close,
|
|
|
11359
11359
|
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close {
|
|
11360
11360
|
color: #287d3c;
|
|
11361
11361
|
}
|
|
11362
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11363
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11362
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:hover,
|
|
11363
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:hover {
|
|
11364
11364
|
color: inherit;
|
|
11365
11365
|
}
|
|
11366
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11367
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11366
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:focus,
|
|
11367
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:focus {
|
|
11368
11368
|
color: inherit;
|
|
11369
11369
|
}
|
|
11370
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11371
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11370
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:disabled,
|
|
11371
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:disabled {
|
|
11372
11372
|
color: inherit;
|
|
11373
11373
|
}
|
|
11374
11374
|
html:not(#__):not(#___) .cadmin.modal-info .modal-header,
|
|
@@ -11381,16 +11381,16 @@ html:not(#__):not(#___) .cadmin.modal-info .modal-header .close,
|
|
|
11381
11381
|
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close {
|
|
11382
11382
|
color: #2e5aac;
|
|
11383
11383
|
}
|
|
11384
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11385
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11384
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:hover,
|
|
11385
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:hover {
|
|
11386
11386
|
color: inherit;
|
|
11387
11387
|
}
|
|
11388
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11389
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11388
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:focus,
|
|
11389
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:focus {
|
|
11390
11390
|
color: inherit;
|
|
11391
11391
|
}
|
|
11392
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11393
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11392
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:disabled,
|
|
11393
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:disabled {
|
|
11394
11394
|
color: inherit;
|
|
11395
11395
|
}
|
|
11396
11396
|
html:not(#__):not(#___) .cadmin.modal-warning .modal-header,
|
|
@@ -11403,16 +11403,16 @@ html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close,
|
|
|
11403
11403
|
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close {
|
|
11404
11404
|
color: #b95000;
|
|
11405
11405
|
}
|
|
11406
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11407
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11406
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:hover,
|
|
11407
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:hover {
|
|
11408
11408
|
color: inherit;
|
|
11409
11409
|
}
|
|
11410
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11411
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11410
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:focus,
|
|
11411
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:focus {
|
|
11412
11412
|
color: inherit;
|
|
11413
11413
|
}
|
|
11414
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11415
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11414
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:disabled,
|
|
11415
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:disabled {
|
|
11416
11416
|
color: inherit;
|
|
11417
11417
|
}
|
|
11418
11418
|
html:not(#__):not(#___) .cadmin.modal-danger .modal-header,
|
|
@@ -11425,16 +11425,16 @@ html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close,
|
|
|
11425
11425
|
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close {
|
|
11426
11426
|
color: #da1414;
|
|
11427
11427
|
}
|
|
11428
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11429
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11428
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:hover,
|
|
11429
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:hover {
|
|
11430
11430
|
color: inherit;
|
|
11431
11431
|
}
|
|
11432
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11433
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11432
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:focus,
|
|
11433
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:focus {
|
|
11434
11434
|
color: inherit;
|
|
11435
11435
|
}
|
|
11436
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11437
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11436
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:disabled,
|
|
11437
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:disabled {
|
|
11438
11438
|
color: inherit;
|
|
11439
11439
|
}
|
|
11440
11440
|
html:not(#__):not(#___) .cadmin .modal-scrollbar-measure {
|