-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(card): add ray-card--row (#101)
* feat(card): add a card--horizontal modifier * fix(card): change name to row instead of horiztonal * fix(card): remove some unneeded custom styles * fix(card): fix typo and add a story * fix(card): oop forgot to add image * fix(card-row): add image on right support, add heading h2 styles * fix(card-row): stack on mobile/tablet * fix(ray-card): add support for all ratios * fix(ray-card): add support for bg images * chore: add responsive snapshots
- Loading branch information
Celeste Glavin
authored
May 17, 2019
1 parent
a9488ef
commit d45d2d8
Showing
4 changed files
with
155 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="ray-card ray-card--row"> | ||
<div class="ray-card__image ray-image ray-image--16by9"> | ||
<img | ||
src="https://source.unsplash.com/random/800x450?minimalist" | ||
alt="card graphic" | ||
/> | ||
</div> | ||
|
||
<div class="ray-card__content"> | ||
<div class="ray-card__heading">Better Together</div> | ||
<div> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorem atque | ||
minima itaque sint! Doloremque odio quia saepe. | ||
</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
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