richie-education 2.30.1-dev17 → 2.30.1-dev18

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": "richie-education",
3
- "version": "2.30.1-dev17",
3
+ "version": "2.30.1-dev18",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {
@@ -23,11 +23,6 @@
23
23
  padding: 1rem;
24
24
  }
25
25
 
26
- // Impose tiny horizontal padding to every section row
27
- .section__row {
28
- padding: $cell-gutter;
29
- }
30
-
31
26
  // ----------
32
27
  // Shared base adjustments for short columns (25+33+50)
33
28
  // ----------
@@ -117,6 +112,8 @@
117
112
  // ----------
118
113
  &__w25 {
119
114
  @include sv-flex(1, 0, 100%);
115
+ padding: $cell-gutter;
116
+
120
117
  @include media-breakpoint-up(lg) {
121
118
  @include sv-flex(1, 0, 25%);
122
119
  }
@@ -169,6 +166,8 @@
169
166
  // ----------
170
167
  &__w33 {
171
168
  @include sv-flex(1, 0, 100%);
169
+ padding: $cell-gutter;
170
+
172
171
  @include media-breakpoint-up(lg) {
173
172
  @include sv-flex(1, 0, 33.3333%);
174
173
  }
@@ -193,6 +192,8 @@
193
192
  // ----------
194
193
  &__w50 {
195
194
  @include sv-flex(1, 0, 100%);
195
+ padding: $cell-gutter;
196
+
196
197
  @include media-breakpoint-up(lg) {
197
198
  @include sv-flex(1, 0, 50%);
198
199
  }
@@ -268,6 +269,8 @@
268
269
  // ----------
269
270
  &__w75 {
270
271
  @include sv-flex(1, 0, 100%);
272
+ padding: $cell-gutter;
273
+
271
274
  @include media-breakpoint-up(lg) {
272
275
  @include sv-flex(1, 0, 75%);
273
276
  }