Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easy-ecommerce
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Swati Adhikari
easy-ecommerce
Merge requests
!51
Mobile UI Changes is done
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Mobile UI Changes is done
MobileUIChanges
into
master
Overview
0
Commits
1
Changes
10
Merged
Bibek Sharma
requested to merge
MobileUIChanges
into
master
1 year ago
Overview
0
Commits
1
Changes
10
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cfada0a7
1 commit,
1 year ago
10 files
+
122
−
131
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
client/src/components/header/Header.css
+
8
−
4
Options
@@ -42,15 +42,19 @@
background-color
:
white
;
}
.navbar-collapse.show
{
background-color
:
whitesmoke
!important
;
transition
:
none
;
}
#navbarNav
{
background-color
:
white
!important
;
transition
:
background-color
0.5s
ease-in
;
transition
:
none
;
width
:
100vw
;
margin-left
:
-12px
;
margin-right
:
-12px
;
}
@media
screen
and
(
max-width
:
480px
)
{
.logo
{
width
:
205px
;
height
:
80px
;
}
}