@clayui/css 3.144.0 → 3.147.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 +11 -7
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +11 -7
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +11 -8
- 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/cadmin/variables/_slideout.scss +0 -3
- package/src/scss/cadmin/variables/_stickers.scss +15 -0
- package/src/scss/variables/_slideout.scss +0 -3
- package/src/scss/variables/_stickers.scss +15 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.147.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.147.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>
|
|
@@ -5253,6 +5253,15 @@ html:not(#__):not(#___) .cadmin .sticker-outside.sticker-top-right.sticker-xl {
|
|
|
5253
5253
|
left: auto;
|
|
5254
5254
|
right: calc(-48px / 2);
|
|
5255
5255
|
}
|
|
5256
|
+
html:not(#__):not(#___) .cadmin .sticker-xxl {
|
|
5257
|
+
font-size: 2.5rem;
|
|
5258
|
+
height: 5rem;
|
|
5259
|
+
line-height: 5rem;
|
|
5260
|
+
width: 5rem;
|
|
5261
|
+
}
|
|
5262
|
+
html:not(#__):not(#___) .cadmin .sticker-xxl .lexicon-icon {
|
|
5263
|
+
font-size: 1.5rem;
|
|
5264
|
+
}
|
|
5256
5265
|
html:not(#__):not(#___) .cadmin .sticker-primary {
|
|
5257
5266
|
background-color: #fff;
|
|
5258
5267
|
color: #0b5fff;
|
|
@@ -16992,9 +17001,6 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar {
|
|
|
16992
17001
|
position: relative;
|
|
16993
17002
|
width: 320px;
|
|
16994
17003
|
}
|
|
16995
|
-
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-header {
|
|
16996
|
-
border-bottom-width: 1px;
|
|
16997
|
-
}
|
|
16998
17004
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
16999
17005
|
flex-grow: 1;
|
|
17000
17006
|
overflow: visible;
|
|
@@ -17002,9 +17008,6 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
|
17002
17008
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-footer {
|
|
17003
17009
|
border-top-width: 1px;
|
|
17004
17010
|
}
|
|
17005
|
-
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-header {
|
|
17006
|
-
border-bottom-width: 1px;
|
|
17007
|
-
}
|
|
17008
17011
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
17009
17012
|
flex-grow: 1;
|
|
17010
17013
|
overflow: visible;
|