From d41137ad8e580c65acd7808930b1b3718e5f3a56 Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Sat, 1 May 2021 18:18:12 +0530 Subject: [PATCH] [Spotify-ish] Login consistent with other themes (#1073) --- ui/src/themes/spotify.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 028efec49..21faf3182 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -255,25 +255,13 @@ export default { }, NDLogin: { main: { - boxShadow: 'inset 0 0 0 2000px rgba(0, 0, 0, .8)', + boxShadow: 'inset 0 0 0 2000px rgba(0, 0, 0, .75)', }, systemNameLink: { color: '#fff', }, - systemName: { - marginTop: '0.5em', - marginBottom: '1em', - }, - icon: { - backgroundColor: 'inherit', - width: '5em', - height: '5em', - }, card: { - background: 'none', - boxShadow: 'none', - padding: '10px 0', - minWidth: 360, + border: '1px solid #282828', }, avatar: { marginBottom: 0,