Spotify.NET/SpotifyAPI.Web.Auth/Resources/auth_assets/main.css
Jonas Dellinger 163200f65c Added ErrorReceived to embedded auth server
Also style the default HTML site based on error/success values. Fixes #566
2021-04-15 17:54:43 +02:00

27 lines
288 B
CSS

html,
body {
width: 100%;
height: 100%;
}
body {
color: #f5f6fa;
background-color: #353b48;
width: 100%;
height: 100%;
background-attachment: fixed;
}
main {
text-align: center;
margin-top: 100px;
}
.logo {
margin-bottom: 50px;
}
.hidden {
visibility: hidden;
}