From 02de7d76e48ff602a6c97159984cb9f27b5784e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 4 Feb 2020 16:25:58 +0100 Subject: Add ability to clone contact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/ContactDetails.scss | 17 +++++++++++++++++ css/icons.scss | 2 ++ 2 files changed, 19 insertions(+) (limited to 'css') diff --git a/css/ContactDetails.scss b/css/ContactDetails.scss index ad23836b..6fb500c9 100644 --- a/css/ContactDetails.scss +++ b/css/ContactDetails.scss @@ -138,3 +138,20 @@ } } } + +#pick-addressbook-modal { + .modal-container { + display: flex; + overflow: visible; + flex-wrap: wrap; + justify-content: space-evenly; + margin-bottom: 20px; + padding: 10px; + background-color: #fff; + .multiselect { + flex: 1 1 100%; + width: 100%; + margin-bottom: 20px; + } + } +} diff --git a/css/icons.scss b/css/icons.scss index 36202b26..0d7c99d0 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -29,6 +29,7 @@ @include icon-black-white('up', 'contacts', 1); @include icon-black-white('no-calendar', 'contacts', 1); @include icon-black-white('language', 'contacts', 2); +@include icon-black-white('clone', 'contacts', 2); .icon-up-force-white { // using #fffffe to trick the accessibility dark theme icon invert @@ -54,3 +55,4 @@ // using #fffffe to trick the accessibility dark theme icon invert @include icon-color('picture', 'places', '#fffffe', 1, true); } + -- cgit v1.2.3