Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecommerce-maven
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
Ascend
ecommerce-maven
Commits
1c287b9e
Commit
1c287b9e
authored
May 13, 2021
by
Shaphen Pangburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-131 Shaphen Pangburn]: Refactor color for nav links and title
parent
f0ba778f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
header.css
ecom-web/src/components/Header/header.css
+2
-2
header.js
ecom-web/src/components/Header/header.js
+1
-1
No files found.
ecom-web/src/components/Header/header.css
View file @
1c287b9e
...
...
@@ -12,7 +12,7 @@
#white-color
,
#collasible-nav-dropdown
,
.navbar-light
.navbar-brand
{
color
:
#
999C9F
;
color
:
#
EBEBEB
;
transition
:
all
0.5s
;
}
...
...
@@ -23,7 +23,7 @@
#ecom-title
{
font-size
:
20px
;
color
:
#
999C9F
;
color
:
#
EBEBEB
;
cursor
:
default
;
position
:
absolute
;
left
:
50%
;
...
...
ecom-web/src/components/Header/header.js
View file @
1c287b9e
...
...
@@ -44,7 +44,7 @@ export default class Header extends Component {
<
Session
className
=
"nav-bar-text"
/>
<
LinkContainer
to
=
"/cart"
>
<
Nav
.
Link
to
=
"/cart"
className
=
"cart-link"
id
=
{
this
.
props
.
user
?.
currentUser
?
""
:
"disabled-cart-link"
}
disabled
=
{
!
this
.
props
.
user
?.
currentUser
}
>
<
AiOutlineShoppingCart
fill
=
"#
999C9F
"
size
=
{
30
}
/
>
<
AiOutlineShoppingCart
fill
=
"#
EBEBEB
"
size
=
{
30
}
/
>
<
/Nav.Link
>
<
/LinkContainer
>
<
AnimateOnChange
...
...
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