ode-bootstrap 1.1.2-feat-explorer.202303291519 → 1.1.2-feat-explorer.202304031447

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/dist/version.txt CHANGED
@@ -1 +1 @@
1
- ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 29/03/2023 15:20:22
1
+ ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 03/04/2023 14:48:06
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap",
3
- "version": "1.1.2-feat-explorer.202303291519",
3
+ "version": "1.1.2-feat-explorer.202304031447",
4
4
  "description": "Open Digital Education CSS framework based on bootstrap",
5
5
  "scripts": {
6
6
  "copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
@@ -2,7 +2,7 @@ $modal-inner-padding: $spacer-0;
2
2
  $modal-content-padding: $spacer-32;
3
3
  $modal-header-padding: $spacer-0;
4
4
  $modal-footer-padding: $spacer-0;
5
- $modal-dialog-margin: $spacer-120;
5
+ $modal-dialog-margin: $spacer-64;
6
6
  $modal-title-line-height: 3.2rem;
7
7
  $modal-footer-gap: $spacer-8;
8
8
  $modal-max-width-md: 648px;
@@ -100,5 +100,15 @@ $modal-max-width-lg: 872px;
100
100
  }
101
101
  }
102
102
  }
103
+
104
+ @include media-breakpoint-up(sm) {
105
+ margin-top: $spacer-32;
106
+ margin-bottom: $spacer-32;
107
+ }
108
+
109
+ @include media-breakpoint-up(md) {
110
+ margin-top: $spacer-48;
111
+ margin-bottom: $spacer-48;
112
+ }
103
113
  }
104
114
  }