Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
Aqbits Trace Code
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mai Thanh Cong
Aqbits Trace Code
Commits
0534ad7e
Commit
0534ad7e
authored
Jul 09, 2021
by
Trần Ngọc Nam Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove footer + change section to full
parent
b04f6b72
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
9 deletions
+15
-9
src/assets/scss/argon-design-system/section.scss
src/assets/scss/argon-design-system/section.scss
+6
-0
src/services/ForgotPassword.js
src/services/ForgotPassword.js
+2
-2
src/services/ResetPassword.js
src/services/ResetPassword.js
+2
-2
src/services/Signin.js
src/services/Signin.js
+2
-2
src/services/Signup.js
src/services/Signup.js
+1
-1
src/services/VerifyCode.js
src/services/VerifyCode.js
+2
-2
No files found.
src/assets/scss/argon-design-system/section.scss
View file @
0534ad7e
...
...
@@ -37,6 +37,12 @@
}
}
&
.section-full
{
padding-top
:
8rem
;
padding-bottom
:
8rem
;
height
:
100vh
;
}
.stars-and-coded
{
margin-top
:
8rem
;
}
...
...
src/services/ForgotPassword.js
View file @
0534ad7e
...
...
@@ -63,7 +63,7 @@ export default () => {
<>
<
DemoNavbar
/>
<
main
>
<
section
className
=
"
section section-shaped section-
lg
"
>
<
section
className
=
"
section section-shaped section-
full
"
>
<
div
className
=
"
shape shape-style-1 bg-gradient-default
"
>
<
span
/>
<
span
/>
...
...
@@ -144,7 +144,7 @@ export default () => {
<
/Container
>
<
/section
>
<
/main
>
<
SimpleFooter
/>
{
/* <SimpleFooter /> */
}
<
/
>
);
};
src/services/ResetPassword.js
View file @
0534ad7e
...
...
@@ -68,7 +68,7 @@ export default () => {
<>
<
DemoNavbar
/>
<
main
>
<
section
className
=
"
section section-shaped section-
lg
"
>
<
section
className
=
"
section section-shaped section-
full
"
>
<
div
className
=
"
shape shape-style-1 bg-gradient-default
"
>
<
span
/>
<
span
/>
...
...
@@ -182,7 +182,7 @@ export default () => {
<
/Container
>
<
/section
>
<
/main
>
<
SimpleFooter
/>
{
/* <SimpleFooter /> */
}
<
/
>
);
};
src/services/Signin.js
View file @
0534ad7e
...
...
@@ -26,7 +26,7 @@ import {
// core components
// import DemoNavbar from "components/Navbars/DemoNavbar.js";
//
import SimpleFooter from "components/Footers/SimpleFooter.js";
import
SimpleFooter
from
"
components/Footers/SimpleFooter.js
"
;
// import MainBanner from "components/Generals/MainBanner";
...
...
@@ -89,7 +89,7 @@ export default () => {
<
main
>
{
/* <MainBanner /> */
}
<
section
className
=
"
section section-shaped section-
x
l
"
>
<
section
className
=
"
section section-shaped section-
ful
l
"
>
<
div
className
=
"
shape shape-style-1 bg-gradient-default
"
>
<
span
/>
<
span
/>
...
...
src/services/Signup.js
View file @
0534ad7e
...
...
@@ -78,7 +78,7 @@ export default () => {
<>
<
DemoNavbar
/>
<
main
>
<
section
className
=
"
section section-shaped section-
lg
"
>
<
section
className
=
"
section section-shaped section-
full
"
>
<
div
className
=
"
shape shape-style-1 bg-gradient-default
"
>
<
span
/>
<
span
/>
...
...
src/services/VerifyCode.js
View file @
0534ad7e
...
...
@@ -56,7 +56,7 @@ export default () => {
<>
<
DemoNavbar
/>
<
main
>
<
section
className
=
"
section section-shaped section-
lg
"
>
<
section
className
=
"
section section-shaped section-
full
"
>
<
div
className
=
"
shape shape-style-1 bg-gradient-default
"
>
<
span
/>
<
span
/>
...
...
@@ -130,7 +130,7 @@ export default () => {
<
/Container
>
<
/section
>
<
/main
>
<
SimpleFooter
/>
{
/* <SimpleFooter /> */
}
<
/
>
);
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment