diff --git a/app/assets/images/icons/clock.svg b/app/assets/images/icons/clock.svg new file mode 100644 index 000000000..b705ba219 --- /dev/null +++ b/app/assets/images/icons/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/icons/help.svg b/app/assets/images/icons/help.svg new file mode 100644 index 000000000..1248f48c1 --- /dev/null +++ b/app/assets/images/icons/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/icons/phone.svg b/app/assets/images/icons/phone.svg new file mode 100644 index 000000000..7ffb850f1 --- /dev/null +++ b/app/assets/images/icons/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/new_design/icons.scss b/app/assets/stylesheets/new_design/icons.scss index b01ffd322..d5623b221 100644 --- a/app/assets/stylesheets/new_design/icons.scss +++ b/app/assets/stylesheets/new_design/icons.scss @@ -100,6 +100,18 @@ object-fit: contain; } + &.help { + background-image: image-url("icons/help.svg"); + } + + &.phone { + background-image: image-url("icons/phone.svg"); + } + + &.clock { + background-image: image-url("icons/clock.svg"); + } + &.smile { background-image: image-url("icons/smile-regular.svg"); } diff --git a/app/views/root/patron.html.haml b/app/views/root/patron.html.haml index acc9d8012..06e7e45b1 100644 --- a/app/views/root/patron.html.haml +++ b/app/views/root/patron.html.haml @@ -24,6 +24,9 @@ %span.icon.sign-out %span.icon.info %span.icon.delete + %span.icon.help + %span.icon.phone + %span.icon.clock %span.icon.download %span.icon.frown %span.icon.meh