@openedx/paragon 23.17.0 → 23.18.1

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.
@@ -91,6 +91,10 @@
91
91
  &.pgn__searchfield--external {
92
92
  border: none;
93
93
 
94
+ .pgn__searchfield-form {
95
+ background-color: transparent;
96
+ }
97
+
94
98
  &.has-focus {
95
99
  box-shadow: none;
96
100
 
@@ -112,6 +116,7 @@
112
116
  display: flex;
113
117
  align-items: center;
114
118
  width: 100%;
119
+ background-color: var(--pgn-color-search-field-form-bg);
115
120
  border: var(--pgn-size-search-field-border-width-base) solid var(--pgn-color-search-field-border-base);
116
121
 
117
122
  &:hover,
package/dist/core.css CHANGED
@@ -8487,6 +8487,14 @@ p > a.brand-link[href]:not(.btn):hover, a.brand-link.inline-link:hover {
8487
8487
  .box-shadow-centered-5 {
8488
8488
  box-shadow: var(--pgn-elevation-box-shadow-centered-5);
8489
8489
  }
8490
+ .dvh-100 {
8491
+ height: 100vh !important;
8492
+ height: 100dvh !important;
8493
+ }
8494
+ .min-dvh-100 {
8495
+ min-height: 100vh !important;
8496
+ min-height: 100dvh !important;
8497
+ }
8490
8498
  .media {
8491
8499
  display: flex;
8492
8500
  align-items: flex-start;
@@ -15521,6 +15529,9 @@ select.form-control {
15521
15529
  .pgn__searchfield.pgn__searchfield--external {
15522
15530
  border: none;
15523
15531
  }
15532
+ .pgn__searchfield.pgn__searchfield--external .pgn__searchfield-form {
15533
+ background-color: transparent;
15534
+ }
15524
15535
  .pgn__searchfield.pgn__searchfield--external.has-focus {
15525
15536
  box-shadow: none;
15526
15537
  }
@@ -15538,6 +15549,7 @@ select.form-control {
15538
15549
  display: flex;
15539
15550
  align-items: center;
15540
15551
  width: 100%;
15552
+ background-color: var(--pgn-color-search-field-form-bg);
15541
15553
  border: var(--pgn-size-search-field-border-width-base) solid var(--pgn-color-search-field-border-base);
15542
15554
  }
15543
15555
  .pgn__searchfield .pgn__searchfield_wrapper:hover, .pgn__searchfield .pgn__searchfield_wrapper:active {