@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/atlas.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>
|
|
@@ -5628,6 +5628,16 @@ input[type=button].btn-block {
|
|
|
5628
5628
|
right: -1.5rem;
|
|
5629
5629
|
}
|
|
5630
5630
|
|
|
5631
|
+
.sticker-xxl {
|
|
5632
|
+
font-size: 2.5rem;
|
|
5633
|
+
height: 5rem;
|
|
5634
|
+
line-height: 5rem;
|
|
5635
|
+
width: 5rem;
|
|
5636
|
+
}
|
|
5637
|
+
.sticker-xxl .lexicon-icon {
|
|
5638
|
+
font-size: 1.5rem;
|
|
5639
|
+
}
|
|
5640
|
+
|
|
5631
5641
|
.sticker-primary {
|
|
5632
5642
|
background-color: #fff;
|
|
5633
5643
|
color: #0b5fff;
|
|
@@ -21467,9 +21477,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21467
21477
|
position: relative;
|
|
21468
21478
|
width: 320px;
|
|
21469
21479
|
}
|
|
21470
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21471
|
-
border-bottom-width: 1px;
|
|
21472
|
-
}
|
|
21473
21480
|
.c-slideout .sidebar .sidebar-body {
|
|
21474
21481
|
flex-grow: 1;
|
|
21475
21482
|
overflow: visible;
|
|
@@ -21477,9 +21484,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21477
21484
|
.c-slideout .sidebar .sidebar-footer {
|
|
21478
21485
|
border-top-width: 1px;
|
|
21479
21486
|
}
|
|
21480
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21481
|
-
border-bottom-width: 1px;
|
|
21482
|
-
}
|
|
21483
21487
|
.c-slideout .sidebar .sidebar-body {
|
|
21484
21488
|
flex-grow: 1;
|
|
21485
21489
|
overflow: visible;
|