mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-15 02:48:06 +03:00
Merge remote-tracking branch 'galen/login-page' into pending
added pill
This commit is contained in:
commit
e108f44b86
@ -453,6 +453,7 @@
|
|||||||
;span#ship(contenteditable "");
|
;span#ship(contenteditable "");
|
||||||
==
|
==
|
||||||
;input#pass(type "password");
|
;input#pass(type "password");
|
||||||
|
;h2.advice: (Your login code has been printed to your console.)
|
||||||
;pre:code#err;
|
;pre:code#err;
|
||||||
;script@"/~/at/~/auth.js";
|
;script@"/~/at/~/auth.js";
|
||||||
;script:'''
|
;script:'''
|
||||||
|
15
lib/base.css
15
lib/base.css
@ -110,9 +110,13 @@ code,
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-weight: 500;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:after {
|
h1:after {
|
||||||
@ -120,6 +124,15 @@ h1:after {
|
|||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.advice {
|
||||||
|
margin-top: 2rem;
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
#c pre {
|
#c pre {
|
||||||
font-size: .6rem;
|
font-size: .6rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user