Update launcher.css

This commit is contained in:
Richie Bendall 2021-08-27 20:09:36 +12:00 committed by GitHub
parent bf6a8fb154
commit 35ed1f82e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);