From c29aed239ccff3de0ae310a0455e98fc54fa1735 Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 24 Oct 2019 14:04:21 +0200 Subject: [PATCH] new icon Signed-off-by: Jakob --- css/icons.scss | 5 +++++ img/attach.svg | 1 + src/components/card/CardSidebar.vue | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 img/attach.svg diff --git a/css/icons.scss b/css/icons.scss index 2410c082d..2b3399b53 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -13,6 +13,10 @@ background-image: url('../img/add-white.svg'); } +.icon-attach { + background-image: url('../img/attach.svg'); +} + .icon-archive { background-image: url('../img/archive.svg'); } @@ -55,6 +59,7 @@ @include icon-black-white('archive', 'deck', 1); @include icon-black-white('circles', 'deck', 1); @include icon-black-white('clone', 'deck', 1); + @include icon-black-white('attach', 'deck', 1); .icon-toggle-compact-collapsed { @include icon-color('toggle-view-expand', 'deck', $color-black); diff --git a/img/attach.svg b/img/attach.svg new file mode 100644 index 000000000..e79ccfee4 --- /dev/null +++ b/img/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index e32dde4c1..1232e3fc9 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -74,7 +74,7 @@
Description
- + {{ currentCard.attachments }}