@clayui/css 3.51.0 → 3.54.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.
@@ -11191,6 +11191,7 @@ html:not(#__):not(#___) .cadmin .navbar-nav .nav-item .dropdown {
11191
11191
  align-items: center;
11192
11192
  display: flex;
11193
11193
  word-wrap: normal;
11194
+ max-width: 100%;
11194
11195
  }
11195
11196
  html:not(#__):not(#___) .cadmin .navbar-nav .nav-item > .custom-control,
11196
11197
  html:not(#__):not(#___) .cadmin .navbar-nav .nav-item > .form-check {
@@ -14435,6 +14436,17 @@ html:not(#__):not(#___) .cadmin .popover .arrow::after {
14435
14436
  html:not(#__):not(#___) .cadmin .popover .inline-scroller {
14436
14437
  max-height: 238px;
14437
14438
  }
14439
+ html:not(#__):not(#___) .cadmin .popover-secondary {
14440
+ box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
14441
+ }
14442
+ html:not(#__):not(#___) .cadmin .popover-secondary .popover-header {
14443
+ background-color: transparent;
14444
+ border-color: transparent;
14445
+ padding-bottom: 0;
14446
+ }
14447
+ html:not(#__):not(#___) .cadmin .popover-secondary .close {
14448
+ color: #6b6c7e;
14449
+ }
14438
14450
  html:not(#__):not(#___) .cadmin .bs-popover-bottom,
14439
14451
  html:not(#__):not(#___) .cadmin .bs-popover-auto[x-placement^=bottom] {
14440
14452
  margin-top: 4.8px;
@@ -14555,7 +14567,7 @@ html:not(#__):not(#___) .cadmin .popover-header {
14555
14567
  margin-top: 0;
14556
14568
  padding: 12px 0;
14557
14569
  }
14558
- html:not(#__):not(#___) .cadmin .popover-header::empty {
14570
+ html:not(#__):not(#___) .cadmin .popover-header:empty {
14559
14571
  display: none;
14560
14572
  }
14561
14573
  html:not(#__):not(#___) .cadmin .popover-body {
@@ -14564,6 +14576,9 @@ html:not(#__):not(#___) .cadmin .popover-body {
14564
14576
  color: #6b6c7e;
14565
14577
  padding: 12px 16px;
14566
14578
  }
14579
+ html:not(#__):not(#___) .cadmin .popover-width-lg {
14580
+ max-width: 421px;
14581
+ }
14567
14582
  html:not(#__):not(#___) .cadmin .clay-popover-top,
14568
14583
  html:not(#__):not(#___) .cadmin .clay-popover-top-left,
14569
14584
  html:not(#__):not(#___) .cadmin .clay-popover-top-right {