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
b218ac99
Commit
b218ac99
authored
May 13, 2021
by
Shaphen Pangburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-131 Shaphen Pangburn]: Modify styling for dropdown menu
parent
9f41f017
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
header.css
ecom-web/src/components/Header/header.css
+10
-0
header.js
ecom-web/src/components/Header/header.js
+0
-1
No files found.
ecom-web/src/components/Header/header.css
View file @
b218ac99
...
@@ -84,3 +84,13 @@
...
@@ -84,3 +84,13 @@
animation
:
fadeInUp
;
animation
:
fadeInUp
;
animation-duration
:
0.3s
;
animation-duration
:
0.3s
;
}
}
.dropdown-item
{
display
:
flex
;
justify-content
:
center
;
}
.dropdown-item
a
{
color
:
rgba
(
0
,
0
,
0
,
0.74
);
text-decoration
:
none
;
}
\ No newline at end of file
ecom-web/src/components/Header/header.js
View file @
b218ac99
...
@@ -56,7 +56,6 @@ export default class Header extends Component {
...
@@ -56,7 +56,6 @@ export default class Header extends Component {
<
Navbar
.
Text
className
=
"nav-bar-text"
id
=
"white-color"
>
Hello
Guest
<
/Navbar.Text>
:
<
Navbar
.
Text
className
=
"nav-bar-text"
id
=
"white-color"
>
Hello
Guest
<
/Navbar.Text>
:
<
NavDropdown
className
=
"nav-bar-text"
title
=
{
"Hello "
+
userName
}
id
=
"collasible-nav-dropdown"
>
<
NavDropdown
className
=
"nav-bar-text"
title
=
{
"Hello "
+
userName
}
id
=
"collasible-nav-dropdown"
>
<
NavDropdown
.
Item
><
NavLink
to
=
"/orders"
>
Order
History
<
/NavLink></
NavDropdown
.
Item
>
<
NavDropdown
.
Item
><
NavLink
to
=
"/orders"
>
Order
History
<
/NavLink></
NavDropdown
.
Item
>
<
NavDropdown
.
Item
><
NavLink
to
=
"/product-market"
>
Products
<
/NavLink></
NavDropdown
.
Item
>
<
NavDropdown
.
Item
>
<
NavDropdown
.
Item
>
<
GoogleLogout
<
GoogleLogout
clientId
=
{
clientId
}
clientId
=
{
clientId
}
...
...
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