BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ccc929d7
Commit
ccc929d7
authored
Mar 31, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS tweaks
- Use colors according to design - Fix search input' width
parent
c3875b5f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
variables.scss
app/assets/stylesheets/framework/variables.scss
+4
-4
search.scss
app/assets/stylesheets/pages/search.scss
+2
-2
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
ccc929d7
...
...
@@ -199,11 +199,11 @@ $award-emoji-new-btn-icon-color: #dcdcdc;
/*
* Search Box
*/
$search-input-border-color
:
$dropdown-input-focus-border
;
$search-input-border-color
:
rgba
(
#4688f1
,
.8
)
;
$search-input-focus-shadow-color
:
$dropdown-input-focus-shadow
;
$search-input-width
:
$dropdown-width
;
$search-input-width
:
244px
;
$location-badge-color
:
#aaa
;
$location-badge-bg
:
$gray-normal
;
$location-badge-active-bg
:
#4f91f8
;
$location-icon-color
:
#e7e9ed
;
$location-active-color
:
$gl-text-color
;
$location-active-bg
:
$search-input-border-color
;
$location-icon-active-color
:
#807e7e
;
app/assets/stylesheets/pages/search.scss
View file @
ccc929d7
...
...
@@ -135,13 +135,13 @@
.location-badge
{
@include
transition
(
all
.15s
);
background-color
:
$location-active-bg
;
background-color
:
$location-
badge-
active-bg
;
color
:
$white-light
;
}
.search-input-wrap
{
i
{
color
:
$location-active-color
;
color
:
$location-
icon-
active-color
;
}
}
...
...
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