diff options
Diffstat (limited to 'components/notification/notification-error.html')
-rw-r--r-- | components/notification/notification-error.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/components/notification/notification-error.html b/components/notification/notification-error.html new file mode 100644 index 0000000..b3a6d77 --- /dev/null +++ b/components/notification/notification-error.html @@ -0,0 +1,21 @@ +<div class="sdc-notification type-error " 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>
\ No newline at end of file |