File tree Expand file tree Collapse file tree 5 files changed +30
-47
lines changed Expand file tree Collapse file tree 5 files changed +30
-47
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ block view
8
8
h1.float-start.display-3.me-4 404
9
9
h4.pt-3 Oops! You're lost.
10
10
p.text-muted The page you are looking for was not found.
11
- .input-prepend.input-group
12
- .input-group-prepend
13
- span.input-group-text
14
- svg.icon
15
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass" )
11
+ .input-group
12
+ span.input-group-text
13
+ svg.icon
14
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass" )
16
15
input#prependedInput .form-control ( size ='16' , type ='text' , placeholder ='What are you looking for?' )
17
- span.input-group-append
18
- button.btn.btn-info ( type ='button' ) Search
16
+ button.btn.btn-info ( type ='button' ) Search
Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ block view
8
8
h1.float-start.display-3.me-4 500
9
9
h4.pt-3 Houston, we have a problem!
10
10
p.text-muted The page you are looking for is temporarily unavailable.
11
- .input-prepend.input-group
12
- .input-group-prepend
13
- span.input-group-text
14
- svg.icon
15
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass" )
11
+ .input-group
12
+ span.input-group-text
13
+ svg.icon
14
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass" )
16
15
input#prependedInput .form-control ( size ='16' , type ='text' , placeholder ='What are you looking for?' )
17
- span.input-group-append
18
- button.btn.btn-info ( type ='button' ) Search
16
+ button.btn.btn-info ( type ='button' ) Search
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ html(lang='en')
8
8
base( href =base)
9
9
include ../_partials/head.pug
10
10
block styles
11
- body.c-app .flex-row.align-items-center
11
+ body.bg-light.min-vh-100.d-flex .flex-row.align-items-center
12
12
block view
13
13
14
14
include ../_partials/scripts.pug
Original file line number Diff line number Diff line change @@ -3,21 +3,19 @@ extends /_layout/pages.pug
3
3
block view
4
4
.container
5
5
.row.justify-content-center
6
- .col-md -8
7
- .card-group
8
- .card.mb-4 .p-4
6
+ .col-lg -8
7
+ .card-group.d-block.d-md-flex.row
8
+ .card.col-md-7 .p-4.mb-0
9
9
.card-body
10
10
h1 Login
11
11
p.text-muted Sign In to your account
12
12
.input-group.mb-3
13
- .input-group-prepend
14
- span.input-group-text
13
+ span.input-group-text
15
14
svg.icon
16
15
use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-user" )
17
16
input.form-control ( type ='text' , placeholder ='Username' )
18
17
.input-group.mb-4
19
- .input-group-prepend
20
- span.input-group-text
18
+ span.input-group-text
21
19
svg.icon
22
20
use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
23
21
input.form-control ( type ='password' , placeholder ='Password' )
@@ -26,7 +24,7 @@ block view
26
24
button.btn.btn-primary.px-4 ( type ='button' ) Login
27
25
.col-6.text-end
28
26
button.btn.btn-link.px-0 ( type ='button' ) Forgot password?
29
- .card.mb-4 .text-white.bg-primary.py-5.d-md-down-none ( style = 'width:44%' )
27
+ .card.col-md-5 .text-white.bg-primary.py-5
30
28
.card-body.text-center
31
29
div
32
30
h2 Sign up
Original file line number Diff line number Diff line change @@ -9,35 +9,24 @@ block view
9
9
h1 Register
10
10
p.text-muted Create your account
11
11
.input-group.mb-3
12
- .input-group-prepend
13
- span.input-group-text
14
- svg.icon
15
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-user" )
12
+ span.input-group-text
13
+ svg.icon
14
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-user" )
16
15
input.form-control ( type ='text' , placeholder ='Username' )
17
16
.input-group.mb-3
18
- .input-group-prepend
19
- span.input-group-text
20
- svg.icon
21
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-envelope-open" )
17
+ span.input-group-text
18
+ svg.icon
19
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-envelope-open" )
22
20
input.form-control ( type ='text' , placeholder ='Email' )
23
21
.input-group.mb-3
24
- .input-group-prepend
25
- span.input-group-text
26
- svg.icon
27
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
22
+ span.input-group-text
23
+ svg.icon
24
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
28
25
input.form-control ( type ='password' , placeholder ='Password' )
29
26
.input-group.mb-4
30
- .input-group-prepend
31
- span.input-group-text
32
- svg.icon
33
- use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
27
+ span.input-group-text
28
+ svg.icon
29
+ use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
34
30
input.form-control ( type ='password' , placeholder ='Repeat password' )
35
31
button.btn.btn-block.btn-success ( type ='button' ) Create Account
36
- .card-footer.p-4
37
- .row
38
- .col-6
39
- button.btn.btn-block.btn-facebook ( type ='button' )
40
- span facebook
41
- .col-6
42
- button.btn.btn-block.btn-twitter ( type ='button' )
43
- span twitter
32
+
You can’t perform that action at this time.
0 commit comments