generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MWPW-161015 Adds new segment-timeline classes (#3328)
* Initial updates to handle new UX requirements * Add segment udpates * Fix class * Fix center text * rtl updates for segments * Remove rtl test * Add back padding * Fix padding and columns * Add fix for bad class * Remove comment * Update tests * Fix test * Update libs/blocks/timeline/timeline.js --------- Co-authored-by: Vivian A Goodrich <101133187+vgoodric@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
220 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div class="timeline segment-timeline-9"> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>linear-gradient(to right, #E63888 0, #E9740A 100%)</p> | ||
<h3 id="day-1">Day 1</h3> | ||
<p>If you start your free trial today | 14 <strong>-day free trial</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>#FFCE2E</p> | ||
<h3 id="day-8">Day 8</h3> | ||
<p>Your subscription starts and billing begins | 7 <strong>-day full refund period</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<h3 id="day-21">Day 21</h3> | ||
<p>Full refund period ends</p> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div class="timeline segment-timeline-9-3"> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>linear-gradient(to right, #E63888 0, #E9740A 100%)</p> | ||
<h3 id="day-1">Day 1</h3> | ||
<p>If you start your free trial today | 14 <strong>-day free trial</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>#FFCE2E</p> | ||
<h3 id="day-8">Day 8</h3> | ||
<p>Your subscription starts and billing begins | 7 <strong>-day full refund period</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<h3 id="day-21">Day 21</h3> | ||
<p>Full refund period ends</p> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters