mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-05 07:32:18 +00:00
Basic auth flow
This commit is contained in:
parent
965df85383
commit
50154a009c
8 changed files with 265 additions and 20 deletions
15
web/src/Components/Pages/Register.css
Normal file
15
web/src/Components/Pages/Register.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.loginBody {
|
||||
padding: 20px 5px 5px 5px;
|
||||
font-size: 16pt;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.loginFields {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.loginButton {
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
margin-top:-5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue