@clayui/css 3.62.0 → 3.62.1
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/CHANGELOG.md +2004 -0
- package/LICENSES/BSD-3-Clause.txt +30 -0
- package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
- package/LICENSES/MIT.txt +19 -0
- package/lib/css/atlas.css +1 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +35 -35
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -3
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/mixins/_badges.scss +5 -6
- package/src/scss/mixins/_border-radius.scss +13 -54
- package/src/scss/mixins/_box-shadow.scss +1 -6
- package/src/scss/mixins/_buttons.scss +6 -8
- package/src/scss/mixins/_cards.scss +10 -12
- package/src/scss/mixins/_close.scss +5 -6
- package/src/scss/mixins/_dropdown-menu.scss +5 -6
- package/src/scss/mixins/_forms.scss +5 -6
- package/src/scss/mixins/_gradients.scss +10 -12
- package/src/scss/mixins/_grid.scss +5 -6
- package/src/scss/mixins/_labels.scss +10 -12
- package/src/scss/mixins/_links.scss +5 -6
- package/src/scss/mixins/_list-group.scss +99 -114
- package/src/scss/mixins/_menubar.scss +94 -114
- package/src/scss/mixins/_tbar.scss +1 -6
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.62.
|
|
3
|
+
* Clay 3.62.1
|
|
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.62.
|
|
19
|
+
* Clay 3.62.1
|
|
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>
|
|
@@ -6528,7 +6528,7 @@ html:not(#__):not(#___) .cadmin select.form-control {
|
|
|
6528
6528
|
background-size: 1.5em 1.5em;
|
|
6529
6529
|
cursor: pointer;
|
|
6530
6530
|
padding-right: 2em;
|
|
6531
|
-
color:
|
|
6531
|
+
color: #272833;
|
|
6532
6532
|
}
|
|
6533
6533
|
html:not(#__):not(#___) .cadmin select.form-control:focus, html:not(#__):not(#___) .cadmin select.form-control.focus {
|
|
6534
6534
|
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='%236b6c7e'/%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='%236b6c7e'/%3E%3C/svg%3E");
|
|
@@ -6576,7 +6576,7 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
|
|
|
6576
6576
|
padding-left: 8px;
|
|
6577
6577
|
padding-right: 8px;
|
|
6578
6578
|
scrollbar-width: thin;
|
|
6579
|
-
color:
|
|
6579
|
+
color: #272833;
|
|
6580
6580
|
}
|
|
6581
6581
|
html:not(#__):not(#___) .cadmin select.form-control[size]:focus, html:not(#__):not(#___) .cadmin select.form-control[size].focus {
|
|
6582
6582
|
background-image: none;
|
|
@@ -6606,7 +6606,7 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
|
|
|
6606
6606
|
padding-left: 8px;
|
|
6607
6607
|
padding-right: 8px;
|
|
6608
6608
|
scrollbar-width: thin;
|
|
6609
|
-
color:
|
|
6609
|
+
color: #272833;
|
|
6610
6610
|
}
|
|
6611
6611
|
html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus, html:not(#__):not(#___) .cadmin select.form-control[multiple].focus {
|
|
6612
6612
|
background-image: none;
|
|
@@ -8379,15 +8379,15 @@ html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
|
|
|
8379
8379
|
}
|
|
8380
8380
|
html:not(#__):not(#___) .cadmin .has-error select.form-control {
|
|
8381
8381
|
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='%23f48989'/%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='%23f48989'/%3E%3C/svg%3E");
|
|
8382
|
-
color:
|
|
8382
|
+
color: #272833;
|
|
8383
8383
|
}
|
|
8384
8384
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[size] {
|
|
8385
8385
|
background-image: none;
|
|
8386
|
-
color:
|
|
8386
|
+
color: #272833;
|
|
8387
8387
|
}
|
|
8388
8388
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
|
|
8389
8389
|
background-image: none;
|
|
8390
|
-
color:
|
|
8390
|
+
color: #272833;
|
|
8391
8391
|
}
|
|
8392
8392
|
html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
|
|
8393
8393
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
@@ -8437,15 +8437,15 @@ html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
|
|
|
8437
8437
|
}
|
|
8438
8438
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control {
|
|
8439
8439
|
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='%23ff8f39'/%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='%23ff8f39'/%3E%3C/svg%3E");
|
|
8440
|
-
color:
|
|
8440
|
+
color: #272833;
|
|
8441
8441
|
}
|
|
8442
8442
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[size] {
|
|
8443
8443
|
background-image: none;
|
|
8444
|
-
color:
|
|
8444
|
+
color: #272833;
|
|
8445
8445
|
}
|
|
8446
8446
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
|
|
8447
8447
|
background-image: none;
|
|
8448
|
-
color:
|
|
8448
|
+
color: #272833;
|
|
8449
8449
|
}
|
|
8450
8450
|
html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
|
|
8451
8451
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
@@ -8495,15 +8495,15 @@ html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
|
|
|
8495
8495
|
}
|
|
8496
8496
|
html:not(#__):not(#___) .cadmin .has-success select.form-control {
|
|
8497
8497
|
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='%235aca75'/%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='%235aca75'/%3E%3C/svg%3E");
|
|
8498
|
-
color:
|
|
8498
|
+
color: #272833;
|
|
8499
8499
|
}
|
|
8500
8500
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[size] {
|
|
8501
8501
|
background-image: none;
|
|
8502
|
-
color:
|
|
8502
|
+
color: #272833;
|
|
8503
8503
|
}
|
|
8504
8504
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
|
|
8505
8505
|
background-image: none;
|
|
8506
|
-
color:
|
|
8506
|
+
color: #272833;
|
|
8507
8507
|
}
|
|
8508
8508
|
html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
|
|
8509
8509
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
@@ -9498,25 +9498,25 @@ html:not(#__):not(#___) .cadmin .list-group-notification.list-group-bordered .qu
|
|
|
9498
9498
|
}
|
|
9499
9499
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item {
|
|
9500
9500
|
border-width: 0;
|
|
9501
|
-
background-color:
|
|
9502
|
-
box-shadow: inset
|
|
9501
|
+
background-color: #fff;
|
|
9502
|
+
box-shadow: inset 1px 0 #e7e7ed, inset -1px 0 #e7e7ed, inset 0 1px #e7e7ed, inset 0 -1px #e7e7ed;
|
|
9503
9503
|
}
|
|
9504
9504
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item.active {
|
|
9505
|
-
background-color:
|
|
9506
|
-
box-shadow: inset
|
|
9505
|
+
background-color: #f0f5ff;
|
|
9506
|
+
box-shadow: inset 1px 0 #e7e7ed, inset -1px 0 #e7e7ed, inset 0 1px #e7e7ed, inset 0 -1px #e7e7ed;
|
|
9507
9507
|
}
|
|
9508
9508
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item-flex.active {
|
|
9509
9509
|
border-top-width: 0;
|
|
9510
9510
|
}
|
|
9511
9511
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item-primary {
|
|
9512
|
-
background-color:
|
|
9512
|
+
background-color: #fff;
|
|
9513
9513
|
border-bottom-left-radius: 0;
|
|
9514
9514
|
border-top-left-radius: 0;
|
|
9515
|
-
box-shadow: inset 8px 0 #80acff, inset -
|
|
9515
|
+
box-shadow: inset 8px 0 #80acff, inset -1px 0 #e7e7ed, inset 0 1px #e7e7ed, inset 0 -1px #e7e7ed;
|
|
9516
9516
|
}
|
|
9517
9517
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item-primary.active {
|
|
9518
|
-
background-color:
|
|
9519
|
-
box-shadow: inset 8px 0 #80acff, inset -
|
|
9518
|
+
background-color: #f0f5ff;
|
|
9519
|
+
box-shadow: inset 8px 0 #80acff, inset -1px 0 #e7e7ed, inset 0 1px #e7e7ed, inset 0 -1px #e7e7ed;
|
|
9520
9520
|
}
|
|
9521
9521
|
html:not(#__):not(#___) .cadmin .list-group-notification .quick-action-menu {
|
|
9522
9522
|
margin-bottom: calc(
|
|
@@ -10901,8 +10901,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10901
10901
|
background-color: #f0f5ff;
|
|
10902
10902
|
}
|
|
10903
10903
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
10904
|
-
background-color:
|
|
10905
|
-
color:
|
|
10904
|
+
background-color: #f0f5ff;
|
|
10905
|
+
color: #272833;
|
|
10906
10906
|
}
|
|
10907
10907
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
10908
10908
|
background-color: #f0f5ff;
|
|
@@ -11097,8 +11097,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11097
11097
|
background-color: #f0f5ff;
|
|
11098
11098
|
}
|
|
11099
11099
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
11100
|
-
background-color:
|
|
11101
|
-
color:
|
|
11100
|
+
background-color: #f0f5ff;
|
|
11101
|
+
color: #272833;
|
|
11102
11102
|
}
|
|
11103
11103
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11104
11104
|
background-color: #f0f5ff;
|
|
@@ -16906,7 +16906,7 @@ html:not(#__):not(#___) .cadmin .component-tbar {
|
|
|
16906
16906
|
height: 56px;
|
|
16907
16907
|
}
|
|
16908
16908
|
html:not(#__):not(#___) .cadmin .component-tbar .tbar-label {
|
|
16909
|
-
border-width:
|
|
16909
|
+
border-width: 1px;
|
|
16910
16910
|
}
|
|
16911
16911
|
html:not(#__):not(#___) .cadmin .subnav-tbar {
|
|
16912
16912
|
font-size: 14px;
|
|
@@ -17008,7 +17008,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .component-label {
|
|
|
17008
17008
|
font-weight: 400;
|
|
17009
17009
|
}
|
|
17010
17010
|
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-label {
|
|
17011
|
-
border-width:
|
|
17011
|
+
border-width: 1px;
|
|
17012
17012
|
}
|
|
17013
17013
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary {
|
|
17014
17014
|
background-color: #b3cdff;
|
|
@@ -17053,7 +17053,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-label {
|
|
|
17053
17053
|
font-size: 12px;
|
|
17054
17054
|
margin-right: 0;
|
|
17055
17055
|
text-transform: none;
|
|
17056
|
-
border-width:
|
|
17056
|
+
border-width: 1px;
|
|
17057
17057
|
padding-bottom: 5px;
|
|
17058
17058
|
padding-left: 10px;
|
|
17059
17059
|
padding-right: 10px;
|
|
@@ -17073,7 +17073,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .compo
|
|
|
17073
17073
|
border-color: #8e94aa;
|
|
17074
17074
|
}
|
|
17075
17075
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
17076
|
-
border-width:
|
|
17076
|
+
border-width: 1px;
|
|
17077
17077
|
}
|
|
17078
17078
|
html:not(#__):not(#___) .cadmin .subnav-tbar-light {
|
|
17079
17079
|
color: #6b6c7e;
|
|
@@ -17082,7 +17082,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-light {
|
|
|
17082
17082
|
padding-top: 2px;
|
|
17083
17083
|
}
|
|
17084
17084
|
html:not(#__):not(#___) .cadmin .subnav-tbar-light .tbar-label {
|
|
17085
|
-
border-width:
|
|
17085
|
+
border-width: 1px;
|
|
17086
17086
|
}
|
|
17087
17087
|
html:not(#__):not(#___) .cadmin .tbar-stacked {
|
|
17088
17088
|
display: inline-flex;
|
|
@@ -17151,7 +17151,7 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
|
17151
17151
|
margin-top: 0;
|
|
17152
17152
|
}
|
|
17153
17153
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-label {
|
|
17154
|
-
border-width:
|
|
17154
|
+
border-width: 1px;
|
|
17155
17155
|
}
|
|
17156
17156
|
html:not(#__):not(#___) .cadmin .tbar-light {
|
|
17157
17157
|
background-color: #fff;
|
|
@@ -17186,7 +17186,7 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced[aria-expanded=t
|
|
|
17186
17186
|
color: #272833;
|
|
17187
17187
|
}
|
|
17188
17188
|
html:not(#__):not(#___) .cadmin .tbar-light .tbar-label {
|
|
17189
|
-
border-width:
|
|
17189
|
+
border-width: 1px;
|
|
17190
17190
|
}
|
|
17191
17191
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 {
|
|
17192
17192
|
background-color: #393a4a;
|
|
@@ -17222,7 +17222,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced[aria-expanded
|
|
|
17222
17222
|
color: #fff;
|
|
17223
17223
|
}
|
|
17224
17224
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-label {
|
|
17225
|
-
border-width:
|
|
17225
|
+
border-width: 1px;
|
|
17226
17226
|
}
|
|
17227
17227
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 {
|
|
17228
17228
|
background-color: #1c1c24;
|
|
@@ -17267,7 +17267,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
17267
17267
|
color: #fff;
|
|
17268
17268
|
}
|
|
17269
17269
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
17270
|
-
border-width:
|
|
17270
|
+
border-width: 1px;
|
|
17271
17271
|
}
|
|
17272
17272
|
html:not(#__):not(#___) .cadmin .timeline {
|
|
17273
17273
|
list-style: none;
|