Skip to content

Commit f1cfcb1

Browse files
authored
Merge pull request #381 from user-interviews/feature/UIDS-380-update-card-large-option
Add lg option to Card styles
2 parents 532a2ff + 250dcf6 commit f1cfcb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Card/Card.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ $card-width-xs: 15rem;
6464
padding: 0;
6565
}
6666

67+
&--lg {
68+
@include media-breakpoint-up(sm) {
69+
max-width: $card-width;
70+
}
71+
}
72+
6773
&--md {
6874
@include media-breakpoint-up(sm) {
6975
max-width: $card-width-md;

0 commit comments

Comments
 (0)