1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<div class="sdc-notification type-info " data-test-id="">
<div class="sdc-notification__icon_container">
<div class="svg-icon-wrapper sdc-notification_svg-icon bottom">
<svg class="svg-icon __check" version="1.1" id="check_icon" x="0px" y="0px" viewBox="0 0 14 10" style="enable-background:new 0 0 14 10;" xml:space="preserve">
<g transform="translate(0,-952.36218)">
<path d="M13.6,952.4c-0.1,0-0.2,0.1-0.3,0.2c-2.8,2.9-5.6,5.8-8.4,8.7l-4-3.5c-0.2-0.2-0.5-0.2-0.7,0s-0.2,0.5,0,0.7l0,0l4.4,3.7
c0.2,0.2,0.5,0.1,0.6,0c2.9-3,5.8-6,8.7-9.1c0.2-0.2,0.2-0.5,0-0.7C13.8,952.4,13.6,952.4,13.6,952.4L13.6,952.4z">
</path>
</g>
</svg>
</div>
</div>
<div class="sdc-notification__message">
<div class="sdc-notification__title">
Title
</div>
<div class="sdc-notification__text">
message
</div>
</div>
</div>
|