@ilo-org/styles 1.8.2 → 1.8.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ilo-org/styles",
3
3
  "description": "Styles for products using ILO's Design System",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -159,16 +159,21 @@
159
159
 
160
160
  .ilo--status {
161
161
  grid-area: status;
162
+ margin-bottom: 0;
162
163
  }
163
164
 
164
165
  #{$self}--title {
165
166
  grid-area: title;
166
167
  @include typography("heading-4");
168
+ margin-bottom: 0;
169
+ align-self: center;
167
170
  }
168
171
 
169
172
  #{$self}--area--content {
170
173
  grid-area: content;
171
174
  flex-flow: row wrap;
175
+ margin-bottom: 0;
176
+ align-items: center;
172
177
  }
173
178
 
174
179
  #{$self}--area--cta {