style the login page

This commit is contained in:
counterweight 2025-02-21 16:41:22 +01:00
parent 2e37709677
commit 414d31a3cc
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 59 additions and 40 deletions

View file

@ -31,6 +31,14 @@ h1 {
margin: 1%;
}
#login-card > * {
text-align: center;
margin-right: auto;
margin-left: auto;
display: block;
margin-bottom: 1vh;
}
.create-profile-card-section > * {
text-align: center;
margin-right: auto;
@ -93,7 +101,7 @@ h1 {
color: white;
}
.card-secondarya {
.card-secondary a {
color: white;
}
@ -101,25 +109,30 @@ h1 {
color: #e1c300;
}
#nostr-signup-button {
width: 20vw;
.button-nostr {
background: #a915ff;
border-radius: 1vw;
border: 0;
color: white;
padding: 1%;
cursor: pointer;
}
#nostr-signup-button:hover {
.button-nostr:hover {
background-color: #b941ff;
}
#nostr-signup-button:disabled {
.button-nostr:disabled {
background-color: #d8d8d8;
cursor: default;
border: 0;
}
#nostr-signup-button {
width: 20vw;
border: 0;
}
#nostr-signup-button p {
font-size: 1.5rem;
}