@clayui/css 3.142.2 → 3.145.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/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.142.2
3
+ * Clay 3.145.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>
@@ -6143,12 +6143,6 @@ input[type=button].btn-block {
6143
6143
  position: absolute;
6144
6144
  z-index: 1;
6145
6145
  }
6146
- .form-check-card .custom-control .custom-control-label::before {
6147
- top: 0;
6148
- }
6149
- .form-check-card .custom-control .custom-control-label::after {
6150
- top: 0;
6151
- }
6152
6146
  .form-check-card .custom-control .custom-control-input {
6153
6147
  z-index: 2;
6154
6148
  }
@@ -9616,14 +9610,15 @@ button.link-outline {
9616
9610
  }
9617
9611
 
9618
9612
  .custom-control-label::after {
9619
- background: no-repeat 50%/50% 50%;
9613
+ background: no-repeat 50%/8px 8px;
9614
+ border-radius: 5000px;
9620
9615
  content: "";
9621
9616
  display: block;
9622
- height: 1rem;
9623
- left: 0;
9617
+ height: 1.5rem;
9618
+ left: -0.25rem;
9624
9619
  position: absolute;
9625
- top: 0.25rem;
9626
- width: 1rem;
9620
+ top: 0;
9621
+ width: 1.5rem;
9627
9622
  }
9628
9623
 
9629
9624
  label.custom-control-label {
@@ -9638,16 +9633,18 @@ label.custom-control-label {
9638
9633
  }
9639
9634
  .custom-control-input {
9640
9635
  cursor: pointer;
9641
- height: 1rem;
9642
- left: 0;
9636
+ height: 1.5rem;
9637
+ left: -0.25rem;
9643
9638
  opacity: 0;
9644
9639
  position: absolute;
9645
- top: 0.25rem;
9646
- width: 1rem;
9640
+ top: 0;
9641
+ width: 1.5rem;
9647
9642
  z-index: 1;
9648
9643
  }
9649
9644
  .custom-control-input:focus-visible ~ .custom-control-label::before, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::before {
9650
9645
  border-color: #80bdff;
9646
+ }
9647
+ .custom-control-input:focus-visible ~ .custom-control-label::after, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::after {
9651
9648
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9652
9649
  }
9653
9650
 
@@ -19888,9 +19885,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19888
19885
  position: relative;
19889
19886
  width: 320px;
19890
19887
  }
19891
- .c-slideout .sidebar .sidebar-header {
19892
- border-bottom-width: 1px;
19893
- }
19894
19888
  .c-slideout .sidebar .sidebar-body {
19895
19889
  flex-grow: 1;
19896
19890
  overflow: visible;
@@ -19898,9 +19892,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19898
19892
  .c-slideout .sidebar .sidebar-footer {
19899
19893
  border-top-width: 1px;
19900
19894
  }
19901
- .c-slideout .sidebar .sidebar-header {
19902
- border-bottom-width: 1px;
19903
- }
19904
19895
  .c-slideout .sidebar .sidebar-body {
19905
19896
  flex-grow: 1;
19906
19897
  overflow: visible;