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
88 h1.float-start.display-3.me-4 404
99 h4.pt-3 Oops! You're lost.
1010 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" )
1615 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
88 h1.float-start.display-3.me-4 500
99 h4.pt-3 Houston, we have a problem!
1010 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" )
1615 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')
88 base( href =base)
99 include ../_partials/head.pug
1010 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
1212 block view
1313
1414 include ../_partials/scripts.pug
Original file line number Diff line number Diff line change @@ -3,21 +3,19 @@ extends /_layout/pages.pug
33block view
44 .container
55 .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
99 .card-body
1010 h1 Login
1111 p.text-muted Sign In to your account
1212 .input-group.mb-3
13- .input-group-prepend
14- span.input-group-text
13+ span.input-group-text
1514 svg.icon
1615 use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-user" )
1716 input.form-control ( type ='text' , placeholder ='Username' )
1817 .input-group.mb-4
19- .input-group-prepend
20- span.input-group-text
18+ span.input-group-text
2119 svg.icon
2220 use( xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-lock-locked" )
2321 input.form-control ( type ='password' , placeholder ='Password' )
@@ -26,7 +24,7 @@ block view
2624 button.btn.btn-primary.px-4 ( type ='button' ) Login
2725 .col-6.text-end
2826 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
3028 .card-body.text-center
3129 div
3230 h2 Sign up
Original file line number Diff line number Diff line change @@ -9,35 +9,24 @@ block view
99 h1 Register
1010 p.text-muted Create your account
1111 .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" )
1615 input.form-control ( type ='text' , placeholder ='Username' )
1716 .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" )
2220 input.form-control ( type ='text' , placeholder ='Email' )
2321 .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" )
2825 input.form-control ( type ='password' , placeholder ='Password' )
2926 .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" )
3430 input.form-control ( type ='password' , placeholder ='Repeat password' )
3531 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