File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 691
691
}
692
692
693
693
.doc ul .checklist i .fa-check-square-o ::before {
694
- content : "\e86c " ;
694
+ content : "\e2e6 " ;
695
695
color : var (--link-font-color );
696
696
font-size : var (--ds-space-2h );
697
697
width : calc (20 / var (--rem-base ) * 1rem );
Original file line number Diff line number Diff line change 158
158
159
159
/* Card child list anchor with tutorial/guide icon */
160
160
161
- .ds-card .unstyled li : first-of-type p {
161
+ .ds-card .unstyled li : first-of-type > p {
162
162
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 );
163
170
}
164
171
165
172
.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 );
166
175
margin-right : var (--ds-space-h );
167
176
}
168
177
169
- .ds-card .unstyled li : first-of-type p a {
178
+ .ds-card .unstyled li : first-of-type > p a {
170
179
flex : 1 ;
180
+ font-size : calc (16 / var (--rem-base ) * 1rem );
171
181
}
172
182
173
183
/* text-overflow */
You can’t perform that action at this time.
0 commit comments