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
82b1a118
Commit
82b1a118
authored
Mar 24, 2016
by
Matt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a new util class for highlight words, proper variables added for light and dark
parent
32a1d144
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
12 deletions
+20
-12
public/sass/_variables.dark.scss
+8
-6
public/sass/_variables.light.scss
+7
-6
public/sass/utils/_utils.scss
+5
-0
No files found.
public/sass/_variables.dark.scss
View file @
82b1a118
...
@@ -48,12 +48,14 @@ $critical: #ed2e18;
...
@@ -48,12 +48,14 @@ $critical: #ed2e18;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg
:
rgb
(
20
,
20
,
20
);
$body-bg
:
rgb
(
20
,
20
,
20
);
$page-bg
:
$dark-2
;
$page-bg
:
$dark-2
;
$body-color
:
$gray-4
;
$body-color
:
$gray-4
;
$text-color
:
$gray-4
;
$text-color
:
$gray-4
;
$text-color-strong
:
$white
;
$text-color-strong
:
$white
;
$text-color-weak
:
$gray-2
;
$text-color-weak
:
$gray-2
;
$text-color-emphasis
:
$gray-5
;
// gradients
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
0
.7
)
0%
,
rgba
(
255
,
68
,
0
,
0
.7
)
99%
,
rgba
(
255
,
68
,
0
,
0
.7
)
100%
);
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
0
.7
)
0%
,
rgba
(
255
,
68
,
0
,
0
.7
)
99%
,
rgba
(
255
,
68
,
0
,
0
.7
)
100%
);
...
...
public/sass/_variables.light.scss
View file @
82b1a118
...
@@ -54,12 +54,13 @@ $critical: #EC2128;
...
@@ -54,12 +54,13 @@ $critical: #EC2128;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg
:
$white
;
$body-bg
:
$white
;
$page-bg
:
$white
;
$page-bg
:
$white
;
$body-color
:
$gray-1
;
$body-color
:
$gray-1
;
$text-color
:
$gray-1
;
$text-color
:
$gray-1
;
$text-color-strong
:
$white
;
$text-color-strong
:
$white
;
$text-color-weak
:
$gray-1
;
$text-color-weak
:
$gray-1
;
$text-color-emphasis
:
$dark-5
;
// gradients
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
1
.0
)
0%
,
rgba
(
255
,
68
,
0
,
1
.0
)
99%
,
rgba
(
255
,
68
,
0
,
1
.0
)
100%
);
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
1
.0
)
0%
,
rgba
(
255
,
68
,
0
,
1
.0
)
99%
,
rgba
(
255
,
68
,
0
,
1
.0
)
100%
);
...
...
public/sass/utils/_utils.scss
View file @
82b1a118
...
@@ -6,6 +6,11 @@
...
@@ -6,6 +6,11 @@
color
:
$brand-primary
;
color
:
$brand-primary
;
}
}
.emphasis-word
{
font-weight
:
500
;
color
:
$text-color-emphasis
;
}
// Close icons
// Close icons
// --------------------------------------------------
// --------------------------------------------------
.close
{
.close
{
...
...
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