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
b86ae3f0
Commit
b86ae3f0
authored
Oct 17, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: align alert and btn colors
parent
8ff7e1d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
public/sass/_variables.dark.scss
+7
-7
public/sass/_variables.light.scss
+2
-2
No files found.
public/sass/_variables.dark.scss
View file @
b86ae3f0
...
...
@@ -27,8 +27,8 @@ $white: #fff;
// -------------------------
$blue
:
#33B5E5
;
$blue-dark
:
#005f81
;
$green
:
#
609000
;
$red
:
#
CC3900
;
$green
:
#
299c46
;
$red
:
#
d44a3a
;
$yellow
:
#ECBB13
;
$pink
:
#FF4444
;
$purple
:
#9933CC
;
...
...
@@ -130,20 +130,20 @@ $table-border: $dark-3; // table and cell border
// Buttons
// -------------------------
$btn-primary-bg
:
$brand-primary
;
$btn-primary-bg-hl
:
lighten
(
$brand-primary
,
8%
)
;
$btn-primary-bg
:
#ff6600
;
$btn-primary-bg-hl
:
#bc3e06
;
$btn-secondary-bg
:
$blue-dark
;
$btn-secondary-bg-hl
:
lighten
(
$blue-dark
,
5%
);
$btn-success-bg
:
lighten
(
$green
,
3%
)
;
$btn-success-bg-hl
:
darken
(
$green
,
3
%
);
$btn-success-bg
:
$green
;
$btn-success-bg-hl
:
darken
(
$green
,
6
%
);
$btn-warning-bg
:
$brand-warning
;
$btn-warning-bg-hl
:
lighten
(
$brand-warning
,
8%
);
$btn-danger-bg
:
$red
;
$btn-danger-bg-hl
:
lighten
(
$red
,
5
%
);
$btn-danger-bg-hl
:
darken
(
$red
,
8
%
);
$btn-inverse-bg
:
$dark-3
;
$btn-inverse-bg-hl
:
lighten
(
$dark-3
,
4%
);
...
...
public/sass/_variables.light.scss
View file @
b86ae3f0
...
...
@@ -32,8 +32,8 @@ $white: #fff;
// -------------------------
$blue
:
#2AB2E4
;
$blue-dark
:
#3CAAD6
;
$green
:
#
28B62C
;
$red
:
#
FF4136
;
$green
:
#
3aa655
;
$red
:
#
d44939
;
$yellow
:
#FF851B
;
$orange
:
#Ff7941
;
$pink
:
#E671B8
;
...
...
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