Issue #3497388 by Alyciamjones, jwitkowski79: Implement designs for Paragraph...
Issue #3497388 by Alyciamjones, jwitkowski79: Implement designs for Paragraph component within Olivero for XB
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
added 35 commits
-
b9bfad67...bd07b464 - 29 commits from branch
project:1.x
- 5463d9ce - Issue #3497388 by Alyciamjones, jwitkowski79: Implement designs for Paragraph...
- 0739a13a - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- ff3055c2 - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- 43e3e7fc - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- fa40a060 - Tweaks to paragraph component
- 518746f4 - Use textarea for paragraph text prop
Toggle commit list-
b9bfad67...bd07b464 - 29 commits from branch
6 @media (min-width: 1024px) { 7 .paragraph { 8 display: grid; 9 grid-template-columns: repeat(12, minmax(0, 1fr)); 10 } 11 12 .paragraph__content { 13 grid-column: 3 / 10; 14 grid-column-start: 3; 15 } 16 } 17 18 .paragraph--large { 19 font-size: 1.5rem; 20 font-weight: 700; 21 line-height: 2.8125rem; This might be out of scope for this issue but is there a reason why some of the variations are using CSS variables but for example the large one is not?
It looks very clear in the other variations that the line height is coming from the base variable but here it's not that obvious.
Since this issue is very time critical, it's not a huge deal but is there for example a follow-up issue where these text styles would be unified with CSS variables? It would make it much easier for developers just looking at the CSS without the Figma link to understand the logic.
Would be also really nice if it would be possible to find the Figma link later from Git.
I suggest we handle this here:
added 1 commit
- 4c6fbfe5 - Remove attributes, change status & formatting.
added 17 commits
-
4c6fbfe5...17b722de - 10 commits from branch
project:1.x
- eae01dad - Issue #3497388 by Alyciamjones, jwitkowski79: Implement designs for Paragraph...
- daf7860f - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- a1f99252 - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- 4a74bd41 - Issue #3497388 by boulaffasae, ckrina, Alyciamjones, jwitkowski79: Implement...
- c3943bf5 - Tweaks to paragraph component
- 0010ad1c - Use textarea for paragraph text prop
- 910a4004 - Remove attributes, change status & formatting.
Toggle commit list-
4c6fbfe5...17b722de - 10 commits from branch