style the login page
This commit is contained in:
parent
2e37709677
commit
414d31a3cc
5 changed files with 59 additions and 40 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue