@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/base.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>
|
|
@@ -5473,6 +5473,16 @@ input[type=button].btn-block {
|
|
|
5473
5473
|
right: -1.5rem;
|
|
5474
5474
|
}
|
|
5475
5475
|
|
|
5476
|
+
.sticker-xxl {
|
|
5477
|
+
font-size: 2.5rem;
|
|
5478
|
+
height: 5rem;
|
|
5479
|
+
line-height: 5rem;
|
|
5480
|
+
width: 5rem;
|
|
5481
|
+
}
|
|
5482
|
+
.sticker-xxl .lexicon-icon {
|
|
5483
|
+
font-size: 1.5rem;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5476
5486
|
.sticker-primary {
|
|
5477
5487
|
background-color: #007bff;
|
|
5478
5488
|
color: #fff;
|
|
@@ -19885,9 +19895,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19885
19895
|
position: relative;
|
|
19886
19896
|
width: 320px;
|
|
19887
19897
|
}
|
|
19888
|
-
.c-slideout .sidebar .sidebar-header {
|
|
19889
|
-
border-bottom-width: 1px;
|
|
19890
|
-
}
|
|
19891
19898
|
.c-slideout .sidebar .sidebar-body {
|
|
19892
19899
|
flex-grow: 1;
|
|
19893
19900
|
overflow: visible;
|
|
@@ -19895,9 +19902,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19895
19902
|
.c-slideout .sidebar .sidebar-footer {
|
|
19896
19903
|
border-top-width: 1px;
|
|
19897
19904
|
}
|
|
19898
|
-
.c-slideout .sidebar .sidebar-header {
|
|
19899
|
-
border-bottom-width: 1px;
|
|
19900
|
-
}
|
|
19901
19905
|
.c-slideout .sidebar .sidebar-body {
|
|
19902
19906
|
flex-grow: 1;
|
|
19903
19907
|
overflow: visible;
|