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
18079aac
Commit
18079aac
authored
Feb 15, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(sass): restored label colors
parent
47644f27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
public/less/components/_tags.scss
+21
-0
No files found.
public/less/components/_tags.scss
View file @
18079aac
...
...
@@ -37,3 +37,24 @@
background-color
:
darken
(
$purple
,
10%
);
}
// Colors
// Only give background-color difference to links (and to simplify, we don't qualifty with `a` but [href] attribute)
.label
,
.badge
{
// Important (red)
&
-important
{
background-color
:
$errorText
;
}
&
-important
[
href
]
{
background-color
:
darken
(
$errorText
,
10%
);
}
// Warnings (orange)
&
-warning
{
background-color
:
$orange
;
}
&
-warning
[
href
]
{
background-color
:
darken
(
$orange
,
10%
);
}
// Success (green)
&
-success
{
background-color
:
$successText
;
}
&
-success
[
href
]
{
background-color
:
darken
(
$successText
,
10%
);
}
// Info (turquoise)
&
-info
{
background-color
:
$infoText
;
}
&
-info
[
href
]
{
background-color
:
darken
(
$infoText
,
10%
);
}
// Inverse (black)
&
-inverse
{
background-color
:
$grayDark
;
}
&
-inverse
[
href
]
{
background-color
:
darken
(
$grayDark
,
10%
);
}
}
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