From 35ed1f82e04f50e00d46617023ee66d335cf94ec Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 27 Aug 2021 20:09:36 +1200 Subject: [PATCH] Update launcher.css --- app/assets/css/launcher.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 9fbcf949..cb343067 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -874,11 +874,17 @@ body, button { } #loginMSButton { - background: none; + background-color: #006EFA; border: none; margin-top: 5px; margin-bottom: 10px; font-size: 20px; + display: flex; + padding: 16px; + gap: 15px; + font-weight: bold; + align-items: center; + cursor: pointer; } #loginMSButton:disabled { color: rgba(255, 255, 255, 0.75); @@ -3811,4 +3817,4 @@ input:checked + .toggleSwitchSlider:before { /* Class which is applied when the spinner image is spinning. */ .rotating { animation: rotating 10s linear infinite; -} \ No newline at end of file +}