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
c228cde2
Unverified
Commit
c228cde2
authored
Jan 22, 2020
by
Torkel Ödegaard
Committed by
GitHub
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alert: Minor tweak to work with license warnings (#21654)
parent
aee07949
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
packages/grafana-ui/src/components/Alert/_Alert.scss
+6
-0
packages/grafana-ui/src/components/index.scss
+1
-0
No files found.
packages/grafana-ui/src/components/Alert/_Alert.scss
View file @
c228cde2
...
...
@@ -54,6 +54,7 @@
background
:
none
;
display
:
flex
;
align-items
:
center
;
.fa
{
align-self
:
flex-end
;
font-size
:
21px
;
...
...
@@ -78,6 +79,11 @@
.alert-body
{
flex-grow
:
1
;
a
{
color
:
$white
;
text-decoration
:
underline
;
}
}
.alert-icon-on-top
{
...
...
packages/grafana-ui/src/components/index.scss
View file @
c228cde2
...
...
@@ -14,3 +14,4 @@
@import
'TimePicker/TimeOfDayPicker'
;
@import
'Tooltip/Tooltip'
;
@import
'ValueMappingsEditor/ValueMappingsEditor'
;
@import
'Alert/Alert'
;
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