Skip to content

Commit cf47d32

Browse files
authored
update next-step card title, icon and text (#53)
1 parent 62d3e2d commit cf47d32

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
}
692692

693693
.doc ul.checklist i.fa-check-square-o::before {
694-
content: "\e86c";
694+
content: "\e2e6";
695695
color: var(--link-font-color);
696696
font-size: var(--ds-space-2h);
697697
width: calc(20 / var(--rem-base) * 1rem);

src/css/ds-card.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,26 @@
158158

159159
/* Card child list anchor with tutorial/guide icon */
160160

161-
.ds-card .unstyled li:first-of-type p {
161+
.ds-card .unstyled li:first-of-type > p {
162162
display: flex;
163+
align-items: center;
164+
font-weight: var(--body-font-weight-bold);
165+
font-size: calc(13 / var(--rem-base) * 1rem);
166+
}
167+
168+
.ds-card .unstyled li:first-of-type > .paragraph p {
169+
font-size: calc(14.5 / var(--rem-base) * 1rem);
163170
}
164171

165172
.ds-card .unstyled li:first-of-type .material-icons {
173+
font-size: calc(16 / var(--rem-base) * 1rem);
174+
height: calc(16 / var(--rem-base) * 1rem);
166175
margin-right: var(--ds-space-h);
167176
}
168177

169-
.ds-card .unstyled li:first-of-type p a {
178+
.ds-card .unstyled li:first-of-type > p a {
170179
flex: 1;
180+
font-size: calc(16 / var(--rem-base) * 1rem);
171181
}
172182

173183
/* text-overflow */

0 commit comments

Comments
 (0)