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 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 );
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments