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
Tatuya Kamada
gitlab-ce
Commits
7f045a6b
Commit
7f045a6b
authored
Sep 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new font size and padding
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
63ba17c4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
app/assets/stylesheets/base/gl_variables.scss
app/assets/stylesheets/base/gl_variables.scss
+8
-3
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+0
-3
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+2
-2
No files found.
app/assets/stylesheets/base/gl_variables.scss
View file @
7f045a6b
...
@@ -42,7 +42,7 @@ $font-size-base: $gl-font-size;
...
@@ -42,7 +42,7 @@ $font-size-base: $gl-font-size;
//
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
$padding-base-vertical
:
6
px
;
$padding-base-vertical
:
9
px
;
$padding-base-horizontal
:
18px
;
$padding-base-horizontal
:
18px
;
$component-active-color
:
#fff
;
$component-active-color
:
#fff
;
$component-active-bg
:
$brand-info
;
$component-active-bg
:
$brand-info
;
...
@@ -52,8 +52,8 @@ $component-active-bg: $brand-info;
...
@@ -52,8 +52,8 @@ $component-active-bg: $brand-info;
//##
//##
$input-color
:
$text-color
;
$input-color
:
$text-color
;
$input-border
:
#
DDD
;
$input-border
:
#
e7e9ed
;
$input-border-focus
:
$brand-info
;
$input-border-focus
:
#7F8FA4
;
$legend-color
:
$text-color
;
$legend-color
:
$text-color
;
...
@@ -139,3 +139,8 @@ $kbd-bg: #333;
...
@@ -139,3 +139,8 @@ $kbd-bg: #333;
$btn-default-color
:
#7f8fa4
;
$btn-default-color
:
#7f8fa4
;
$btn-default-bg
:
#fff
;
$btn-default-bg
:
#fff
;
$btn-default-border
:
#e7e9ed
;
$btn-default-border
:
#e7e9ed
;
//== Nav
//
//##
$nav-link-padding
:
13px
18px
;
app/assets/stylesheets/base/mixins.scss
View file @
7f045a6b
...
@@ -55,9 +55,6 @@
...
@@ -55,9 +55,6 @@
}
}
@mixin
md-typography
{
@mixin
md-typography
{
font-size
:
15px
;
line-height
:
1
.5
;
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
}
}
...
...
app/assets/stylesheets/base/variables.scss
View file @
7f045a6b
...
@@ -3,8 +3,8 @@ $hover: #FFFAF1;
...
@@ -3,8 +3,8 @@ $hover: #FFFAF1;
$gl-text-color
:
#222222
;
$gl-text-color
:
#222222
;
$gl-link-color
:
#446e9b
;
$gl-link-color
:
#446e9b
;
$nprogress-color
:
#c0392b
;
$nprogress-color
:
#c0392b
;
$gl-font-size
:
1
4
px
;
$gl-font-size
:
1
6
px
;
$list-font-size
:
1
5
px
;
$list-font-size
:
1
6
px
;
$sidebar_collapsed_width
:
62px
;
$sidebar_collapsed_width
:
62px
;
$sidebar_width
:
230px
;
$sidebar_width
:
230px
;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
...
...
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