@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/atlas.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>
|
|
@@ -13180,13 +13180,13 @@ label.custom-control-label {
|
|
|
13180
13180
|
.modal-success .modal-header .close {
|
|
13181
13181
|
color: #287d3c;
|
|
13182
13182
|
}
|
|
13183
|
-
.modal-success .modal-header .close
|
|
13183
|
+
.modal-success .modal-header .close:hover {
|
|
13184
13184
|
color: inherit;
|
|
13185
13185
|
}
|
|
13186
|
-
.modal-success .modal-header .close
|
|
13186
|
+
.modal-success .modal-header .close:focus {
|
|
13187
13187
|
color: inherit;
|
|
13188
13188
|
}
|
|
13189
|
-
.modal-success .modal-header .close
|
|
13189
|
+
.modal-success .modal-header .close:disabled {
|
|
13190
13190
|
color: inherit;
|
|
13191
13191
|
}
|
|
13192
13192
|
.modal-info .modal-header {
|
|
@@ -13197,13 +13197,13 @@ label.custom-control-label {
|
|
|
13197
13197
|
.modal-info .modal-header .close {
|
|
13198
13198
|
color: #2e5aac;
|
|
13199
13199
|
}
|
|
13200
|
-
.modal-info .modal-header .close
|
|
13200
|
+
.modal-info .modal-header .close:hover {
|
|
13201
13201
|
color: inherit;
|
|
13202
13202
|
}
|
|
13203
|
-
.modal-info .modal-header .close
|
|
13203
|
+
.modal-info .modal-header .close:focus {
|
|
13204
13204
|
color: inherit;
|
|
13205
13205
|
}
|
|
13206
|
-
.modal-info .modal-header .close
|
|
13206
|
+
.modal-info .modal-header .close:disabled {
|
|
13207
13207
|
color: inherit;
|
|
13208
13208
|
}
|
|
13209
13209
|
.modal-warning .modal-header {
|
|
@@ -13214,13 +13214,13 @@ label.custom-control-label {
|
|
|
13214
13214
|
.modal-warning .modal-header .close {
|
|
13215
13215
|
color: #b95000;
|
|
13216
13216
|
}
|
|
13217
|
-
.modal-warning .modal-header .close
|
|
13217
|
+
.modal-warning .modal-header .close:hover {
|
|
13218
13218
|
color: inherit;
|
|
13219
13219
|
}
|
|
13220
|
-
.modal-warning .modal-header .close
|
|
13220
|
+
.modal-warning .modal-header .close:focus {
|
|
13221
13221
|
color: inherit;
|
|
13222
13222
|
}
|
|
13223
|
-
.modal-warning .modal-header .close
|
|
13223
|
+
.modal-warning .modal-header .close:disabled {
|
|
13224
13224
|
color: inherit;
|
|
13225
13225
|
}
|
|
13226
13226
|
.modal-danger .modal-header {
|
|
@@ -13231,13 +13231,13 @@ label.custom-control-label {
|
|
|
13231
13231
|
.modal-danger .modal-header .close {
|
|
13232
13232
|
color: #da1414;
|
|
13233
13233
|
}
|
|
13234
|
-
.modal-danger .modal-header .close
|
|
13234
|
+
.modal-danger .modal-header .close:hover {
|
|
13235
13235
|
color: inherit;
|
|
13236
13236
|
}
|
|
13237
|
-
.modal-danger .modal-header .close
|
|
13237
|
+
.modal-danger .modal-header .close:focus {
|
|
13238
13238
|
color: inherit;
|
|
13239
13239
|
}
|
|
13240
|
-
.modal-danger .modal-header .close
|
|
13240
|
+
.modal-danger .modal-header .close:disabled {
|
|
13241
13241
|
color: inherit;
|
|
13242
13242
|
}
|
|
13243
13243
|
.modal-scrollbar-measure {
|