@clayui/css 3.82.0 → 3.83.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 +109 -24
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +87 -17
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +55 -22
- 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/atlas/variables/_forms.scss +34 -0
- package/src/scss/cadmin/components/_forms.scss +26 -0
- package/src/scss/cadmin/components/_sidebar.scss +29 -34
- package/src/scss/cadmin/variables/_forms.scss +35 -0
- package/src/scss/cadmin/variables/_sidebar.scss +54 -0
- package/src/scss/cadmin/variables/_utilities.scss +2 -2
- package/src/scss/components/_dropdowns.scss +14 -0
- package/src/scss/components/_forms.scss +26 -0
- package/src/scss/components/_sidebar.scss +28 -34
- package/src/scss/components/_spinners.scss +3 -2
- package/src/scss/mixins/_dropdown-menu.scss +76 -2
- package/src/scss/mixins/_forms.scss +62 -3
- package/src/scss/mixins/_sidebar.scss +5 -0
- package/src/scss/variables/_dropdowns.scss +52 -0
- package/src/scss/variables/_forms.scss +11 -0
- package/src/scss/variables/_sidebar.scss +54 -0
- package/src/scss/variables/_utilities.scss +2 -2
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.83.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.83.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>
|
|
@@ -5732,12 +5732,12 @@ html:not(#__):not(#___) .cadmin .dropdown-item {
|
|
|
5732
5732
|
overflow-wrap: break-word;
|
|
5733
5733
|
word-wrap: break-word;
|
|
5734
5734
|
}
|
|
5735
|
-
html:not(#__):not(#___) .cadmin .dropdown-item:hover {
|
|
5735
|
+
html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .cadmin .dropdown-item.hover {
|
|
5736
5736
|
background-color: #f0f5ff;
|
|
5737
5737
|
color: #272833;
|
|
5738
5738
|
text-decoration: none;
|
|
5739
5739
|
}
|
|
5740
|
-
html:not(#__):not(#___) .cadmin .dropdown-item:focus {
|
|
5740
|
+
html:not(#__):not(#___) .cadmin .dropdown-item:focus, html:not(#__):not(#___) .cadmin .dropdown-item.focus {
|
|
5741
5741
|
background-color: #f0f5ff;
|
|
5742
5742
|
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
5743
5743
|
color: #272833;
|
|
@@ -6634,9 +6634,6 @@ html:not(#__):not(#___) .cadmin select.form-control:disabled, html:not(#__):not(
|
|
|
6634
6634
|
html:not(#__):not(#___) .cadmin select.form-control:disabled > option, html:not(#__):not(#___) .cadmin select.form-control.disabled > option {
|
|
6635
6635
|
cursor: not-allowed;
|
|
6636
6636
|
}
|
|
6637
|
-
html:not(#__):not(#___) .cadmin select.form-control option {
|
|
6638
|
-
cursor: pointer;
|
|
6639
|
-
}
|
|
6640
6637
|
html:not(#__):not(#___) .cadmin select.form-control::-ms-expand {
|
|
6641
6638
|
display: none;
|
|
6642
6639
|
}
|
|
@@ -6655,6 +6652,7 @@ html:not(#__):not(#___) .cadmin .form-control-select {
|
|
|
6655
6652
|
background-size: 1.5em 1.5em;
|
|
6656
6653
|
padding-right: 2em;
|
|
6657
6654
|
overflow: hidden;
|
|
6655
|
+
text-align: left;
|
|
6658
6656
|
text-overflow: ellipsis;
|
|
6659
6657
|
white-space: nowrap;
|
|
6660
6658
|
}
|
|
@@ -6680,12 +6678,6 @@ html:not(#__):not(#___) .cadmin select.form-control[size]:focus > option:checked
|
|
|
6680
6678
|
background-image: linear-gradient(#ffa700, #ffa700);
|
|
6681
6679
|
filter: invert(100%);
|
|
6682
6680
|
}
|
|
6683
|
-
html:not(#__):not(#___) .cadmin select.form-control[size] option {
|
|
6684
|
-
padding: 7px 8px;
|
|
6685
|
-
}
|
|
6686
|
-
html:not(#__):not(#___) .cadmin select.form-control[size] option:checked {
|
|
6687
|
-
background-image: linear-gradient(#e7e7ed, #e7e7ed);
|
|
6688
|
-
}
|
|
6689
6681
|
@-moz-document url-prefix() {
|
|
6690
6682
|
html:not(#__):not(#___) .cadmin select.form-control[size]:focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked {
|
|
6691
6683
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
@@ -6710,12 +6702,6 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus > option:che
|
|
|
6710
6702
|
background-image: linear-gradient(#ffa700, #ffa700);
|
|
6711
6703
|
filter: invert(100%);
|
|
6712
6704
|
}
|
|
6713
|
-
html:not(#__):not(#___) .cadmin select.form-control[multiple] option {
|
|
6714
|
-
padding: 7px 8px;
|
|
6715
|
-
}
|
|
6716
|
-
html:not(#__):not(#___) .cadmin select.form-control[multiple] option:checked {
|
|
6717
|
-
background-image: linear-gradient(#e7e7ed, #e7e7ed);
|
|
6718
|
-
}
|
|
6719
6705
|
@-moz-document url-prefix() {
|
|
6720
6706
|
html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked {
|
|
6721
6707
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
@@ -6725,6 +6711,27 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] option:checked {
|
|
|
6725
6711
|
padding: 6.5px 8px;
|
|
6726
6712
|
}
|
|
6727
6713
|
}
|
|
6714
|
+
html:not(#__):not(#___) .cadmin .form-control-select-secondary {
|
|
6715
|
+
background-color: #fff;
|
|
6716
|
+
color: #6b6c7e;
|
|
6717
|
+
}
|
|
6718
|
+
html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#__):not(#___) .cadmin .form-control-select-secondary.hover {
|
|
6719
|
+
color: #6b6c7e;
|
|
6720
|
+
}
|
|
6721
|
+
html:not(#__):not(#___) .cadmin .form-control-select-secondary:focus, html:not(#__):not(#___) .cadmin .form-control-select-secondary.focus {
|
|
6722
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
|
|
6723
|
+
color: #272833;
|
|
6724
|
+
}
|
|
6725
|
+
html:not(#__):not(#___) .cadmin .form-control-select-secondary.show {
|
|
6726
|
+
background-color: #f1f2f5;
|
|
6727
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
|
|
6728
|
+
color: #272833;
|
|
6729
|
+
}
|
|
6730
|
+
html:not(#__):not(#___) .cadmin .form-control-select-secondary:disabled, html:not(#__):not(#___) .cadmin .form-control-select-secondary.disabled {
|
|
6731
|
+
background-color: #fff;
|
|
6732
|
+
color: #6b6c7e;
|
|
6733
|
+
opacity: 0.4;
|
|
6734
|
+
}
|
|
6728
6735
|
html:not(#__):not(#___) .cadmin textarea.form-control,
|
|
6729
6736
|
html:not(#__):not(#___) .cadmin textarea.form-control-plaintext,
|
|
6730
6737
|
html:not(#__):not(#___) .cadmin .form-control.form-control-textarea {
|
|
@@ -8295,7 +8302,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
|
8295
8302
|
padding-left: 8px;
|
|
8296
8303
|
padding-top: 0;
|
|
8297
8304
|
}
|
|
8298
|
-
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover {
|
|
8305
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.hover {
|
|
8299
8306
|
background-color: #f1f2f5;
|
|
8300
8307
|
color: #272833;
|
|
8301
8308
|
}
|
|
@@ -14375,12 +14382,14 @@ html:not(#__):not(#___) .cadmin .sidebar, html:not(#__):not(#___) .cadmin.sideba
|
|
|
14375
14382
|
overflow: auto;
|
|
14376
14383
|
-webkit-overflow-scrolling: touch;
|
|
14377
14384
|
}
|
|
14385
|
+
html:not(#__):not(#___) .cadmin .sidebar:focus, html:not(#__):not(#___) .cadmin .sidebar.focus, html:not(#__):not(#___) .cadmin.sidebar:focus, html:not(#__):not(#___) .cadmin.sidebar.focus {
|
|
14386
|
+
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
14387
|
+
}
|
|
14378
14388
|
html:not(#__):not(#___) .cadmin .sidebar .container-fluid, html:not(#__):not(#___) .cadmin.sidebar .container-fluid {
|
|
14379
14389
|
padding-left: 16px;
|
|
14380
14390
|
padding-right: 16px;
|
|
14381
14391
|
}
|
|
14382
|
-
html:not(#__):not(#___) .cadmin .sidebar-header
|
|
14383
|
-
html:not(#__):not(#___) .cadmin .sidebar-footer {
|
|
14392
|
+
html:not(#__):not(#___) .cadmin .sidebar-header {
|
|
14384
14393
|
padding-bottom: 16px;
|
|
14385
14394
|
padding-left: 16px;
|
|
14386
14395
|
padding-right: 16px;
|
|
@@ -14399,6 +14408,12 @@ html:not(#__):not(#___) .cadmin .sidebar-header .component-subtitle {
|
|
|
14399
14408
|
font-weight: 400;
|
|
14400
14409
|
margin-bottom: 0;
|
|
14401
14410
|
}
|
|
14411
|
+
html:not(#__):not(#___) .cadmin .sidebar-footer {
|
|
14412
|
+
padding-bottom: 16px;
|
|
14413
|
+
padding-left: 16px;
|
|
14414
|
+
padding-right: 16px;
|
|
14415
|
+
padding-top: 16px;
|
|
14416
|
+
}
|
|
14402
14417
|
html:not(#__):not(#___) .cadmin .sidebar-body {
|
|
14403
14418
|
overflow: auto;
|
|
14404
14419
|
-webkit-overflow-scrolling: touch;
|
|
@@ -21200,6 +21215,9 @@ html:not(#__):not(#___) .cadmin .d-grid, html:not(#__):not(#___) .cadmin.d-grid
|
|
|
21200
21215
|
html:not(#__):not(#___) .cadmin .d-block, html:not(#__):not(#___) .cadmin.d-block {
|
|
21201
21216
|
display: block !important;
|
|
21202
21217
|
}
|
|
21218
|
+
html:not(#__):not(#___) .cadmin .d-contents, html:not(#__):not(#___) .cadmin.d-contents {
|
|
21219
|
+
display: contents !important;
|
|
21220
|
+
}
|
|
21203
21221
|
html:not(#__):not(#___) .cadmin .d-table, html:not(#__):not(#___) .cadmin.d-table {
|
|
21204
21222
|
display: table !important;
|
|
21205
21223
|
}
|
|
@@ -21231,6 +21249,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21231
21249
|
html:not(#__):not(#___) .cadmin .d-sm-block, html:not(#__):not(#___) .cadmin.d-sm-block {
|
|
21232
21250
|
display: block !important;
|
|
21233
21251
|
}
|
|
21252
|
+
html:not(#__):not(#___) .cadmin .d-sm-contents, html:not(#__):not(#___) .cadmin.d-sm-contents {
|
|
21253
|
+
display: contents !important;
|
|
21254
|
+
}
|
|
21234
21255
|
html:not(#__):not(#___) .cadmin .d-sm-table, html:not(#__):not(#___) .cadmin.d-sm-table {
|
|
21235
21256
|
display: table !important;
|
|
21236
21257
|
}
|
|
@@ -21263,6 +21284,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21263
21284
|
html:not(#__):not(#___) .cadmin .d-md-block, html:not(#__):not(#___) .cadmin.d-md-block {
|
|
21264
21285
|
display: block !important;
|
|
21265
21286
|
}
|
|
21287
|
+
html:not(#__):not(#___) .cadmin .d-md-contents, html:not(#__):not(#___) .cadmin.d-md-contents {
|
|
21288
|
+
display: contents !important;
|
|
21289
|
+
}
|
|
21266
21290
|
html:not(#__):not(#___) .cadmin .d-md-table, html:not(#__):not(#___) .cadmin.d-md-table {
|
|
21267
21291
|
display: table !important;
|
|
21268
21292
|
}
|
|
@@ -21295,6 +21319,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21295
21319
|
html:not(#__):not(#___) .cadmin .d-lg-block, html:not(#__):not(#___) .cadmin.d-lg-block {
|
|
21296
21320
|
display: block !important;
|
|
21297
21321
|
}
|
|
21322
|
+
html:not(#__):not(#___) .cadmin .d-lg-contents, html:not(#__):not(#___) .cadmin.d-lg-contents {
|
|
21323
|
+
display: contents !important;
|
|
21324
|
+
}
|
|
21298
21325
|
html:not(#__):not(#___) .cadmin .d-lg-table, html:not(#__):not(#___) .cadmin.d-lg-table {
|
|
21299
21326
|
display: table !important;
|
|
21300
21327
|
}
|
|
@@ -21327,6 +21354,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21327
21354
|
html:not(#__):not(#___) .cadmin .d-xl-block, html:not(#__):not(#___) .cadmin.d-xl-block {
|
|
21328
21355
|
display: block !important;
|
|
21329
21356
|
}
|
|
21357
|
+
html:not(#__):not(#___) .cadmin .d-xl-contents, html:not(#__):not(#___) .cadmin.d-xl-contents {
|
|
21358
|
+
display: contents !important;
|
|
21359
|
+
}
|
|
21330
21360
|
html:not(#__):not(#___) .cadmin .d-xl-table, html:not(#__):not(#___) .cadmin.d-xl-table {
|
|
21331
21361
|
display: table !important;
|
|
21332
21362
|
}
|
|
@@ -21362,6 +21392,9 @@ html:not(#__):not(#___) .cadmin .hide {
|
|
|
21362
21392
|
html:not(#__):not(#___) .cadmin .d-print-block {
|
|
21363
21393
|
display: block !important;
|
|
21364
21394
|
}
|
|
21395
|
+
html:not(#__):not(#___) .cadmin .d-print-contents {
|
|
21396
|
+
display: contents !important;
|
|
21397
|
+
}
|
|
21365
21398
|
html:not(#__):not(#___) .cadmin .d-print-table {
|
|
21366
21399
|
display: table !important;
|
|
21367
21400
|
}
|