mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 22:33:57 -04:00
Create cookie-based login and authentication system
This commit is contained in:
parent
45221365b5
commit
0bc3dc3830
46 changed files with 528 additions and 195 deletions
|
@ -1891,6 +1891,20 @@ form[action="/ebooks"] button{
|
|||
margin-top: 1.4rem;
|
||||
}
|
||||
|
||||
form.single-row{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
form.single-row label{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form.single-row button{
|
||||
align-self: flex-end;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
article nav ol li:not(:first-child):not(:last-child):not(.highlighted),
|
||||
main.ebooks nav ol li:not(:first-child):not(:last-child):not(.highlighted){
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue