@total_onion/onion-library 2.0.155 → 2.0.157

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.
@@ -327,10 +327,14 @@
327
327
 
328
328
  .instructions-text {
329
329
  font-family: var(--tertiary-font-family);
330
- font-size: core-functions-v3.fontSize(30);
330
+ font-size: core-functions-v3.fontSize(24);
331
331
  font-weight: 300;
332
332
  text-box-trim: trim-both;
333
333
  text-box-edge: cap alphabetic;
334
+
335
+ @include core-mixins-v3.device(breakpoints.$tabPortrait) {
336
+ font-size: core-functions-v3.fontSize(30);
337
+ }
334
338
  }
335
339
  }
336
340
  }
@@ -161,7 +161,8 @@
161
161
  li {
162
162
  // @include core-typography-mixins-v3.p();
163
163
  }
164
- ol {
164
+ ol,
165
+ ul {
165
166
  padding: 0; //reset default padding
166
167
  margin: 0; //reset default margin
167
168
  // font-family: var(--secondary-font-family);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.155",
3
+ "version": "2.0.157",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {