Skip to content

Commit 04ad7a5

Browse files
committed
custom css based on card type
1 parent f939d71 commit 04ad7a5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

web-components/card-tile/card-tile.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ h2 {
55
margin: 0em;
66
}
77

8+
.support-card h2 {
9+
font-weight: 500;
10+
}
11+
812
p {
913
font-size: var(--plex-18);
1014
}
@@ -34,6 +38,10 @@ a {
3438
flex-flow: column nowrap;
3539
}
3640

41+
.support-card {
42+
margin: 0.5em;
43+
}
44+
3745
.card div:nth-child(0) {
3846
flex-grow: 1;
3947
}
@@ -61,4 +69,8 @@ a {
6169
.card {
6270
height: 18.75em;
6371
}
72+
73+
.support-card {
74+
height: 12em;
75+
}
6476
}

0 commit comments

Comments
 (0)