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
65f0ed4d
Commit
65f0ed4d
authored
Apr 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase usage of $primary_color variable
parent
cb30df19
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+2
-2
app/assets/stylesheets/gitlab_bootstrap/nav.scss
app/assets/stylesheets/gitlab_bootstrap/nav.scss
+1
-1
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+4
-4
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
65f0ed4d
...
...
@@ -23,7 +23,7 @@
&
.disabled
{
color
:
#fff
;
background
:
#29B
;
background
:
$primary_color
;
}
}
...
...
@@ -39,7 +39,7 @@
&
.disabled
{
color
:
#fff
;
background
:
#29B
;
background
:
$primary_color
;
}
}
...
...
app/assets/stylesheets/gitlab_bootstrap/nav.scss
View file @
65f0ed4d
...
...
@@ -16,7 +16,7 @@
padding
:
12px
;
}
>
.active
>
a
{
border-color
:
#29B
;
border-color
:
$primary_color
;
border-radius
:
0
;
background
:
#F1F1F1
;
color
:
$style_color
;
...
...
app/assets/stylesheets/sections/events.scss
View file @
65f0ed4d
...
...
@@ -124,7 +124,7 @@
color
:
#777
;
padding
:
10px
;
min-height
:
22px
;
border-left
:
5px
solid
#5AB9C3
;
border-left
:
5px
solid
$primary_color
;
margin-bottom
:
20px
;
background
:
#f9f9f9
;
...
...
@@ -133,10 +133,10 @@
}
.btn-new-mr
{
@extend
.btn-
info
;
@extend
.btn-
primary
;
@extend
.small
;
@extend
.pull-right
;
margin
:
-
3
px
;
margin
:
-
2
px
;
}
}
...
...
@@ -152,7 +152,7 @@
.filter_icon
{
a
{
text-align
:center
;
border-left
:
3px
solid
#29B
;
border-left
:
3px
solid
$primary_color
;
background
:
#f9f9f9
;
margin-bottom
:
10px
;
float
:
left
;
...
...
app/views/projects/show.html.haml
View file @
65f0ed4d
=
render
'clone_panel'
=
render
"events/event_last_push"
,
event:
@last_push
.row
.span9
=
render
"events/event_last_push"
,
event:
@last_push
.content_list
=
render
@events
.loading.hide
.span3
...
...
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