File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def render(context)
14
14
<div class="accordion__heading" data-ref="accordion[trigger]">
15
15
<%= key.split("|")[0] %>
16
16
<div class="accordion__icon">
17
- <svg width="10 " height="6 " xmlns="http://www.w3.org/2000/svg">
18
- <path d="M1.36.27l-.72.7L5 5.39 9.36.97l-.72-.7L5 3.97z " fill-rule="nonzero "/>
17
+ <svg width="8 " height="5" viewBox="0 0 8 5" fill="none " xmlns="http://www.w3.org/2000/svg">
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.87 4.17s.01 0 0 0l-3.5-4A.498.498 0 004 0c-.15 0-.28.07-.37.17l-3.5 4A.495.495 0 00.5 5h7a.495.495 0 00.37-.83z " fill="#8F95B2 "/>
19
19
</svg>
20
20
</div>
21
21
</div>
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ <h3>{{ item[0] }}</h3>
11
11
< div class ="accordion__heading " data-ref ="accordion[trigger] ">
12
12
{{ itemEl.title }}
13
13
< div class ="accordion__icon ">
14
- {% include icons/symbols/caret-down.svg %}
14
+ < svg width ="8 " height ="5 " viewBox ="0 0 8 5 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
15
+ < path fill-rule ="evenodd " clip-rule ="evenodd " d ="M7.87 4.17s.01 0 0 0l-3.5-4A.498.498 0 004 0c-.15 0-.28.07-.37.17l-3.5 4A.495.495 0 00.5 5h7a.495.495 0 00.37-.83z " fill ="#8F95B2 "/>
16
+ </ svg >
15
17
</ div >
16
18
</ div >
17
19
< div class ="accordion__body " data-ref ="accordion[body] ">
Original file line number Diff line number Diff line change 5
5
margin-top : 25px ;
6
6
7
7
& + & {
8
- border-top : 1px solid rgba ( color (secondary ), 0.16 );
8
+ border-top : 1px solid color (gray-300 );
9
9
margin-top : 0 ;
10
10
}
11
11
}
12
12
13
13
& __heading {
14
14
padding-right : 20px ;
15
- font-size : 15 px ;
15
+ font-size : 16 px ;
16
16
font-weight : 500 ;
17
- color : color (secondary );
17
+ color : color (gray-800 );
18
18
line-height : 1.71 ;
19
19
position : relative ;
20
20
margin : 17px 0 ;
35
35
}
36
36
37
37
& __link {
38
- text-decoration : underline ;
39
- font-weight : 500 ;
40
- display : block ;
38
+ display : inline-block ;
41
39
margin-top : 7px ;
40
+ font-size : 14px ;
41
+ font-weight : 500 ;
42
+ text-decoration : underline ;
42
43
}
43
44
44
45
& __icon {
45
46
width : 10px ;
46
- color : rgba ( color (secondary-dark ), 0.5 );
47
+ color : color (gray-600 );
47
48
position : absolute ;
48
49
top : 50% ;
49
50
right : 0 ;
You can’t perform that action at this time.
0 commit comments