Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
2b626f22
Commit
2b626f22
authored
Oct 26, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update logo font family
parent
36d3f395
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/layouts/BasicLayout.less
src/layouts/BasicLayout.less
+3
-4
src/layouts/UserLayout.less
src/layouts/UserLayout.less
+3
-2
No files found.
src/layouts/BasicLayout.less
View file @
2b626f22
...
@@ -24,11 +24,10 @@
...
@@ -24,11 +24,10 @@
color: #fff;
color: #fff;
display: inline-block;
display: inline-block;
vertical-align: middle;
vertical-align: middle;
font-size:
18
px;
font-size:
20
px;
margin-left: 12px;
margin-left: 12px;
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin-top: -3px;
font-weight: 600;
font-weight: bold;
}
}
}
}
...
...
src/layouts/UserLayout.less
View file @
2b626f22
...
@@ -33,9 +33,10 @@
...
@@ -33,9 +33,10 @@
.title {
.title {
font-size: 33px;
font-size: 33px;
color: @heading-color;
color: @heading-color;
font-family: 'Myriad Pro Semibold', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600;
position: relative;
position: relative;
top:
-
2px;
top: 2px;
}
}
.desc {
.desc {
...
...
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