Skip to content

Commit fc0aaf4

Browse files
committed
page renders,styling appears complete
1 parent 6d74036 commit fc0aaf4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/pages/register/register.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ page-register {
4242
}
4343

4444
.inputs {
45+
position: relative;
46+
border: 1px solid #e5e6e6;
47+
background-color: #f8f8f8;
48+
padding-left: 60px;
4549
font-size: 25px;
4650
}
4751

@@ -186,6 +190,11 @@ page-register {
186190
#header {
187191
padding: 20px;
188192
}
193+
194+
page-login .inputs {
195+
margin: auto;
196+
width: 70%;
197+
}
189198
}
190199

191200
.invalid {

0 commit comments

Comments
 (0)