Skip to content

Commit 6b3d403

Browse files
committed
Bordered images
1 parent 281aea1 commit 6b3d403

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/assets/sass/modules/_embedded-content.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ img {
6868
border-radius: 50%;
6969
}
7070

71+
/**
72+
* Bordered images.
73+
*
74+
* Example HTML:
75+
*
76+
* <img class="img--bordered">
77+
*/
78+
79+
.img--bordered {
80+
border: 1px solid $color-border-light;
81+
}
82+
7183
/**
7284
* Consistent margins on `figure`.
7385
*/

0 commit comments

Comments
 (0)