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 +}