This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-35
lines changed Expand file tree Collapse file tree 2 files changed +4
-35
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,6 @@ img.sign-gravatar {
1414 margin-bottom : 20px ;
1515}
1616
17- /* form
18- ========================================================================== */
19- .sign .in [type = "email" ],
20- .sign .in [type = "password" ] {
21- margin : 0 0 -1px ;
22- position : relative;
23- top : -1px ;
24- }
25-
26- .sign .in [type = "email" ] {
27- border-bottom-left-radius : 0 ;
28- border-bottom-right-radius : 0 ;
29- }
30-
31- .sign .in [type = "password" ] {
32- border-top-left-radius : 0 ;
33- border-top-right-radius : 0 ;
34- }
35-
36- .sign .in [type = "submit" ] {
37- margin-top : 15px ;
38- }
39-
40- .sign .in input : focus {
41- z-index : 1 ;
42- }
43-
44- .sign .in input : first-child {
45- top : -1px ;
46- }
47-
4817/* layout
4918 ========================================================================== */
5019.container {
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ <h1>Welcome!</h1>
3131
3232 <!-- sign in form -->
3333 < div class ="sign in ">
34- < form >
35- < input type ="email " placeholder ="E-mail " required class ="full width ">
36- < input type ="password " placeholder ="Password " required class ="full width ">
34+ < form class =" group " >
35+ < input type ="email " placeholder ="E-mail " required class ="top full width ">
36+ < input type ="password " placeholder ="Password " required class ="bottom full width ">
3737 < div class ="align right ">
38- < input type ="submit " class =" button primary " value =" Sign in ">
38+ < input type ="submit " value =" Sign in " class =" button primary ">
3939 </ div >
4040 </ form >
4141 </ div >
You can’t perform that action at this time.
0 commit comments