Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
35d035ea
Commit
35d035ea
authored
Mar 02, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Decrease tanuki logo size
parent
2429a109
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+3
-3
app/views/shared/_logo.svg
app/views/shared/_logo.svg
+1
-1
changelogs/unreleased/28935-make-logo-smaller.yml
changelogs/unreleased/28935-make-logo-smaller.yml
+4
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
35d035ea
...
...
@@ -149,14 +149,14 @@ header {
.header-logo
{
display
:
inline-block
;
margin
:
0
8px
0
3
px
;
margin
:
0
7px
0
2
px
;
position
:
relative
;
top
:
7
px
;
top
:
10
px
;
transition-duration
:
.3s
;
svg
,
img
{
height
:
36
px
;
height
:
28
px
;
}
&
:hover
{
...
...
app/views/shared/_logo.svg
View file @
35d035ea
<svg
width=
"
36"
height=
"36"
class=
"tanuki-logo
"
>
<svg
width=
"
28"
height=
"28"
class=
"tanuki-logo"
viewBox=
"0 0 36 36
"
>
<path
class=
"tanuki-shape tanuki-left-ear"
fill=
"#e24329"
d=
"M2 14l9.38 9v-9l-4-12.28c-.205-.632-1.176-.632-1.38 0z"
/>
<path
class=
"tanuki-shape tanuki-right-ear"
fill=
"#e24329"
d=
"M34 14l-9.38 9v-9l4-12.28c.205-.632 1.176-.632 1.38 0z"
/>
<path
class=
"tanuki-shape tanuki-nose"
fill=
"#e24329"
d=
"M18,34.38 3,14 33,14 Z"
/>
...
...
changelogs/unreleased/28935-make-logo-smaller.yml
0 → 100644
View file @
35d035ea
---
title
:
Decrease tanuki logo size
merge_request
:
author
:
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