@clayui/css 3.139.1 → 3.142.2
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 +59 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +44 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +34 -16
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/pause.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/pause.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +19 -0
- package/src/scss/atlas/variables/_utilities.scss +1 -0
- package/src/scss/cadmin/components/_date-picker.scss +6 -0
- package/src/scss/cadmin/variables/_date-picker.scss +3 -3
- package/src/scss/cadmin/variables/_navs.scss +6 -0
- package/src/scss/cadmin/variables/_popovers.scss +0 -11
- package/src/scss/cadmin/variables/_sidebar.scss +25 -0
- package/src/scss/cadmin/variables/_utilities.scss +0 -3
- package/src/scss/functions/_lx-icons-generated.scss +1 -1
- package/src/scss/variables/_navs.scss +6 -0
- package/src/scss/variables/_popovers.scss +12 -10
- package/src/scss/variables/_sidebar.scss +20 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.142.2
|
|
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>
|
|
@@ -14256,6 +14256,12 @@ label.custom-control-label {
|
|
|
14256
14256
|
margin-bottom: -0.28125rem;
|
|
14257
14257
|
margin-top: -0.28125rem;
|
|
14258
14258
|
}
|
|
14259
|
+
.nav-tabs .nav-link .inline-item-before {
|
|
14260
|
+
margin-right: 0.25rem;
|
|
14261
|
+
}
|
|
14262
|
+
.nav-tabs .nav-link .inline-item-after {
|
|
14263
|
+
margin-left: 0.25rem;
|
|
14264
|
+
}
|
|
14259
14265
|
.nav-tabs .nav-item {
|
|
14260
14266
|
margin-bottom: -0.0625rem;
|
|
14261
14267
|
}
|
|
@@ -20986,6 +20992,33 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
20986
20992
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
|
|
20987
20993
|
}
|
|
20988
20994
|
|
|
20995
|
+
.sidebar-light .close {
|
|
20996
|
+
color: #6b6c7e;
|
|
20997
|
+
}
|
|
20998
|
+
.sidebar-light .close:hover {
|
|
20999
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21000
|
+
color: #272833;
|
|
21001
|
+
}
|
|
21002
|
+
.sidebar-light .close.focus, .sidebar-light .close:focus-visible, .c-prefers-focus .sidebar-light .close:focus {
|
|
21003
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21004
|
+
color: #272833;
|
|
21005
|
+
}
|
|
21006
|
+
|
|
21007
|
+
.sidebar-light .close:active {
|
|
21008
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21009
|
+
color: #272833;
|
|
21010
|
+
}
|
|
21011
|
+
.sidebar-light .close.active {
|
|
21012
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21013
|
+
color: #272833;
|
|
21014
|
+
}
|
|
21015
|
+
.sidebar-light .close:disabled, .sidebar-light .close.disabled {
|
|
21016
|
+
background-color: transparent;
|
|
21017
|
+
box-shadow: none;
|
|
21018
|
+
color: #6b6c7e;
|
|
21019
|
+
cursor: not-allowed;
|
|
21020
|
+
opacity: 0.4;
|
|
21021
|
+
}
|
|
20989
21022
|
.sidebar-light .sidebar-header {
|
|
20990
21023
|
background-color: inherit;
|
|
20991
21024
|
border: 0px solid #e7e7ed;
|
|
@@ -21055,6 +21088,31 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21055
21088
|
.sidebar-light .component-navigation-bar .navbar-overlay {
|
|
21056
21089
|
background-color: #fff;
|
|
21057
21090
|
}
|
|
21091
|
+
.sidebar-light .close {
|
|
21092
|
+
color: #6b6c7e;
|
|
21093
|
+
}
|
|
21094
|
+
.sidebar-light .close:hover {
|
|
21095
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21096
|
+
color: #272833;
|
|
21097
|
+
}
|
|
21098
|
+
.sidebar-light .close:active {
|
|
21099
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21100
|
+
color: #272833;
|
|
21101
|
+
}
|
|
21102
|
+
.sidebar-light .close:disabled {
|
|
21103
|
+
background-color: transparent;
|
|
21104
|
+
box-shadow: none;
|
|
21105
|
+
color: #6b6c7e;
|
|
21106
|
+
cursor: not-allowed;
|
|
21107
|
+
opacity: 0.4;
|
|
21108
|
+
}
|
|
21109
|
+
.sidebar-light .close:disabled:active {
|
|
21110
|
+
pointer-events: none;
|
|
21111
|
+
}
|
|
21112
|
+
.sidebar-light .close:focus {
|
|
21113
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21114
|
+
color: #272833;
|
|
21115
|
+
}
|
|
21058
21116
|
.sidebar-light .sidebar-header {
|
|
21059
21117
|
background-color: inherit;
|
|
21060
21118
|
border: 0px solid #e7e7ed;
|
|
@@ -24616,7 +24674,6 @@ td.table-focus {
|
|
|
24616
24674
|
.close.focus, .close:focus-visible, .c-prefers-focus .close:focus {
|
|
24617
24675
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
24618
24676
|
outline: 0;
|
|
24619
|
-
opacity: 0.75;
|
|
24620
24677
|
}
|
|
24621
24678
|
|
|
24622
24679
|
.close:disabled, .close.disabled {
|