From df9087ba17d610c015d010e76a5168902ed958ee Mon Sep 17 00:00:00 2001
From: Bruno Windels <brunow@element.io>
Date: Thu, 4 Feb 2021 17:08:18 +0100
Subject: [PATCH] styling for preferred client

---
 css/client.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/css/client.css b/css/client.css
index ba65ad6..f37cc2b 100644
--- a/css/client.css
+++ b/css/client.css
@@ -16,6 +16,11 @@
     padding: 16px;
 }
 
+.ClientView.isPreferred {
+    border: 3px solid var(--link);
+    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.05);
+}
+
 .ClientView .hostedBanner {
     text-align: center;
     margin-bottom: 29px;
-- 
GitLab