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
Jérome Perrin
gitlab-ce
Commits
f7a97291
Commit
f7a97291
authored
Mar 21, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add variables
parent
6e9ff2e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+8
-0
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+5
-8
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
f7a97291
...
...
@@ -192,3 +192,11 @@ $dropdown-toggle-hover-icon-color: $dropdown-toggle-hover-border-color;
$award-emoji-menu-bg
:
#fff
;
$award-emoji-menu-border
:
#f1f2f4
;
$award-emoji-new-btn-icon-color
:
#dcdcdc
;
/*
* Search Box
*/
$location-badge-color
:
#aaa
;
$location-badge-bg
:
$gray-normal
;
$location-icon-color
:
#e7e9ed
;
app/assets/stylesheets/pages/search.scss
View file @
f7a97291
...
...
@@ -56,10 +56,6 @@
font-style
:
normal
;
}
.remove-badge
{
display
:
none
;
}
.search-input
{
border
:
none
;
font-size
:
14px
;
...
...
@@ -73,16 +69,17 @@
.location-badge
{
line-height
:
25px
;
padding
:
0
5px
;
border-radius
:
2px
;
border-radius
:
$border-radius-default
;
font-size
:
14px
;
font-style
:
normal
;
color
:
#AAAAAA
;
color
:
$location-badge-color
;
display
:
inline-block
;
background-color
:
#F5F5F5
;
background-color
:
$location-badge-bg
;
vertical-align
:
top
;
}
.search-input-container
{
display
:
-
webkit-flex
;
display
:
flex
;
}
...
...
@@ -100,7 +97,7 @@
@include
transition
(
color
.15s
);
position
:
absolute
;
right
:
5px
;
color
:
#E7E9ED
;
color
:
$location-icon-color
;
top
:
0
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
...
...
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