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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e34d778f
Commit
e34d778f
authored
Mar 17, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'refactor-css'
parent
b6e7940c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
769 deletions
+20
-769
app/assets/stylesheets/base/gl_variables.scss
app/assets/stylesheets/base/gl_variables.scss
+6
-749
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+5
-9
app/assets/stylesheets/generic/forms.scss
app/assets/stylesheets/generic/forms.scss
+2
-2
app/assets/stylesheets/generic/lists.scss
app/assets/stylesheets/generic/lists.scss
+2
-2
app/assets/stylesheets/generic/nav_sidebar.scss
app/assets/stylesheets/generic/nav_sidebar.scss
+3
-5
app/assets/stylesheets/generic/timeline.scss
app/assets/stylesheets/generic/timeline.scss
+2
-2
No files found.
app/assets/stylesheets/base/gl_variables.scss
View file @
e34d778f
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/base/variables.scss
View file @
e34d778f
$style_color
:
#474D57
;
$style_color
:
#474D57
;
$hover
:
#FFF3EB
;
$hover
:
#FFF3EB
;
$gl-text-color
:
#222222
;
$gl-link-color
:
#446e9b
;
$gl-link-color
:
#446e9b
;
$nprogress-color
:
#c0392b
;
$nprogress-color
:
#c0392b
;
$gl-font-size
:
14px
;
$gl-font-size
:
14px
;
...
@@ -8,23 +9,18 @@ $sidebar_width: 230px;
...
@@ -8,23 +9,18 @@ $sidebar_width: 230px;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
$code_font_size
:
13px
;
$code_line_height
:
1
.5
;
$code_line_height
:
1
.5
;
$border-color
:
#
dce4ec
;
$border-color
:
#
E5E5E5
;
$background-color
:
#
ECF0F1
;
$background-color
:
#
f5f5f5
;
/*
/*
* State colors:
* State colors:
*/
*/
$gl-success
:
#019875
;
$gl-danger
:
#d9534f
;
$gl-primary
:
#446e9b
;
$gl-primary
:
#446e9b
;
$gl-success
:
#019875
;
$gl-info
:
#029ACF
;
$gl-info
:
#029ACF
;
$gl-warning
:
#EB9532
;
$gl-warning
:
#EB9532
;
$gl-danger
:
#d9534f
;
$gl-primary
:
#2C3E50
;
$gl-success
:
#18BC9C
;
$gl-info
:
#3498DB
;
$gl-warning
:
#F39C12
;
$gl-danger
:
#E74C3C
;
/*
/*
* Commit Diff Colors
* Commit Diff Colors
*/
*/
...
...
app/assets/stylesheets/generic/forms.scss
View file @
e34d778f
...
@@ -29,8 +29,8 @@ fieldset legend {
...
@@ -29,8 +29,8 @@ fieldset legend {
padding
:
17px
20px
18px
;
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
margin-bottom
:
18px
;
background-color
:
#ecf0f1
;
background-color
:
$background-color
;
border-top
:
1px
solid
#e5e5e5
;
border-top
:
1px
solid
$border-color
;
}
}
@media
(
min-width
:
$screen-sm-min
)
{
@media
(
min-width
:
$screen-sm-min
)
{
...
...
app/assets/stylesheets/generic/lists.scss
View file @
e34d778f
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
p
{
p
{
padding-top
:
1px
;
padding-top
:
1px
;
margin
:
0
;
margin
:
0
;
color
:
#222
;
color
:
$gray-dark
;
img
{
img
{
position
:
relative
;
position
:
relative
;
top
:
3px
;
top
:
3px
;
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
}
}
.row_title
{
.row_title
{
color
:
$
text-color
;
color
:
$
gray-dark
;
&
:hover
{
&
:hover
{
color
:
$text-color
;
color
:
$text-color
;
...
...
app/assets/stylesheets/generic/nav_sidebar.scss
View file @
e34d778f
...
@@ -58,8 +58,6 @@
...
@@ -58,8 +58,6 @@
}
}
.nav-sidebar
li
{
.nav-sidebar
li
{
text-shadow
:
0
1px
1px
$border-color
;
&
.separate-item
{
&
.separate-item
{
border-top
:
1px
solid
$border-color
;
border-top
:
1px
solid
$border-color
;
padding-top
:
10px
;
padding-top
:
10px
;
...
@@ -67,7 +65,7 @@
...
@@ -67,7 +65,7 @@
}
}
a
{
a
{
color
:
#3b5a5b
;
color
:
$gray
;
display
:
block
;
display
:
block
;
text-decoration
:
none
;
text-decoration
:
none
;
padding
:
8px
15px
;
padding
:
8px
15px
;
...
@@ -78,7 +76,7 @@
...
@@ -78,7 +76,7 @@
&
:hover
{
&
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$text-color
;
color
:
$text-color
;
background
:
#f2f6f7
;
background
:
$border-color
;
}
}
&
:active
,
&
:focus
{
&
:active
,
&
:focus
{
...
@@ -87,7 +85,7 @@
...
@@ -87,7 +85,7 @@
i
{
i
{
width
:
20px
;
width
:
20px
;
color
:
$gray-
dark
;
color
:
$gray-
light
;
margin-right
:
23px
;
margin-right
:
23px
;
}
}
}
}
...
...
app/assets/stylesheets/generic/timeline.scss
View file @
e34d778f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
.timeline-content
{
.timeline-content
{
position
:
relative
;
position
:
relative
;
background
:
#f5f5f6
;
background
:
$background-color
;
padding
:
10px
15px
;
padding
:
10px
15px
;
margin-left
:
60px
;
margin-left
:
60px
;
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
height
:
0
;
height
:
0
;
border-style
:
solid
;
border-style
:
solid
;
border-width
:
9px
9px
9px
0
;
border-width
:
9px
9px
9px
0
;
border-color
:
transparent
#f5f5f6
transparent
transparent
;
border-color
:
transparent
$background-color
transparent
transparent
;
left
:
0
;
left
:
0
;
top
:
10px
;
top
:
10px
;
margin-left
:
-9px
;
margin-left
:
-9px
;
...
...
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