Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
c77f9121
Commit
c77f9121
authored
Feb 20, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): minor tweak
parent
1dbaabff
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
public/sass/_variables.dark.scss
+1
-1
public/sass/_variables.light.scss
+1
-1
public/sass/components/_search.scss
+1
-1
public/sass/layout/_page.scss
+1
-2
No files found.
public/sass/_variables.dark.scss
View file @
c77f9121
...
...
@@ -151,7 +151,7 @@ $input-color-placeholder: $gray-1 !default;
$input-label-bg
:
$dark-3
;
// Search
$search
S
hadow
:
0
0
35px
0
$body-bg
;
$search
-s
hadow
:
0
0
35px
0
$body-bg
;
// Dropdowns
// -------------------------
...
...
public/sass/_variables.light.scss
View file @
c77f9121
...
...
@@ -164,7 +164,7 @@ $side-menu-bg: $body-bg;
$side-menu-item-hover-bg
:
$gray-6
;
// search
$search
S
hadow
:
0
5px
30px
0
lighten
(
$gray-2
,
30%
);
$search
-s
hadow
:
0
5px
30px
0
lighten
(
$gray-2
,
30%
);
// Dropdowns
// -------------------------
...
...
public/sass/components/_search.scss
View file @
c77f9121
...
...
@@ -5,7 +5,7 @@
z-index
:
1000
;
position
:
absolute
;
width
:
700px
;
box-shadow
:
$search
S
hadow
;
box-shadow
:
$search
-s
hadow
;
padding
:
10px
;
background-color
:
$panel-bg
;
border
:
$panel-border
;
...
...
public/sass/layout/_page.scss
View file @
c77f9121
...
...
@@ -18,7 +18,6 @@
}
}
$color-page-hero-bg
:
#2e2e2e
;
.page-container
{
background-color
:
$page-bg
;
position
:
relative
;
...
...
@@ -27,7 +26,7 @@ $color-page-hero-bg: #2e2e2e;
margin-left
:
0
;
min-height
:
calc
(
100%
-
54px
);
padding-bottom
:
$spacer
*
5
;
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
5
%
)
98%
);
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
4
%
)
98%
);
}
.page-header
{
...
...
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