Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sample_pdp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Praveen Reghunathan Nair
sample_pdp
Commits
3f0c2e8d
Commit
3f0c2e8d
authored
Feb 07, 2020
by
Praveen Reghunathan Nair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling footer
parent
6ca68e5f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
2 deletions
+17
-2
Footer.jsx
src/components/Footer/Footer.jsx
+6
-1
Footer.module.scss
src/components/Footer/Footer.module.scss
+8
-0
Header.module.scss
src/components/Header/Header.module.scss
+1
-1
PDP.module.scss
src/pages/PDP/PDP.module.scss
+1
-0
_variables.scss
src/styles/_variables.scss
+1
-0
No files found.
src/components/Footer/Footer.jsx
View file @
3f0c2e8d
...
...
@@ -4,7 +4,12 @@ import style from './Footer.module.scss';
function
Footer
()
{
return
(
<
footer
className=
{
style
.
appFooter
}
>
Footer Goes here!
<
div
>
<
a
href=
"https://www.westelm.com/pages/about-west-elm/"
>
About Us
</
a
>
</
div
>
<
div
>
<
a
href=
"https://www.westelm.com/customer-service/store-locator.html"
>
Find A Store
</
a
>
</
div
>
</
footer
>
);
}
...
...
src/components/Footer/Footer.module.scss
View file @
3f0c2e8d
@import
'~styles/variables'
;
.appFooter
{
display
:
flex
;
justify-content
:
space-around
;
height
:
$large-footer-height
;
align-items
:
center
;
border-top
:
solid
1px
#808080
4a
;
bottom
:
0
;
left
:
0
;
background-color
:
#f1e9e9
33
;
}
\ No newline at end of file
src/components/Header/Header.module.scss
View file @
3f0c2e8d
@import
'~styles/variables'
;
.appHeader
{
height
:
$large-
foot
er-height
;
height
:
$large-
head
er-height
;
position
:
fixed
;
top
:
0
;
left
:
0
;
...
...
src/pages/PDP/PDP.module.scss
View file @
3f0c2e8d
...
...
@@ -14,6 +14,7 @@
box-sizing
:
border-box
;
padding
:
15px
;
flex-wrap
:
wrap
;
min-height
:
85vh
;
.sellingPrice
{
color
:
$primary
;
...
...
src/styles/_variables.scss
View file @
3f0c2e8d
...
...
@@ -5,4 +5,5 @@ $primary-white : white;
$gray1
:
#F5F6F8
;
$gray2
:
gray
;
$large-header-height
:
60px
;
$large-footer-height
:
60px
;
\ No newline at end of file
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