File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ INPUT TEXT
8
8
<input type =" text" class =" input-text" placeholder =" Enter Username" >
9
9
10
10
<h3 >Input with Icon</h3 >
11
- <input type =" text" class =" input-text icon" placeholder =" Enter Username" >
11
+ <input type =" text" class =" input-text icon fingerprint-bg " placeholder =" Enter Username" >
12
12
13
13
<h3 >Input with Overlay Button</h3 >
14
14
<div class =" input-btn" >
Original file line number Diff line number Diff line change 7
7
8
8
<form action =" " >
9
9
<div class =" input-btn" >
10
- <input type =" text" class =" input-text icon" placeholder =" Enter Username" >
10
+ <input type =" text" class =" input-text icon user-bg " placeholder =" Enter Username" >
11
11
<button class =" grey" >Forgot?</button >
12
12
</div >
13
13
14
14
<div class =" input-btn" >
15
- <input type =" text" class =" input-text icon" placeholder =" Enter Password" >
15
+ <input type =" text" class =" input-text icon fingerprint-bg " placeholder =" Enter Password" >
16
16
<button class =" grey" >Forgot?</button >
17
17
</div >
18
18
Original file line number Diff line number Diff line change 6
6
</div >
7
7
8
8
<form action =" " >
9
- <input type =" text" class =" input-text icon" placeholder =" Username" >
9
+ <input type =" text" class =" input-text icon user-bg " placeholder =" Username" >
10
10
11
11
<div class =" row no-gutters" >
12
12
<div class =" col-sm-12 col-md-6 first-name" >
13
- <input type =" text" class =" input-text icon" placeholder =" First Name" >
13
+ <input type =" text" class =" input-text icon lines-bg " placeholder =" First Name" >
14
14
</div >
15
15
<div class =" col-sm-12 col-md-6 last-name" >
16
- <input type =" text" class =" input-text icon" placeholder =" Last Name" >
16
+ <input type =" text" class =" input-text icon lines-bg " placeholder =" Last Name" >
17
17
</div >
18
18
</div >
19
19
20
- <input type =" text" class =" input-text icon" placeholder =" Email Address" >
20
+ <input type =" text" class =" input-text icon mail-bg " placeholder =" Email Address" >
21
21
22
- <input type =" text" class =" input-text icon" placeholder =" Password" >
22
+ <input type =" text" class =" input-text icon fingerprint-bg " placeholder =" Password" >
23
23
24
24
<div class =" row footer" >
25
25
<div class =" button-solid" >
Original file line number Diff line number Diff line change 1
1
.input-text {
2
2
& .icon {
3
- background : $nav-border url (" /images/fingerprint.png" ) no-repeat 30px center ;
4
3
background-size : 35px ;
5
4
padding-left : 95px ;
5
+ background-color : $nav-border ;
6
+ background-repeat : no-repeat ;
7
+ background-position-x : 30px ;
8
+ background-position-y : center ;
6
9
}
7
10
}
Original file line number Diff line number Diff line change 1
1
.login-signup {
2
+ @include dimensions (100% , auto );
2
3
background : url (" /images/loginsvg.svg" ) no-repeat 50% -50px ;
3
4
background-size : 1250px ;
4
5
}
You can’t perform that action at this time.
0 commit comments