Skip to content

Commit 3808385

Browse files
committed
add subtext styles
1 parent 95a4dd8 commit 3808385

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/styles/cards/_base.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
flex: 1;
1818
margin: 15px 20px 15px;
1919
}
20+
&__text--small,
21+
&__subtext {
22+
font-size: .875rem;
23+
}
24+
&__subtext {
25+
font-weight: 500;
26+
>span {
27+
font-size: 90%;
28+
font-weight: normal;
29+
}
30+
}
31+
&
2032
&__icon-link {
2133
transition: all 0.3s ease;
2234
&:hover {

0 commit comments

Comments
 (0)