add basic lastfm hook

This commit is contained in:
sentriz
2019-04-17 21:36:40 +01:00
parent 9f6cd20f5a
commit 4cd9c0c39c
17 changed files with 199 additions and 33 deletions

View File

@@ -8,6 +8,9 @@ form {
max-width: 400px;
margin-left: auto;
margin-right: 0;
display: flex;
flex-direction: column;
align-items: flex-end;
}
/* reset from awsm */
@@ -30,6 +33,10 @@ form input[type=password], form input[type=text] {
margin-bottom: 0.25rem;
}
form input[type=submit] {
width: 8rem;
}
#content > * {
margin: 2rem 0;
}
@@ -81,12 +88,3 @@ form input[type=password], form input[type=text] {
background-color: #fd1b1b1c;
}
#login-form {
display: flex;
flex-direction: column;
align-items: flex-end;
}
#login-form input[type=submit] {
width: 8rem;
}