From 68e23e6f9dff27cbbc153c01a49d5044dbaf960a Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 13 May 2019 15:20:48 +0100 Subject: [PATCH] style edit note button --- .../app/src/components/NoteListingItem/styles.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss b/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss index 914e90dd9..710bd70a2 100644 --- a/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss +++ b/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss @@ -41,4 +41,15 @@ border-left: 2px solid $color--dark-blue; } } + + &__edit { + color: $color--dark-blue; + padding-left: 10px; + margin-left: 10px; + border-left: 2px solid $color--mid-grey; + + svg { + fill: $color--dark-blue; + } + } } -- GitLab