Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Merge requests
!287
patch: icons for project, circle and community harmonized
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
patch: icons for project, circle and community harmonized
feature/harmonize-icons
into
master
Overview
0
Commits
2
Pipelines
3
Changes
6
Merged
Gaëlle Morin
requested to merge
feature/harmonize-icons
into
master
3 years ago
Overview
0
Commits
2
Pipelines
3
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 2
657c471d
3 years ago
version 1
f8a742ce
3 years ago
master (base)
and
latest version
latest version
5bf30385
2 commits,
3 years ago
version 2
657c471d
1 commit,
3 years ago
version 1
f8a742ce
1 commit,
3 years ago
6 files
+
21
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/styles/content/_index.scss
+
5
−
12
Options
@@ -22,8 +22,8 @@ main {
&
.sidebar-is-closed
{
@media
(
min-width
:
768
.01px
)
{
margin-left
:
-15
2
px
;
transform
:
translate
(
15
2
px
);
margin-left
:
-15
7
px
;
transform
:
translate
(
15
7
px
);
}
}
}
@@ -39,18 +39,11 @@ main {
width
:
217px
;
@media
(
max-width
:
768px
)
{
width
:
6
5
px
;
width
:
6
0
px
;
}
ul
{
li
{
border-bottom
:
1px
solid
#D6CECE
;
&
>
a
{
vertical-align
:
super
;
}
}
&
>
li
:first-child
>
a
{
vertical-align
:
middle
;
}
@@ -98,7 +91,7 @@ main {
&
.jsRightMenu
:not
([
open
])
{
@media
(
min-width
:
768
.01px
)
{
transform
:
translate
(
15
2
px
);
transform
:
translate
(
15
7
px
);
}
}
Loading