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
f8b14842
Commit
f8b14842
authored
Nov 22, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor style changes
parent
300bd75b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
12 deletions
+9
-12
public/sass/_variables.dark.scss
+2
-3
public/sass/_variables.light.scss
+2
-3
public/sass/components/_panel_editor.scss
+2
-2
public/sass/components/_toolbar.scss
+2
-3
public/sass/layout/_page.scss
+1
-1
No files found.
public/sass/_variables.dark.scss
View file @
f8b14842
...
@@ -79,6 +79,7 @@ $brand-gradient: linear-gradient(
...
@@ -79,6 +79,7 @@ $brand-gradient: linear-gradient(
);
);
$page-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgb
(
22
,
23
,
25
)
100px
);
$page-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgb
(
22
,
23
,
25
)
100px
);
$edit-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgb
(
22
,
23
,
25
)
00px
,
#090909
50%
);
// Links
// Links
// -------------------------
// -------------------------
...
@@ -268,9 +269,7 @@ $menu-dropdown-shadow: 5px 5px 20px -5px $black;
...
@@ -268,9 +269,7 @@ $menu-dropdown-shadow: 5px 5px 20px -5px $black;
$tab-border-color
:
$dark-4
;
$tab-border-color
:
$dark-4
;
// Toolbar
// Toolbar
$toolbar-bg
:
$page-header-bg
;
$toolbar-bg
:
$black
;
$toolbar-shadow
:
0
0
20px
black
;
$toolbar-tab-bg
:
$gray-blue
;
// Pagination
// Pagination
// -------------------------
// -------------------------
...
...
public/sass/_variables.light.scss
View file @
f8b14842
...
@@ -76,6 +76,7 @@ $textShadow: none;
...
@@ -76,6 +76,7 @@ $textShadow: none;
// gradients
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
1
)
0%
,
rgba
(
255
,
68
,
0
,
1
)
99%
,
rgba
(
255
,
68
,
0
,
1
)
100%
);
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
1
)
0%
,
rgba
(
255
,
68
,
0
,
1
)
99%
,
rgba
(
255
,
68
,
0
,
1
)
100%
);
$page-gradient
:
linear-gradient
(
-60deg
,
$gray-7
,
#f5f6f9
70%
,
$gray-7
98%
);
$page-gradient
:
linear-gradient
(
-60deg
,
$gray-7
,
#f5f6f9
70%
,
$gray-7
98%
);
$edit-gradient
:
linear-gradient
(
-60deg
,
$gray-7
,
#f5f6f9
70%
,
$gray-7
98%
);
// Links
// Links
// -------------------------
// -------------------------
...
@@ -215,9 +216,7 @@ $menu-dropdown-shadow: 5px 5px 10px -5px $gray-1;
...
@@ -215,9 +216,7 @@ $menu-dropdown-shadow: 5px 5px 10px -5px $gray-1;
$tab-border-color
:
$gray-5
;
$tab-border-color
:
$gray-5
;
// Toolbar
// Toolbar
$toolbar-bg
:
linear-gradient
(
90deg
,
#ffffff
,
#e6eef9
);
$toolbar-bg
:
white
;
$toolbar-shadow
:
1px
1px
3px
#c7d0d8
;
$toolbar-tab-bg
:
$white
;
// search
// search
$search-shadow
:
0
5px
30px
0
$gray-4
;
$search-shadow
:
0
5px
30px
0
$gray-4
;
...
...
public/sass/components/_panel_editor.scss
View file @
f8b14842
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
margin-top
:
$panel-margin
*
2
;
margin-top
:
$panel-margin
*
2
;
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
height
:
6
5
%
;
height
:
6
0
%
;
position
:
relative
;
position
:
relative
;
}
}
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
flex-grow
:
1
;
flex-grow
:
1
;
background
:
$page-bg
;
background
:
$page-bg
;
margin
:
0
6
7
px
;
margin
:
0
6
2
px
;
border-left
:
2px
solid
#ac5224
;
border-left
:
2px
solid
#ac5224
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
...
...
public/sass/components/_toolbar.scss
View file @
f8b14842
...
@@ -6,14 +6,13 @@
...
@@ -6,14 +6,13 @@
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
flex
:
0
0
auto
;
flex
:
0
0
auto
;
background
:
$black
;
background
:
$toolbar-bg
;
border-bottom
:
1px
solid
$black
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
.toolbar__heading
{
.toolbar__heading
{
font-size
:
$font-size-lg
;
font-size
:
$font-size-lg
;
padding-right
:
1
0px
;
padding-right
:
2
0px
;
}
}
.toolbar__main
{
.toolbar__main
{
...
...
public/sass/layout/_page.scss
View file @
f8b14842
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
.panel-in-fullscreen
{
.panel-in-fullscreen
{
.main-view
{
.main-view
{
background
:
linear-gradient
(
180deg
,
#222426
10px
,
#090909
200px
)
;
background
:
$edit-gradient
;
}
}
}
}
...
...
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