From c827bd4943267dec26e2b67d97e2b534b3dbf69a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 5 Feb 2021 01:32:08 -0500 Subject: move connection item to own class, add verified check icon also try and fix build --- css/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/main.css') diff --git a/css/main.css b/css/main.css index 9f6c598..961f990 100644 --- a/css/main.css +++ b/css/main.css @@ -269,6 +269,11 @@ padding-top: 5px; } +.profile-notes-label { + padding-top: 5px; + padding-bottom: 5px; +} + .profile-notes-text, .profile-notes-text text { background: @secondary_color; } -- cgit v1.2.3