@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/css/components/scorecard.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +1 -1
- package/scss/components/_scorecard.scss +5 -0
package/package.json
CHANGED
|
@@ -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 {
|