@beacon-interactive-systems-llc/beacon-platform-ui 19.3.6 → 19.3.8
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/package.json
CHANGED
package/styles/_buttons.scss
CHANGED
|
@@ -294,14 +294,14 @@ $platform_globalsearch_contrasts: (
|
|
|
294
294
|
flex: 1 1 0px;
|
|
295
295
|
|
|
296
296
|
.advanced-search-filters {
|
|
297
|
-
width:
|
|
297
|
+
width: 350px;
|
|
298
298
|
|
|
299
299
|
.advanced-search-form {
|
|
300
300
|
.search-form-row {
|
|
301
301
|
padding: 12px 0px;
|
|
302
302
|
|
|
303
303
|
.platform-selection-list {
|
|
304
|
-
max-height:
|
|
304
|
+
max-height: 200px;
|
|
305
305
|
|
|
306
306
|
.platform-list-option {
|
|
307
307
|
max-height: 35px;
|
package/styles/_layout.scss
CHANGED
|
@@ -646,7 +646,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
646
646
|
.detail__body__section--no-side-bar, .detail__body__section--no-side-bar--expanded {
|
|
647
647
|
width: calc(100vw - $leftnav-collapsed-width - 24px) !important;
|
|
648
648
|
}
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
|
|
651
651
|
.list-view-container {
|
|
652
652
|
@include themify($platform_layout_contrasts) {
|
|
@@ -706,7 +706,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
706
706
|
display: flex;
|
|
707
707
|
align-items: center;
|
|
708
708
|
justify-content: space-between;
|
|
709
|
-
height: 32px;
|
|
709
|
+
min-height: 32px;
|
|
710
710
|
padding: 0px 12px 0px 16px;
|
|
711
711
|
}
|
|
712
712
|
|
|
@@ -718,7 +718,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
718
718
|
display: flex;
|
|
719
719
|
align-items: center;
|
|
720
720
|
justify-content: space-between;
|
|
721
|
-
height: 40px;
|
|
721
|
+
min-height: 40px;
|
|
722
722
|
padding: 0px 16px;
|
|
723
723
|
|
|
724
724
|
.controls {
|
|
@@ -757,7 +757,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
757
757
|
display: flex;
|
|
758
758
|
align-items: center;
|
|
759
759
|
justify-content: space-between;
|
|
760
|
-
height: 48px;
|
|
760
|
+
min-height: 48px;
|
|
761
761
|
padding: 0px 16px;
|
|
762
762
|
margin-bottom: 7px;
|
|
763
763
|
}
|