mirror of
https://github.com/urbit/shrub.git
synced 2024-12-03 05:43:18 +03:00
friendly login page
This commit is contained in:
parent
25c64cc4c7
commit
57e9286479
@ -453,6 +453,7 @@
|
||||
;span#ship(contenteditable "");
|
||||
==
|
||||
;input#pass(type "password");
|
||||
;h2.advice: (Your login code has been printed to your console.)
|
||||
;pre:code#err;
|
||||
;script@"/~/at/~/auth.js";
|
||||
;script:'''
|
||||
|
15
lib/base.css
15
lib/base.css
@ -110,9 +110,13 @@ code,
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1:after {
|
||||
@ -120,6 +124,15 @@ h1:after {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h2.advice {
|
||||
margin-top: 2rem;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#c pre {
|
||||
font-size: .6rem;
|
||||
margin-top: 2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user