ode-bootstrap 1.1.2-feat-explorer.202304060953 → 1.1.2-feat-explorer.202304111459

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 06/04/2023 09:54:02
1
+ ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 11/04/2023 14:59:46
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap",
3
- "version": "1.1.2-feat-explorer.202304060953",
3
+ "version": "1.1.2-feat-explorer.202304111459",
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",
@@ -38,12 +38,25 @@ $modal-max-width-lg: 872px;
38
38
  // scss-docs-end modal-css-vars
39
39
 
40
40
  .modal-dialog {
41
+ margin-top: $spacer-32;
42
+ margin-bottom: $spacer-32;
43
+
44
+ @include media-breakpoint-up(md) {
45
+ margin-top: $spacer-48;
46
+ margin-bottom: $spacer-48;
47
+ }
48
+
49
+ @include media-breakpoint-up(lg) {
50
+ margin-top: $spacer-64;
51
+ margin-bottom: $spacer-64;
52
+ }
53
+
41
54
  &.modal-md,
42
55
  &.modal-lg {
43
56
  @include media-breakpoint-up(xs) {
44
57
  max-width: fit-content;
45
- margin-left: $spacer-16;
46
- margin-right: $spacer-16;
58
+ margin-left: auto;
59
+ margin-right: auto;
47
60
  }
48
61
  & > .modal-content {
49
62
  @include media-breakpoint-up(xs) {
@@ -65,8 +78,8 @@ $modal-max-width-lg: 872px;
65
78
 
66
79
  &.modal-lg {
67
80
  @include media-breakpoint-up(md) {
68
- margin-left: $spacer-32;
69
- margin-right: $spacer-32;
81
+ margin-left: auto;
82
+ margin-right: auto;
70
83
  }
71
84
  @include media-breakpoint-up(lg) {
72
85
  max-width: var(--#{$prefix}modal-max-width-lg);
@@ -100,15 +113,5 @@ $modal-max-width-lg: 872px;
100
113
  }
101
114
  }
102
115
  }
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
- }
113
116
  }
114
117
  }