mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'v4.4.x'
This commit is contained in:
@@ -5,15 +5,16 @@
|
||||
top: -13px;
|
||||
left: -8px;
|
||||
font-size: 20px;
|
||||
color: $blue;
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
.grafana-info-box {
|
||||
position: relative;
|
||||
background: $card-background;
|
||||
background: $info-box-background;
|
||||
box-shadow: $card-shadow;
|
||||
padding: 1rem;
|
||||
border-radius: 4px;
|
||||
margin-bottom: $spacer;
|
||||
|
||||
h5 {
|
||||
margin-bottom: $spacer;
|
||||
@@ -21,5 +22,9 @@
|
||||
ul {
|
||||
padding-left: $spacer;
|
||||
}
|
||||
|
||||
a {
|
||||
@extend .external-link;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user