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
dc22bead
Commit
dc22bead
authored
Dec 13, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: style change progress
parent
3f1adf13
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
15 deletions
+23
-15
packaging/publish/publish_both.sh
+11
-11
public/sass/_variables.dark.scss
+3
-0
public/sass/_variables.light.scss
+3
-0
public/sass/components/_panel_editor.scss
+5
-3
public/sass/components/_tabbed_view.scss
+1
-1
No files found.
packaging/publish/publish_both.sh
View file @
dc22bead
#! /usr/bin/env bash
#! /usr/bin/env bash
version
=
5.4.
1
version
=
5.4.
2
wget https://dl.grafana.com/oss/release/grafana_
${
version
}
_amd64.deb
# wget https://dl.grafana.com/oss/release/grafana_${version}_amd64.deb
#
# package_cloud push grafana/stable/debian/jessie grafana_${version}_amd64.deb
# package_cloud push grafana/stable/debian/wheezy grafana_${version}_amd64.deb
# package_cloud push grafana/stable/debian/stretch grafana_${version}_amd64.deb
#
# package_cloud push grafana/testing/debian/jessie grafana_${version}_amd64.deb
# package_cloud push grafana/testing/debian/wheezy grafana_${version}_amd64.deb --verbose
# package_cloud push grafana/testing/debian/stretch grafana_${version}_amd64.deb --verbose
package_cloud push grafana/stable/debian/jessie grafana_
${
version
}
_amd64.deb
wget https://dl.grafana.com/oss/release/grafana-
${
version
}
-1
.x86_64.rpm
package_cloud push grafana/stable/debian/wheezy grafana_
${
version
}
_amd64.deb
package_cloud push grafana/stable/debian/stretch grafana_
${
version
}
_amd64.deb
package_cloud push grafana/testing/debian/jessie grafana_
${
version
}
_amd64.deb
package_cloud push grafana/testing/debian/wheezy grafana_
${
version
}
_amd64.deb
--verbose
package_cloud push grafana/testing/debian/stretch grafana_
${
version
}
_amd64.deb
--verbose
wget https://dl.grafana.com/release/grafana-
${
version
}
-1
.x86_64.rpm
package_cloud push grafana/testing/el/6 grafana-
${
version
}
-1
.x86_64.rpm
--verbose
package_cloud push grafana/testing/el/6 grafana-
${
version
}
-1
.x86_64.rpm
--verbose
package_cloud push grafana/testing/el/7 grafana-
${
version
}
-1
.x86_64.rpm
--verbose
package_cloud push grafana/testing/el/7 grafana-
${
version
}
-1
.x86_64.rpm
--verbose
...
...
public/sass/_variables.dark.scss
View file @
dc22bead
...
@@ -387,6 +387,9 @@ $panel-editor-tabs-line-color: #e3e3e3;
...
@@ -387,6 +387,9 @@ $panel-editor-tabs-line-color: #e3e3e3;
$panel-editor-viz-item-bg-hover
:
darken
(
$blue
,
47%
);
$panel-editor-viz-item-bg-hover
:
darken
(
$blue
,
47%
);
$panel-editor-viz-item-bg-hover-active
:
darken
(
$orange
,
45%
);
$panel-editor-viz-item-bg-hover-active
:
darken
(
$orange
,
45%
);
$panel-option-section-border
:
1px
solid
$dark-3
;
$panel-option-section-header-bg
:
linear-gradient
(
0deg
,
$gray-blue
,
$dark-1
);
$panel-grid-placeholder-bg
:
darken
(
$blue
,
47%
);
$panel-grid-placeholder-bg
:
darken
(
$blue
,
47%
);
$panel-grid-placeholder-shadow
:
0
0
4px
$blue
;
$panel-grid-placeholder-shadow
:
0
0
4px
$blue
;
...
...
public/sass/_variables.light.scss
View file @
dc22bead
...
@@ -396,6 +396,9 @@ $panel-editor-tabs-line-color: $dark-5;
...
@@ -396,6 +396,9 @@ $panel-editor-tabs-line-color: $dark-5;
$panel-editor-viz-item-bg-hover
:
lighten
(
$blue
,
62%
);
$panel-editor-viz-item-bg-hover
:
lighten
(
$blue
,
62%
);
$panel-editor-viz-item-bg-hover-active
:
lighten
(
$orange
,
34%
);
$panel-editor-viz-item-bg-hover-active
:
lighten
(
$orange
,
34%
);
$panel-option-section-border
:
1px
solid
$gray-6
;
$panel-option-section-header-bg
:
linear-gradient
(
0deg
,
$gray-6
,
$gray-7
);
$panel-grid-placeholder-bg
:
lighten
(
$blue
,
62%
);
$panel-grid-placeholder-bg
:
lighten
(
$blue
,
62%
);
$panel-grid-placeholder-shadow
:
0
0
4px
$blue-light
;
$panel-grid-placeholder-shadow
:
0
0
4px
$blue-light
;
...
...
public/sass/components/_panel_editor.scss
View file @
dc22bead
...
@@ -244,12 +244,14 @@
...
@@ -244,12 +244,14 @@
.panel-option-section
{
.panel-option-section
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
border
:
$panel-option-section-border
;
border-radius
:
$border-radius
;
}
}
.panel-option-section__header
{
.panel-option-section__header
{
padding
:
5
px
20px
;
padding
:
4
px
20px
;
font-size
:
$font-size-h5
;
font-size
:
1
.1rem
;
background
:
$
input-label
-bg
;
background
:
$
panel-option-section-header
-bg
;
position
:
relative
;
position
:
relative
;
.btn
{
.btn
{
...
...
public/sass/components/_tabbed_view.scss
View file @
dc22bead
...
@@ -58,6 +58,6 @@
...
@@ -58,6 +58,6 @@
}
}
.section-heading
{
.section-heading
{
font-size
:
1
.1rem
;
font-size
:
$font-size-md
;
margin-bottom
:
0
.6rem
;
margin-bottom
:
0
.6rem
;
}
}
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