@createiq/swagger-ui-scss 5.32.2 → 5.32.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/swagger-ui-scss",
3
- "version": "5.32.2",
3
+ "version": "5.32.4",
4
4
  "main": "./style/main.scss",
5
5
  "homepage": "https://github.com/swagger-api/swagger-ui",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  justify-content: center;
10
10
 
11
11
  .btn-done {
12
- margin-right: 1em;
12
+ margin-left: 1em;
13
13
  }
14
14
  }
15
15
 
@@ -682,7 +682,10 @@
682
682
 
683
683
  .scheme-container {
684
684
  margin: 0 0 20px 0;
685
- padding: 30px 0;
685
+ padding: 15px 0;
686
+ position: sticky;
687
+ top: 0;
688
+ z-index: 9999;
686
689
 
687
690
  background: $scheme-container-background-color;
688
691
  box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);
@@ -711,7 +714,8 @@
711
714
  font-weight: bold;
712
715
 
713
716
  display: flex;
714
- flex-direction: column;
717
+ align-items: center;
718
+ column-gap: 10px;
715
719
 
716
720
  margin: -20px 15px 0 0;
717
721
 
package/style/_modal.scss CHANGED
@@ -16,7 +16,7 @@
16
16
  bottom: 0;
17
17
  left: 0;
18
18
 
19
- background: rgba($dialog-ux-backdrop-background-color, 0.8);
19
+ background: rgba($dialog-ux-backdrop-background-color, 0.5);
20
20
  }
21
21
 
22
22
  .modal-ux {